<?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>Rule Event and Activity Chaining</title><link>https://community.appian.com/discussions/f/process/35543/rule-event-and-activity-chaining</link><description>Hello, 
 Is the Rule Event node supposed to break activity chaining? 
 If yes then could someone point me how to achieve something similiar? I&amp;#39;ve got to wait for all incoming 0 to 4 flows to finish and then start the Statuses PM, all without breaking</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Rule Event and Activity Chaining</title><link>https://community.appian.com/thread/138588?ContentTypeID=1</link><pubDate>Wed, 24 Jul 2024 10:50:25 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c3954fa9-dc3b-4eec-8dd0-a028b20e59b7</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;&lt;a href="https://docs.appian.com/suite/help/24.2/Process_Model_Recipes.html#breaking-a-chain"&gt;https://docs.appian.com/suite/help/24.2/Process_Model_Recipes.html#breaking-a-chain&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Rule Event and Activity Chaining</title><link>https://community.appian.com/thread/138587?ContentTypeID=1</link><pubDate>Wed, 24 Jul 2024 10:42:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:48b0775a-fe30-48cc-8650-7ee185d27675</guid><dc:creator>Andrzej Hejchman</dc:creator><description>&lt;p&gt;Hi &lt;a href="/members/stefanhelzle0001"&gt;Stefan Helzle&lt;/a&gt;&amp;nbsp;&lt;br /&gt;Thank You. This is exactly what we observed however we did not find any documentation to back that up.&lt;br /&gt;Do you know of any other nodes / smart services that can do the same?&lt;br /&gt;&lt;br /&gt;Thanks&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Rule Event and Activity Chaining</title><link>https://community.appian.com/thread/138586?ContentTypeID=1</link><pubDate>Wed, 24 Jul 2024 10:06:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b0370b14-04db-4dd5-9b52-6b4001b5e430</guid><dc:creator>Łukasz Kolmer</dc:creator><description>&lt;p&gt;I was afraid thats gonna be the case. Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Rule Event and Activity Chaining</title><link>https://community.appian.com/thread/138584?ContentTypeID=1</link><pubDate>Wed, 24 Jul 2024 10:01:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c180a377-5122-416f-9693-2722fac3228e</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;A rule event is made for a different purpose and will break chaining.&lt;/p&gt;
&lt;p&gt;In scenarios in which I need to wait for 1-n parallel flows, I start all of them, but include the skipping and merging logic in each parallel flow. This way I can just wait for all of them in a simple AND.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Rule Event and Activity Chaining</title><link>https://community.appian.com/thread/138582?ContentTypeID=1</link><pubDate>Wed, 24 Jul 2024 09:57:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b86099b7-b68c-45f2-bc23-a1b6ecb68c4a</guid><dc:creator>varung120549</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;a href="/members/lukaszk0465"&gt;Łukasz Kolmer&lt;/a&gt;&amp;nbsp;,&lt;br /&gt;&lt;br /&gt;Activity Chaining is considered to make process complete faster when there are no breaks needed, you had activity chaining all throughtout the process model.&lt;br /&gt;&lt;br /&gt;Activity chain breaks when the node waits for 5 or more seconds and the process will be on hold, never goes forward.&lt;/p&gt;
&lt;p&gt;your rule event may be taking some time to process, but the only solution is to take off chaining where the node continues to take some time to evaluate.&lt;br /&gt;&lt;br /&gt;try to optimize the nodes, and put proper chaining where the node doesn&amp;#39;t take much time to proceed further.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Rule Event and Activity Chaining</title><link>https://community.appian.com/thread/138581?ContentTypeID=1</link><pubDate>Wed, 24 Jul 2024 09:50:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:084a4e44-85d9-44c8-a12d-7e378b409d7c</guid><dc:creator>venkatrea696188</dc:creator><description>&lt;p&gt;Activity chaining used when there is a requirement of&amp;nbsp;&amp;nbsp;&lt;span&gt;&lt;strong&gt;successive form-completion&lt;/strong&gt; by the same user&lt;/span&gt;. I don&amp;#39;t see any Screens (User input tasks) in your Flow, Do you have any UIT&amp;#39;s in Subprocess??. I &lt;strong&gt;don&amp;#39;t recommend activity chaining&lt;/strong&gt; if you don&amp;#39;t have user screens (It leads to Performance issues).&lt;/p&gt;
[quote userid="199816" url="~/discussions/f/process/35543/rule-event-and-activity-chaining"] I&amp;#39;ve got to wait for all incoming 0 to&amp;nbsp;4 flows to finish and then start the Statuses PM, [/quote]
&lt;p&gt;Activity chaining&amp;#39;s gonna break when there is wait time of more than 5 seconds. You need to make sure that all paths are completing before 5 secs. I don&amp;#39;t know&amp;nbsp; exactly but try using Complex gateway (Select wait for &lt;strong&gt;n of n Paths to arrive&lt;/strong&gt; before processing).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>