<?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>Hi, I have a requirement where a User Input Task (UIT) has a timer exceptio</title><link>https://community.appian.com/discussions/f/process/5801/hi-i-have-a-requirement-where-a-user-input-task-uit-has-a-timer-exceptio</link><description>Hi, I have a requirement where a User Input Task (UIT) has a timer exception. UIT is triggered by timer event i.e dateTime Array. For each value in DateTime array it will trigger a task. All tasks have same deadline after which they move forward (through</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Hi,&lt;br /&gt;I have a requirement where a User Input Task (UIT) has a timer exceptio</title><link>https://community.appian.com/thread/22143?ContentTypeID=1</link><pubDate>Mon, 07 Sep 2015 10:36:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7e9ce10e-18c1-4c60-8e57-352157688acb</guid><dc:creator>sainadhn</dc:creator><description>Thanks sagar, vahluwalia. The suggested approaches works for me.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi,&lt;br /&gt;I have a requirement where a User Input Task (UIT) has a timer exceptio</title><link>https://community.appian.com/thread/22142?ContentTypeID=1</link><pubDate>Mon, 07 Sep 2015 08:34:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c2ffae53-0911-4d0a-bf74-730dc36f56ee</guid><dc:creator>sagarl511</dc:creator><description>Rule events can also be used. Create a boolean array. Set its value to true at particular index on exception path. Create a rule event in process model to check if all values are true and let the flow begin. Also set step numbers or sequence order of subprocesses to be started. Match it to boolean array indices.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi,&lt;br /&gt;I have a requirement where a User Input Task (UIT) has a timer exceptio</title><link>https://community.appian.com/thread/22135?ContentTypeID=1</link><pubDate>Mon, 07 Sep 2015 05:52:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4ace0265-0c81-4c2c-8e61-41361014a28d</guid><dc:creator>vineeta6579</dc:creator><description>So as per my understanding we have race conditions only on exception flow and user is not using &amp;quot;Save Changes&amp;quot; tempo out of box option.In that &lt;br /&gt;case, we can start exception flow from timer event &amp;amp; not from task exception event.  &lt;br /&gt;Kindly find attached update process flow model.&lt;br /&gt;&lt;p&gt;&lt;a href="/cfs-filesystemfile/__key/communityserver-discussions-components-files/14/POC2.zip"&gt;POC2.zip&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi,&lt;br /&gt;I have a requirement where a User Input Task (UIT) has a timer exceptio</title><link>https://community.appian.com/thread/22134?ContentTypeID=1</link><pubDate>Sun, 06 Sep 2015 09:21:38 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f8bc3b78-8317-499b-b4dc-1daa49e67edc</guid><dc:creator>sainadhn</dc:creator><description>&lt;br /&gt;Thanks for sharing your views, but my use case is little different.All tasks have same dead line means they are configured to a particular date and Time value like evening 5 PM. In the POC provided say if all the three event triggered at same time, I mean configure the timer events to now() and keep the same exception. So all the 3 instances will be active at same time and will wait for 1 minute i.e. at same time they will take the exception path.Now i need to make the sub process run one after another for arrived flows. I attached my sample use case picture and little explanation about my use case in the attachment.&lt;br /&gt;I don&amp;#39;t have multiple flows to use AND gate, in my use case AND gate will work as normal script task. so i cannot go for it.&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;a href="/cfs-filesystemfile/__key/communityserver-discussions-components-files/14/Concurrency-issue.png"&gt;&lt;img src="/cfs-filesystemfile/__key/communityserver-discussions-components-files/14/Concurrency-issue.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi,&lt;br /&gt;I have a requirement where a User Input Task (UIT) has a timer exceptio</title><link>https://community.appian.com/thread/22133?ContentTypeID=1</link><pubDate>Sat, 05 Sep 2015 22:00:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8ebc7380-e8e4-4e82-a191-ff3fdfc3ddda</guid><dc:creator>vineeta6579</dc:creator><description>see the attached process design snippet, You can append the 3 UIT&amp;#39;s data into one CDT type (multiple) &amp;amp; using a status flag can create sub process instance one after other on the completion of previous subprocess task. I have attached sample Application  also let me know if you need more details on it.&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;a href="/cfs-filesystemfile/__key/communityserver-discussions-components-files/14/Appian.PNG"&gt;&lt;img src="/cfs-filesystemfile/__key/communityserver-discussions-components-files/14/Appian.PNG" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="/cfs-filesystemfile/__key/communityserver-discussions-components-files/14/POC.zip"&gt;POC.zip&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi,&lt;br /&gt;I have a requirement where a User Input Task (UIT) has a timer exceptio</title><link>https://community.appian.com/thread/22132?ContentTypeID=1</link><pubDate>Sat, 05 Sep 2015 20:41:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fa51eac5-d51d-40cd-b771-1243c848a540</guid><dc:creator>TJ</dc:creator><description>Use AND node to wait till all the UITs cross deadline and go there. Use looping flow on sub-process and make them synchronous. This way you can run as many instances of sub-process as desired and each will start running after another.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>