<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>KB-2367 OAuth 2.0 Client Credentials Grant connected system shows errors despite successful connection</title><link>https://community.appian.com/support/w/kb/3761/kb-2367-oauth-2-0-client-credentials-grant-connected-system-shows-errors-despite-successful-connection</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-2367 OAuth 2.0 Client Credentials Grant connected system shows errors despite successful connection</title><link>https://community.appian.com/support/w/kb/3761/kb-2367-oauth-2-0-client-credentials-grant-connected-system-shows-errors-despite-successful-connection</link><pubDate>Tue, 27 Jan 2026 05:41:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a11e7c17-1d29-46e1-9a8c-1492e197dd0a</guid><dc:creator>Ryan Good</dc:creator><comments>https://community.appian.com/support/w/kb/3761/kb-2367-oauth-2-0-client-credentials-grant-connected-system-shows-errors-despite-successful-connection#comments</comments><description>Current Revision posted to Appian Knowledge Base by Ryan Good on 1/27/2026 5:41:04 AM&lt;br /&gt;
&lt;h2 id="mcetoc_1jfacjdp50"&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;When using &lt;a href="https://docs.appian.com/suite/help/latest/oauth_client_credentials.html"&gt;OAuth 2.0 Client Credentials Grant&lt;/a&gt; as a Connected System Object&amp;#39;s authentication, the following errors are seen in &lt;strong&gt;tomcat-stdOut.log&lt;/strong&gt; even though the connection is successful:&lt;/p&gt;
&lt;pre&gt;ERROR com.appiancorp.connectedsystems.http.execution.AppianHttpRequestExecutor - ConnectorRuntimeException [title=Connection failed, Could not authenticate with the connected system or connect to the external system at the specified URL]&lt;br /&gt;&lt;br /&gt;ERROR com.appiancorp.connectedsystems.http.execution.AppianHttpRequestExecutorPipeline - Could not authenticate with the connected system (UUID: &amp;lt;UUID&amp;gt;) or connect to the external system at the specified URL (&amp;lt;endpoint&amp;gt;). Check that the credentials in the connected system are correct and test the connection.&lt;/pre&gt;
&lt;p&gt;There is also a log entry line about OAuth token retrieval:&lt;/p&gt;
&lt;pre&gt;INFO com.appiancorp.connectedsystems.http.oauth.HttpOAuthTokenRetriever - Error while retrieving token: request_error attempting to pass Authentication in body&lt;/pre&gt;
&lt;h2 id="mcetoc_1jfacjdp51"&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;The OAuth 2.0 endpoint is incorrectly configured to expect Client Credentials in the request body.&lt;/p&gt;
&lt;p&gt;Appian follows the ITEF RFC 6749 standard for &lt;a href="https://docs.appian.com/suite/help/latest/oauth_client_credentials.html#token-request-sequence"&gt;OAuth 2.0 Client Credentials Grant&lt;/a&gt;. This standard specifies that including the client credentials in the request body is &lt;strong&gt;not recommended&lt;/strong&gt;.&lt;/p&gt;
&lt;p data-prosemirror-content-type="node" data-prosemirror-node-name="paragraph" data-prosemirror-node-block="true"&gt;Appian sends client credentials in the authentication request &lt;strong data-prosemirror-content-type="mark" data-prosemirror-mark-name="strong"&gt;header&lt;/strong&gt;&amp;nbsp;(as this is the preferred way by &lt;a href="https://www.rfc-editor.org/rfc/rfc6749.txt#:~:text=Including%20the%20client%20credentials%20in%20the%20request%2Dbody%20using%20the%20two%0A%20%20%20parameters%20is%20NOT%20RECOMMENDED"&gt;ITEF RFC 6749&lt;/a&gt;). If the request with credentials in the header fails, Appian will try again with the credentials in the request body.&lt;/p&gt;
&lt;h2 id="mcetoc_1jfacjdp52"&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Configure the OAuth 2.0 endpoint to expect Client Credentials from Appian in the request header.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1jfacjdp53"&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed:&amp;nbsp;January 2026&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: integration&lt;/div&gt;
</description></item><item><title>[New] [DRAFT SUPP-491] KB-XXXX OAuth 2.0 Client Credentials Grant connected system shows retries</title><link>https://community.appian.com/support/w/kb/3761/kb-2367-oauth-2-0-client-credentials-grant-connected-system-shows-errors-despite-successful-connection/revision/4</link><pubDate>Mon, 19 Jan 2026 05:51:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a11e7c17-1d29-46e1-9a8c-1492e197dd0a</guid><dc:creator>Ryan Good</dc:creator><comments>https://community.appian.com/support/w/kb/3761/kb-2367-oauth-2-0-client-credentials-grant-connected-system-shows-errors-despite-successful-connection#comments</comments><description>Revision 4 posted to Appian Knowledge Base by Ryan Good on 1/19/2026 5:51:05 AM&lt;br /&gt;
&lt;h2 id="mcetoc_1jfacjdp50"&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;When using &lt;a href="https://docs.appian.com/suite/help/latest/oauth_client_credentials.html"&gt;OAuth 2.0 Client Credentials Grant&lt;/a&gt; as a Connected System Object&amp;#39;s authentication, the following errors are seen in &lt;strong&gt;tomcat-stdOut.log&lt;/strong&gt; even though the connection is successful:&lt;/p&gt;
&lt;pre&gt;ERROR com.appiancorp.connectedsystems.http.execution.AppianHttpRequestExecutor - ConnectorRuntimeException [title=Connection failed, Could not authenticate with the connected system or connect to the external system at the specified URL]&lt;br /&gt;&lt;br /&gt;ERROR com.appiancorp.connectedsystems.http.execution.AppianHttpRequestExecutorPipeline - Could not authenticate with the connected system (UUID: &amp;lt;UUID&amp;gt;) or connect to the external system at the specified URL (&amp;lt;endpoint&amp;gt;). Check that the credentials in the connected system are correct and test the connection.&lt;/pre&gt;
&lt;p&gt;There is also a log entry line about OAuth token retrieval:&lt;/p&gt;
&lt;pre&gt;INFO com.appiancorp.connectedsystems.http.oauth.HttpOAuthTokenRetriever - Error while retrieving token: request_error attempting to pass Authentication in body&lt;/pre&gt;
&lt;h2 id="mcetoc_1jfacjdp51"&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;The OAuth 2.0 endpoint is incorrectly configured to expect Client Credentials in the request body.&lt;/p&gt;
&lt;p&gt;Appian follows the ITEF RFC 6749 standard for &lt;a href="https://docs.appian.com/suite/help/latest/oauth_client_credentials.html#token-request-sequence"&gt;OAuth 2.0 Client Credentials Grant&lt;/a&gt;. This standard specifies that including the client credentials in the request body is &lt;strong&gt;not recommended&lt;/strong&gt;.&lt;/p&gt;
&lt;p data-prosemirror-content-type="node" data-prosemirror-node-name="paragraph" data-prosemirror-node-block="true"&gt;Appian sends client credentials in the authentication request &lt;strong data-prosemirror-content-type="mark" data-prosemirror-mark-name="strong"&gt;header&lt;/strong&gt;&amp;nbsp;(as this is the preferred way by &lt;a href="https://www.rfc-editor.org/rfc/rfc6749.txt#:~:text=Including%20the%20client%20credentials%20in%20the%20request%2Dbody%20using%20the%20two%0A%20%20%20parameters%20is%20NOT%20RECOMMENDED"&gt;ITEF RFC 6749&lt;/a&gt;). If the request with credentials in the header fails, Appian will try again with the credentials in the request body.&lt;/p&gt;
&lt;h2 id="mcetoc_1jfacjdp52"&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Configure the OAuth 2.0 endpoint to expect Client Credentials from Appian in the request header.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1jfacjdp53"&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed:&amp;nbsp;January 2026&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: integration&lt;/div&gt;
</description></item><item><title>[New] [DRAFT SUPP-491] KB-XXXX OAuth 2.0 Client Credentials Grant connected system shows retries</title><link>https://community.appian.com/support/w/kb/3761/kb-2367-oauth-2-0-client-credentials-grant-connected-system-shows-errors-despite-successful-connection/revision/3</link><pubDate>Mon, 19 Jan 2026 05:27:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a11e7c17-1d29-46e1-9a8c-1492e197dd0a</guid><dc:creator>Maggie Deppe-Walker</dc:creator><comments>https://community.appian.com/support/w/kb/3761/kb-2367-oauth-2-0-client-credentials-grant-connected-system-shows-errors-despite-successful-connection#comments</comments><description>Revision 3 posted to Appian Knowledge Base by Maggie Deppe-Walker on 1/19/2026 5:27:17 AM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;When using &lt;a href="https://docs.appian.com/suite/help/latest/oauth_client_credentials.html"&gt;OAuth 2.0 Client Credentials Grant&lt;/a&gt; as a Connected System Object&amp;#39;s authentication, the following errors are seen in &lt;strong&gt;tomcat-stdOut.log&lt;/strong&gt; even though the connection is successful:&lt;/p&gt;
&lt;pre&gt;ERROR com.appiancorp.connectedsystems.http.execution.AppianHttpRequestExecutor - ConnectorRuntimeException [title=Connection failed, Could not authenticate with the connected system or connect to the external system at the specified URL]&lt;br /&gt;&lt;br /&gt;ERROR com.appiancorp.connectedsystems.http.execution.AppianHttpRequestExecutorPipeline - Could not authenticate with the connected system (UUID: &amp;lt;UUID&amp;gt;) or connect to the external system at the specified URL (&amp;lt;endpoint&amp;gt;). Check that the credentials in the connected system are correct and test the connection.&lt;/pre&gt;
&lt;p&gt;There is also a log entry line about OAuth token retrieval:&lt;/p&gt;
&lt;pre&gt;INFO com.appiancorp.connectedsystems.http.oauth.HttpOAuthTokenRetriever - Error while retrieving token: request_error attempting to pass Authentication in body&lt;/pre&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The OAuth 2.0 endpoint is incorrectly configured to expect Client Credentials in the request body.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.appian.com/suite/help/latest/oauth_client_credentials.html"&gt;Appian follows&lt;/a&gt; the ITEF RFC 6749 standard for OAuth 2.0 Client Credentials grant. This standard specifies that including the client credentials in the request body is &lt;strong&gt;not recommended&lt;/strong&gt;.&lt;/p&gt;
&lt;p data-prosemirror-content-type="node" data-prosemirror-node-name="paragraph" data-prosemirror-node-block="true"&gt;Appian sends client credentials in the authentication request &lt;strong data-prosemirror-content-type="mark" data-prosemirror-mark-name="strong"&gt;header&lt;/strong&gt;&amp;nbsp;(as this is the preferred way by &lt;a href="https://www.rfc-editor.org/rfc/rfc6749.txt#:~:text=Including%20the%20client%20credentials%20in%20the%20request%2Dbody%20using%20the%20two%0A%20%20%20parameters%20is%20NOT%20RECOMMENDED"&gt;ITEF RFC 6749&lt;/a&gt;). If the request with credentials in the header fails, Appian will try again with the credentials in the request body.&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Configure the OAuth 2.0 endpoint to expect Client Credentials from Appian in the request header.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed: Month YYYY&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: integration&lt;/div&gt;
</description></item><item><title>[NEW] KB-XXXX OAuth 2.0 Client Credentials Grant connected system shows retries</title><link>https://community.appian.com/support/w/kb/3761/kb-2367-oauth-2-0-client-credentials-grant-connected-system-shows-errors-despite-successful-connection/revision/2</link><pubDate>Mon, 19 Jan 2026 05:26:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a11e7c17-1d29-46e1-9a8c-1492e197dd0a</guid><dc:creator>Maggie Deppe-Walker</dc:creator><comments>https://community.appian.com/support/w/kb/3761/kb-2367-oauth-2-0-client-credentials-grant-connected-system-shows-errors-despite-successful-connection#comments</comments><description>Revision 2 posted to Appian Knowledge Base by Maggie Deppe-Walker on 1/19/2026 5:26:42 AM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;When using &lt;a href="https://docs.appian.com/suite/help/latest/oauth_client_credentials.html"&gt;OAuth 2.0 Client Credentials Grant&lt;/a&gt; as a Connected System Object&amp;#39;s authentication, the following errors are seen in &lt;strong&gt;tomcat-stdOut.log&lt;/strong&gt; even though the connection is successful:&lt;/p&gt;
&lt;pre&gt;ERROR com.appiancorp.connectedsystems.http.execution.AppianHttpRequestExecutor - ConnectorRuntimeException [title=Connection failed, Could not authenticate with the connected system or connect to the external system at the specified URL]&lt;br /&gt;&lt;br /&gt;ERROR com.appiancorp.connectedsystems.http.execution.AppianHttpRequestExecutorPipeline - Could not authenticate with the connected system (UUID: &amp;lt;UUID&amp;gt;) or connect to the external system at the specified URL (&amp;lt;endpoint&amp;gt;). Check that the credentials in the connected system are correct and test the connection.&lt;/pre&gt;
&lt;p&gt;There is also a log entry line about OAuth token retrieval:&lt;/p&gt;
&lt;pre&gt;INFO com.appiancorp.connectedsystems.http.oauth.HttpOAuthTokenRetriever - Error while retrieving token: request_error attempting to pass Authentication in body&lt;/pre&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The OAuth 2.0 endpoint is incorrectly configured to expect Client Credentials in the request body.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.appian.com/suite/help/latest/oauth_client_credentials.html"&gt;Appian follows&lt;/a&gt; the ITEF RFC 6749 standard for OAuth 2.0 Client Credentials grant. This standard specifies that including the client credentials in the request body is &lt;strong&gt;not recommended&lt;/strong&gt;.&lt;/p&gt;
&lt;p data-prosemirror-content-type="node" data-prosemirror-node-name="paragraph" data-prosemirror-node-block="true"&gt;Appian sends client credentials in the authentication request &lt;strong data-prosemirror-content-type="mark" data-prosemirror-mark-name="strong"&gt;header&lt;/strong&gt;&amp;nbsp;(as this is the preferred way by &lt;a href="https://www.rfc-editor.org/rfc/rfc6749.txt#:~:text=Including%20the%20client%20credentials%20in%20the%20request%2Dbody%20using%20the%20two%0A%20%20%20parameters%20is%20NOT%20RECOMMENDED"&gt;ITEF RFC 6749&lt;/a&gt;). If the request with credentials in the header fails, Appian will try again with the credentials in the request body.&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Configure the OAuth 2.0 endpoint to expect Client Credentials from Appian in the request header.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;&lt;/span&gt;&lt;/h2&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed: Month YYYY&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: integration&lt;/div&gt;
</description></item><item><title>[NEW] KB-XXXX OAuth debug logs show failure and success</title><link>https://community.appian.com/support/w/kb/3761/kb-2367-oauth-2-0-client-credentials-grant-connected-system-shows-errors-despite-successful-connection/revision/1</link><pubDate>Mon, 19 Jan 2026 05:13:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a11e7c17-1d29-46e1-9a8c-1492e197dd0a</guid><dc:creator>Maggie Deppe-Walker</dc:creator><comments>https://community.appian.com/support/w/kb/3761/kb-2367-oauth-2-0-client-credentials-grant-connected-system-shows-errors-despite-successful-connection#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Maggie Deppe-Walker on 1/19/2026 5:13:33 AM&lt;br /&gt;

&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This section is required for this template. All symptoms of the issue, including relevant screenshots and log lines, should be included here.&amp;nbsp;The symptoms should be as descriptive as possible.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This section is required for this template. When writing a cause for a particular article, ensure the following is taken into consideration:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;The cause is concise and does not disclose more information than absolutely necessary.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;The cause does not share any Appian source code. Source code for plugins/shared components are fine.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;If this is an issue outside of the Appian product and the third-party vendor included documentation referencing the bug, provide their documentation for reference.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;For any enhancements/defects, use one of the following as applicable:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;This issue has been reported to the Appian Product Team. The reference number for this issue is&amp;nbsp;&lt;strong&gt;AN-XXXXX&lt;/strong&gt;.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;This product use case has been logged to the Appian Product Team for consideration to add this functionality in the product. Kindly note it is not Appian Support&amp;rsquo;s policy to disclose how or when a product use case will be implemented.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;This issue has been hotfixed via&amp;nbsp;&lt;strong&gt;AN-XXXXX&lt;/strong&gt;&amp;nbsp;in Appian X.X.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;This issue has been hotfixed via&amp;nbsp;&lt;strong&gt;AN-XXXXX&amp;nbsp;&lt;/strong&gt;in Appian X.X to X.X.&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;This use case has been incorporated in Appian X.X.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;This use case has been incorporated in Appian X.X&amp;nbsp;to X.X.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;When logging a product defect, ensure you use the&amp;nbsp;&lt;strong&gt;known issues&lt;/strong&gt;&amp;nbsp;tag as well as the&amp;nbsp;&lt;strong&gt;open issues&lt;/strong&gt;&amp;nbsp;or&amp;nbsp;&lt;strong&gt;fixed issues&lt;/strong&gt;&amp;nbsp;tag, depending if the issue is fixed or not.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If no cause is known and this is not something Engineering can reproduce/needs to know about, then say &amp;ldquo;The root cause of this issue is currently unknown.&amp;rdquo; If you use that as your cause, then a valid action&amp;nbsp;&lt;/span&gt;&lt;strong&gt;must&lt;/strong&gt;&lt;span&gt;&amp;nbsp;be present.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This section is required for this template and contains the steps to resolve the issue. If an issue in an article is solved by a hotfix and/or major version of Appian, use the following language to indicate that:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;Apply the latest hotfix to your Appian installation.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Upgrade to the latest version of Appian.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;If there is a product issue with Engineering that is open and a workaround for that issue exists, include it in the Action section until the fix is available. After the fix is made available, use that as a workaround instead.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Otherwise, the content in this section should wholly solve a customer&amp;rsquo;s issue without producing any undesirable side effects. If there is at least one valid action that doesn&amp;rsquo;t cause undesirable side effects, all other actions with negative side effects should go in the Workaround section.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If there is no action or workaround that resolves the issue, use the following language:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;There is no action or workaround currently available for this issue. If you are facing this issue, please open a support case with Appian.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;&lt;span&gt;Workaround&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This section is optional and should only be used as an alternative action if there is a massive technical debt associated with performing the action in the above section for customers (such as upgrading). It can also be used if there is a solution to the issue in the article but is more inconvenient to implement or it causes other undesirable behavior and wouldn&amp;rsquo;t warrant being an action.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This section includes any relevant version information for Appian or other third/party configurations. Some examples of valid affected versions are as follows:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;This article applies to all versions of Appian.&lt;/li&gt;
&lt;li&gt;This article applies to all self-managed versions of Appian.&lt;/li&gt;
&lt;li&gt;This article applies to all versions of Appian Cloud.&lt;/li&gt;
&lt;li&gt;This article applies to Appian 7.11 and later.&lt;/li&gt;
&lt;li&gt;This article applies to Appian 16.2 and earlier.&lt;/li&gt;
&lt;li&gt;This article applies to Appian 7.11 and 16.1.&lt;/li&gt;
&lt;li&gt;This article applies to Appian 16.1, 16.2, and 16.3.&lt;/li&gt;
&lt;li&gt;This article applies to self-managed Appian 19.3 and earlier.&lt;/li&gt;
&lt;li&gt;This article applies to all versions of Appian from Appian 7.10 to Appian 16.2.&lt;/li&gt;
&lt;li&gt;This article applies to all versions of Appian using JBoss EAP 6.4.9 as an application server and Internet Explorer 9 as a web browser.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed: Month YYYY&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item></channel></rss>