<?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-1794 "Details: ERROR:EVAL:@reason=index" error thrown when using escalations, timers, and exception flows</title><link>https://community.appian.com/support/w/kb/1239/kb-1794-details-error-eval-reason-index-error-thrown-when-using-escalations-timers-and-exception-flows</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1794 "Details: ERROR:EVAL:@reason=index" error thrown when using escalations, timers, and exception flows</title><link>https://community.appian.com/support/w/kb/1239/kb-1794-details-error-eval-reason-index-error-thrown-when-using-escalations-timers-and-exception-flows</link><pubDate>Tue, 17 Dec 2019 19:41:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b8cd9dbf-ca8c-4cf3-a0a0-aa9e7dc852ef</guid><dc:creator>Rebecca Jonas</dc:creator><comments>https://community.appian.com/support/w/kb/1239/kb-1794-details-error-eval-reason-index-error-thrown-when-using-escalations-timers-and-exception-flows#comments</comments><description>Current Revision posted to Appian Knowledge Base by Rebecca Jonas on 12/17/2019 7:41:31 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Events, such as escalations, timers, and exception flows, relying on valid expressions throw an error when activated:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-11/chrome_5F00_2018_2D00_11_2D00_15_5F00_08_2D00_43_2D00_22.png"&gt;&lt;img style="height:auto;" alt=" " src="/resized-image/__size/2400x0/__key/communityserver-wikis-components-files/00-00-00-00-11/chrome_5F00_2018_2D00_11_2D00_15_5F00_08_2D00_43_2D00_22.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;pre&gt;There is a problem with the process &amp;quot;Error on Timer&amp;quot;&lt;br /&gt;Problem: An invalid expression has been encountered.&lt;br /&gt;&lt;br /&gt;Details: ERROR:EVAL:@reason=index&lt;br /&gt;&lt;br /&gt;Recommended Action: Check the expression including any function requirements and resume.&lt;br /&gt;&lt;br /&gt;Priority of this problem: High Priority&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This error occurs when events are configured using expressions that pass in arguments by keyword, for example:&lt;/p&gt;
&lt;pre&gt;rule!exampleRule(&lt;br /&gt; time: now(),&lt;br /&gt; timezone: &amp;quot;EST&amp;quot;&lt;br /&gt;)&lt;/pre&gt;
&lt;p&gt;&lt;span&gt;As mentioned in the&amp;nbsp;&lt;/span&gt;&lt;a class="external-link" href="https://docs.appian.com/suite/help/latest/Expressions.html#by-keyword" rel="nofollow"&gt;Appian Expressions Documentation&lt;/a&gt;&lt;span&gt;, events do not support passing arguments by keyword.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Pass in the arguments&amp;nbsp;&lt;/span&gt;&lt;a class="external-link" href="https://docs.appian.com/suite/help/latest/Expressions.html#by-position" rel="nofollow"&gt;by position&lt;/a&gt;&lt;span&gt;&amp;nbsp;instead, for example:&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;rule!exampleRule(&lt;br /&gt; now(),&lt;br /&gt; &amp;quot;EST&amp;quot;&lt;br /&gt;)&lt;/pre&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last reviewed:&amp;nbsp;December 2019&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, expression rules, applications, process modeler, engines, process models, application design, processes, open issues, open use cases&lt;/div&gt;
</description></item><item><title>KB-1794 Timer Event throws "ERROR:EVAL:@reason=index" error</title><link>https://community.appian.com/support/w/kb/1239/kb-1794-details-error-eval-reason-index-error-thrown-when-using-escalations-timers-and-exception-flows/revision/5</link><pubDate>Tue, 17 Dec 2019 19:41:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b8cd9dbf-ca8c-4cf3-a0a0-aa9e7dc852ef</guid><dc:creator>Rebecca Jonas</dc:creator><comments>https://community.appian.com/support/w/kb/1239/kb-1794-details-error-eval-reason-index-error-thrown-when-using-escalations-timers-and-exception-flows#comments</comments><description>Revision 5 posted to Appian Knowledge Base by Rebecca Jonas on 12/17/2019 7:41:16 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Events, such as escalations, timers, and exception flows, relying on valid expressions throw an error when activated:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-11/chrome_5F00_2018_2D00_11_2D00_15_5F00_08_2D00_43_2D00_22.png"&gt;&lt;img style="height:auto;" alt=" " src="/resized-image/__size/2400x0/__key/communityserver-wikis-components-files/00-00-00-00-11/chrome_5F00_2018_2D00_11_2D00_15_5F00_08_2D00_43_2D00_22.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;pre&gt;There is a problem with the process &amp;quot;Error on Timer&amp;quot;&lt;br /&gt;Problem: An invalid expression has been encountered.&lt;br /&gt;&lt;br /&gt;Details: ERROR:EVAL:@reason=index&lt;br /&gt;&lt;br /&gt;Recommended Action: Check the expression including any function requirements and resume.&lt;br /&gt;&lt;br /&gt;Priority of this problem: High Priority&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This error occurs when events are configured using expressions that pass in arguments by keyword, for example:&lt;/p&gt;
&lt;pre&gt;rule!exampleRule(&lt;br /&gt; time: now(),&lt;br /&gt; timezone: &amp;quot;EST&amp;quot;&lt;br /&gt;)&lt;/pre&gt;
&lt;p&gt;&lt;span&gt;As mentioned in the&amp;nbsp;&lt;/span&gt;&lt;a class="external-link" href="https://docs.appian.com/suite/help/latest/Expressions.html#by-keyword" rel="nofollow"&gt;Appian Expressions Documentation&lt;/a&gt;&lt;span&gt;, events do not support passing arguments by keyword.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Pass in the arguments&amp;nbsp;&lt;/span&gt;&lt;a class="external-link" href="https://docs.appian.com/suite/help/latest/Expressions.html#by-position" rel="nofollow"&gt;by position&lt;/a&gt;&lt;span&gt;&amp;nbsp;instead, for example:&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;rule!exampleRule(&lt;br /&gt; now(),&lt;br /&gt; &amp;quot;EST&amp;quot;&lt;br /&gt;)&lt;/pre&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last reviewed:&amp;nbsp;December 2019&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, expression rules, applications, process modeler, engines, process models, application design, processes, open issues, open use cases&lt;/div&gt;
</description></item><item><title>KB-1794 Timer Event throws "ERROR:EVAL:@reason=index" error</title><link>https://community.appian.com/support/w/kb/1239/kb-1794-details-error-eval-reason-index-error-thrown-when-using-escalations-timers-and-exception-flows/revision/4</link><pubDate>Fri, 16 Nov 2018 17:26:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b8cd9dbf-ca8c-4cf3-a0a0-aa9e7dc852ef</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/1239/kb-1794-details-error-eval-reason-index-error-thrown-when-using-escalations-timers-and-exception-flows#comments</comments><description>Revision 4 posted to Appian Knowledge Base by Jordan Horwat on 11/16/2018 5:26:33 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;A Timer Event with a valid expression-based delay throws an error when activated:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-11/chrome_5F00_2018_2D00_11_2D00_15_5F00_08_2D00_43_2D00_22.png"&gt;&lt;img style="height:auto;" src="/resized-image/__size/2400x0/__key/communityserver-wikis-components-files/00-00-00-00-11/chrome_5F00_2018_2D00_11_2D00_15_5F00_08_2D00_43_2D00_22.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;pre&gt;There is a problem with the process &amp;quot;Error on Timer&amp;quot;&lt;br /&gt;Problem: An invalid expression has been encountered.&lt;br /&gt;&lt;br /&gt;Details: ERROR:EVAL:@reason=index&lt;br /&gt;&lt;br /&gt;Recommended Action: Check the expression including any function requirements and resume.&lt;br /&gt;&lt;br /&gt;Priority of this problem: High Priority&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This error occurs when keywords are used to pass in parameters to the expression used to specify the timer delay, for example:&lt;/p&gt;
&lt;pre&gt;rule!exampleRule(&lt;br /&gt; time: now(),&lt;br /&gt; timezone: &amp;quot;EST&amp;quot;&lt;br /&gt;)&lt;/pre&gt;
&lt;p&gt;Timer event delays not supporting keyword parameters is a known limitation of the Appian product.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Remove the keywords from the parameters passed into the timer delay expression, for example:&lt;/p&gt;
&lt;pre&gt;rule!exampleRule(&lt;br /&gt; now(),&lt;br /&gt; &amp;quot;EST&amp;quot;&lt;br /&gt;)&lt;/pre&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last reviewed: November 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, expression rules, applications, process modeler, engines, process models, processes, open use cases&lt;/div&gt;
</description></item><item><title>KB-1794 Timer Event throws "ERROR:EVAL:@reason=index" error</title><link>https://community.appian.com/support/w/kb/1239/kb-1794-details-error-eval-reason-index-error-thrown-when-using-escalations-timers-and-exception-flows/revision/3</link><pubDate>Fri, 16 Nov 2018 12:26:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b8cd9dbf-ca8c-4cf3-a0a0-aa9e7dc852ef</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/1239/kb-1794-details-error-eval-reason-index-error-thrown-when-using-escalations-timers-and-exception-flows#comments</comments><description>Revision 3 posted to Appian Knowledge Base by Jordan Horwat on 11/16/2018 12:26:33 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;A Timer Event with a valid expression-based delay throws an error when activated:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/chrome_5F00_2018_2D00_11_2D00_15_5F00_08_2D00_43_2D00_22.png"&gt;&lt;img style="height:auto;" src="/resized-image/__size/2400x0/__key/communityserver-wikis-components-files/00-00-00-00-13/chrome_5F00_2018_2D00_11_2D00_15_5F00_08_2D00_43_2D00_22.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;pre&gt;There is a problem with the process &amp;quot;Error on Timer&amp;quot;&lt;br /&gt;Problem: An invalid expression has been encountered.&lt;br /&gt;&lt;br /&gt;Details: ERROR:EVAL:@reason=index&lt;br /&gt;&lt;br /&gt;Recommended Action: Check the expression including any function requirements and resume.&lt;br /&gt;&lt;br /&gt;Priority of this problem: High Priority&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This error occurs when keywords are used to pass in parameters to the expression used to specify the timer delay, for example:&lt;/p&gt;
&lt;pre&gt;rule!exampleRule(&lt;br /&gt; time: now(),&lt;br /&gt; timezone: &amp;quot;EST&amp;quot;&lt;br /&gt;)&lt;/pre&gt;
&lt;p&gt;Timer event delays not supporting keyword parameters is a known limitation of the Appian product.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Remove the keywords from the parameters passed into the timer delay expression, for example:&lt;/p&gt;
&lt;pre&gt;rule!exampleRule(&lt;br /&gt; now(),&lt;br /&gt; &amp;quot;EST&amp;quot;&lt;br /&gt;)&lt;/pre&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last reviewed: November 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, expression rules, applications, process modeler, engines, process models, processes, open use cases&lt;/div&gt;
</description></item><item><title>KB-XXXX Timer Event throws error "ERROR:EVAL:@reason=index"</title><link>https://community.appian.com/support/w/kb/1239/kb-1794-details-error-eval-reason-index-error-thrown-when-using-escalations-timers-and-exception-flows/revision/1</link><pubDate>Thu, 15 Nov 2018 13:45:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b8cd9dbf-ca8c-4cf3-a0a0-aa9e7dc852ef</guid><dc:creator>Jussi Lundstedt</dc:creator><comments>https://community.appian.com/support/w/kb/1239/kb-1794-details-error-eval-reason-index-error-thrown-when-using-escalations-timers-and-exception-flows#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Jussi Lundstedt on 11/15/2018 1:45:18 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;A Timer Event with a valid expression-based delay throws an error when activated:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/chrome_5F00_2018_2D00_11_2D00_15_5F00_08_2D00_43_2D00_22.png"&gt;&lt;img style="height:auto;" src="/resized-image/__size/2400x0/__key/communityserver-wikis-components-files/00-00-00-00-13/chrome_5F00_2018_2D00_11_2D00_15_5F00_08_2D00_43_2D00_22.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;pre&gt;There is a problem with the process &amp;quot;Error on Timer&amp;quot;&lt;br /&gt;Problem: An invalid expression has been encountered.&lt;br /&gt;&lt;br /&gt;Details: ERROR:EVAL:@reason=index&lt;br /&gt;&lt;br /&gt;Recommended Action: Check the expression including any function requirements and resume.&lt;br /&gt;&lt;br /&gt;Priority of this problem: High Priority&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This error occurs when keywords are used to pass in parameters to the expression used to specify the timer delay, for example:&lt;/p&gt;
&lt;pre&gt;rule!exampleRule(&lt;br /&gt; time: now(),&lt;br /&gt; timezone: &amp;quot;EST&amp;quot;&lt;br /&gt;)&lt;/pre&gt;
&lt;p&gt;Timer event delays not supporting keyword parameters is a known limitation of the Appian product.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Remove the keywords from the parameters passed into the timer delay expression, for example:&lt;/p&gt;
&lt;pre&gt;rule!exampleRule(&lt;br /&gt; now(),&lt;br /&gt; &amp;quot;EST&amp;quot;&lt;br /&gt;)&lt;/pre&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last reviewed: November 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, expression rules, applications, process modeler, engines, process models, processes, open use cases&lt;/div&gt;
</description></item><item><title>KB-XXXX Timer Event throws "ERROR:EVAL:@reason=index" error</title><link>https://community.appian.com/support/w/kb/1239/kb-1794-details-error-eval-reason-index-error-thrown-when-using-escalations-timers-and-exception-flows/revision/2</link><pubDate>Thu, 15 Nov 2018 08:45:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b8cd9dbf-ca8c-4cf3-a0a0-aa9e7dc852ef</guid><dc:creator>Jussi Lundstedt</dc:creator><comments>https://community.appian.com/support/w/kb/1239/kb-1794-details-error-eval-reason-index-error-thrown-when-using-escalations-timers-and-exception-flows#comments</comments><description>Revision 2 posted to Appian Knowledge Base by Jussi Lundstedt on 11/15/2018 8:45:47 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;A Timer Event with a valid expression-based delay throws an error when activated:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/chrome_5F00_2018_2D00_11_2D00_15_5F00_08_2D00_43_2D00_22.png"&gt;&lt;img style="height:auto;" src="/resized-image/__size/2400x0/__key/communityserver-wikis-components-files/00-00-00-00-13/chrome_5F00_2018_2D00_11_2D00_15_5F00_08_2D00_43_2D00_22.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;pre&gt;There is a problem with the process &amp;quot;Error on Timer&amp;quot;&lt;br /&gt;Problem: An invalid expression has been encountered.&lt;br /&gt;&lt;br /&gt;Details: ERROR:EVAL:@reason=index&lt;br /&gt;&lt;br /&gt;Recommended Action: Check the expression including any function requirements and resume.&lt;br /&gt;&lt;br /&gt;Priority of this problem: High Priority&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This error occurs when keywords are used to pass in parameters to the expression used to specify the timer delay, for example:&lt;/p&gt;
&lt;pre&gt;rule!exampleRule(&lt;br /&gt; time: now(),&lt;br /&gt; timezone: &amp;quot;EST&amp;quot;&lt;br /&gt;)&lt;/pre&gt;
&lt;p&gt;Timer event delays not supporting keyword parameters is a known limitation of the Appian product.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Remove the keywords from the parameters passed into the timer delay expression, for example:&lt;/p&gt;
&lt;pre&gt;rule!exampleRule(&lt;br /&gt; now(),&lt;br /&gt; &amp;quot;EST&amp;quot;&lt;br /&gt;)&lt;/pre&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last reviewed: November 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, expression rules, applications, process modeler, engines, process models, processes, open use cases&lt;/div&gt;
</description></item></channel></rss>