<?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>I have a node in my process model which may take several minutes to complete, so</title><link>https://community.appian.com/discussions/f/general/2725/i-have-a-node-in-my-process-model-which-may-take-several-minutes-to-complete-so</link><description>I have a node in my process model which may take several minutes to complete, sometimes it takes less than a minute depending upon certain criteria. Is there a way to proceed the flow to another node if the first node is taking more than 1 minute. I dont</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: I have a node in my process model which may take several minutes to complete, so</title><link>https://community.appian.com/thread/9531?ContentTypeID=1</link><pubDate>Thu, 22 May 2014 17:49:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b30ed3f0-f654-4529-91ef-e13782847166</guid><dc:creator>Mike Schmitt</dc:creator><description>Thanks, let me know whether you find my suggestion useful :)&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I have a node in my process model which may take several minutes to complete, so</title><link>https://community.appian.com/thread/9517?ContentTypeID=1</link><pubDate>Thu, 22 May 2014 11:39:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7d0e4b35-68a6-4eba-9c99-625d4d00e3fa</guid><dc:creator>Navajith K</dc:creator><description>Vikas, I have to take certain decisions in the flow based on whether the node was completed on time or not. The scenario is like if the node is completed on time user should be able to work on the same process, if its delayed then the same should be informed to the user and he should be able to go back to the parent process from where he invoked this process. so if the node is in an Asychronoues subporcess then I wont be able to know if the node was completed on time or not.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I have a node in my process model which may take several minutes to complete, so</title><link>https://community.appian.com/thread/9516?ContentTypeID=1</link><pubDate>Thu, 22 May 2014 11:24:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:dec33b46-c286-466e-a4b6-2a22ad33f360</guid><dc:creator>vikask</dc:creator><description>Why don&amp;#39;t try to be this node in Asychronoues Subprocess ?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I have a node in my process model which may take several minutes to complete, so</title><link>https://community.appian.com/thread/9515?ContentTypeID=1</link><pubDate>Thu, 22 May 2014 10:49:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f8f5aaa8-c126-40c5-8104-7f013c68dbfa</guid><dc:creator>Navajith K</dc:creator><description>Thanks all for you support, I will try your suggestion.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I have a node in my process model which may take several minutes to complete, so</title><link>https://community.appian.com/thread/9490?ContentTypeID=1</link><pubDate>Wed, 21 May 2014 21:38:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:eb195f80-30fa-4539-a810-cc7a67b198b0</guid><dc:creator>Mike Schmitt</dc:creator><description>I made a quick example which should work (or very close).. I can&amp;#39;t promise it doesn&amp;#39;t need some tweaking to do what you need, but hopefully it will help. See attached.&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;a href="/cfs-filesystemfile/__key/communityserver-discussions-components-files/11/Timer_5F00_Flow_2D00_Around_5F00_Example.png"&gt;&lt;img src="/cfs-filesystemfile/__key/communityserver-discussions-components-files/11/Timer_5F00_Flow_2D00_Around_5F00_Example.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I have a node in my process model which may take several minutes to complete, so</title><link>https://community.appian.com/thread/9489?ContentTypeID=1</link><pubDate>Wed, 21 May 2014 21:23:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b14b0f3b-9b3e-4311-9e6f-548486183522</guid><dc:creator>Mike Schmitt</dc:creator><description>i think something close to Priyaj&amp;#39;s solution might work for you.  Before the &amp;#39;long&amp;#39; node, put an And gateway, and launch the &amp;#39;long&amp;#39; node as well as a Timer node set for 1 minute.  After the Timer node, have an XOR which checks for some PV thta you set in the output of the &amp;#39;long&amp;#39; node, so that if the &amp;#39;long&amp;#39; node finished in time, it can just go to an End Event.  Otherwise have it set a separate flag indicating that this path has been taken.  After the &amp;#39;long&amp;#39; node put an XOR gateway that checks whether the path following the timer has been taken.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I have a node in my process model which may take several minutes to complete, so</title><link>https://community.appian.com/thread/9480?ContentTypeID=1</link><pubDate>Wed, 21 May 2014 18:35:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ed822aaf-ad55-46df-821a-92ae15029dde</guid><dc:creator>Navajith K</dc:creator><description>Hi Janakik, if the node is taking more than 1 minute then I want to redirect the flow to another node which is not dependent on first node.&lt;br /&gt;&lt;br /&gt;Priyaj, I want to continue to parallel flow only if the first node took morethan 1 minute to complete&lt;br /&gt;&lt;br /&gt;Any thoughts&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I have a node in my process model which may take several minutes to complete, so</title><link>https://community.appian.com/thread/9479?ContentTypeID=1</link><pubDate>Wed, 21 May 2014 18:32:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5b2e159f-179c-4e93-afd4-7fd792631f4b</guid><dc:creator>priyaj</dc:creator><description>Hi Navajithh,&lt;br /&gt;&lt;br /&gt;Before your first node, take a parallel flow. One to the first node and the other to the timer event which is configured for 1 minute(proceed  with another flow).&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I have a node in my process model which may take several minutes to complete, so</title><link>https://community.appian.com/thread/9478?ContentTypeID=1</link><pubDate>Wed, 21 May 2014 18:32:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4f1a3fd2-bb36-4b5f-a0ec-b695fa45b474</guid><dc:creator>janakik</dc:creator><description>Is the second node depending on the first node values?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>