<?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/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Expression Rule timer logic?</title><link>https://community.appian.com/discussions/f/rules/12589/expression-rule-timer-logic</link><description>Hi Everyone, 
 In expression rule i want to execute first line of code then wait for few seconds and then automatically execute rest of the code. How can i do this in expression rule, can anyone help me out.?</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Expression Rule timer logic?</title><link>https://community.appian.com/thread/56137?ContentTypeID=1</link><pubDate>Mon, 04 Jun 2018 05:24:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:39aa6e97-b6fb-4d6f-b543-4c69d2f5d769</guid><dc:creator>aratim</dc:creator><description>Hi Narmada,&lt;br /&gt;
&lt;br /&gt;
Appian does not provide feasibility to develop such logic using SAIL/expression rules, however you can try using timer event in process model.&lt;br /&gt;
Thanks&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Expression Rule timer logic?</title><link>https://community.appian.com/thread/56118?ContentTypeID=1</link><pubDate>Sat, 02 Jun 2018 10:28:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0576de33-b09b-4777-8df3-dab4dfbe7d23</guid><dc:creator>Dastagiri Dudekula</dc:creator><description>No way. Because, before an expression displays line1 and line2, its evaluating line1 and line2 first then its displaying in the output. Observation:I tried to keep system busy by generating nulls in which will take 25,734 ms after line1 and before line2. Its taking total time to evaluate (line1+null generation+line2) to present the output. This means the expression prepares everything before it presenting.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Expression Rule timer logic?</title><link>https://community.appian.com/thread/56090?ContentTypeID=1</link><pubDate>Fri, 01 Jun 2018 12:43:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8307abe3-1deb-4c29-bdbe-70915f6f2461</guid><dc:creator>davel001150</dc:creator><description>One thing no one is mentioning in this, if you&amp;#39;re using this in SAIL you&amp;#39;re not going to be able to do it.  You can&amp;#39;t kick off a process without some sort of user interaction.  You either need a start process link for the user to get to another process with timer, and the user will have to click for timer to start.  Or you will have to submit the form to continue in the same process model and reach timer event.  That also can only happen on user click.&lt;br /&gt;
&lt;br /&gt;
If you want the form to display something, then a second later display something else automatically, it&amp;#39;s most likely not going to happen with any current version.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Expression Rule timer logic?</title><link>https://community.appian.com/thread/56086?ContentTypeID=1</link><pubDate>Fri, 01 Jun 2018 11:48:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a30c6d7e-ac22-4ae4-a584-622a61b532f6</guid><dc:creator>Shubham Aware</dc:creator><description>Hi Narmada,&lt;br /&gt;
&lt;br /&gt;
This is not possible in appian u can not put timer in expression rule because the whole expression logic is executed at once only.&lt;br /&gt;
U need to handle this in process.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Expression Rule timer logic?</title><link>https://community.appian.com/thread/56084?ContentTypeID=1</link><pubDate>Fri, 01 Jun 2018 10:10:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2a89d5e9-48a3-4975-9659-9649e6dcd9b5</guid><dc:creator>Shanmukha</dc:creator><description>Hi Narmada,&lt;br /&gt;
This is not possible with rules in appian. so could you please give more details where you want to implement  it and what is the scenario/use case.&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Expression Rule timer logic?</title><link>https://community.appian.com/thread/56079?ContentTypeID=1</link><pubDate>Fri, 01 Jun 2018 09:17:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e2683003-8948-45cf-921a-2fbe95a2fd77</guid><dc:creator>ravalik</dc:creator><description>Hi Narmada,&lt;br /&gt;
There is no such workability to do with your case,I propose you to go with timer event i.e, through process model and that makes the work easier too.According to your requirement you  can also use a timer condition.Based on condition you provide the values get evaluated.Make sure the timer events starts only if the compared values are true. Comparision is done against process variables.&lt;br /&gt;
Kindly go through this link:&lt;br /&gt;
&lt;a href="https://docs.appian.com/suite/help/18.1/Intermediate_Event_-_Timer.html"&gt;docs.appian.com/.../Intermediate_Event_-_Timer.html&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Expression Rule timer logic?</title><link>https://community.appian.com/thread/56076?ContentTypeID=1</link><pubDate>Fri, 01 Jun 2018 08:36:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:927964af-3457-433b-9283-0e04a5f46f85</guid><dc:creator>Smruti Swain</dc:creator><description>Hi,&lt;br /&gt;
This is not feasible in Appian however if you want to have some delay between algorithms then you could implement it through a process model where a timer event would serve your purpose.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Expression Rule timer logic?</title><link>https://community.appian.com/thread/56073?ContentTypeID=1</link><pubDate>Fri, 01 Jun 2018 08:13:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6572e70d-3d9a-4174-a484-de254e7b53a7</guid><dc:creator>PhilB</dc:creator><description>This is not possible. What is your use case?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Expression Rule timer logic?</title><link>https://community.appian.com/thread/56070?ContentTypeID=1</link><pubDate>Fri, 01 Jun 2018 07:32:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:753db8ab-c98e-482e-a7bf-825da88a7e43</guid><dc:creator>krishnau3863</dc:creator><description>&lt;p&gt;Hi Narmada,&lt;br /&gt; &lt;br /&gt; As per my understanding, we can not execute a expression rule on timer basis, the whole expression logic is executed at once only. We use this timer logic in process model from node to node.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>