<?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>Execution Limit 50 nodes</title><link>https://community.appian.com/discussions/f/best-practices/19748/execution-limit-50-nodes</link><description>Hi!, the limit of the 50 nodes (about the activity chaining), its only active nodes or all nodes which are in the entire canvas in a process model</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Execution Limit 50 nodes</title><link>https://community.appian.com/thread/77247?ContentTypeID=1</link><pubDate>Wed, 14 Oct 2020 16:09:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f6e3327c-8f02-4ab9-af43-5dd2db8fcef0</guid><dc:creator>Stewart Burchell</dc:creator><description>&lt;p&gt;If the tables are related you can do the heavy-lifting in the database itself by either:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;creating a VIEW that covers all of the tables, so you&amp;#39;d end up with a single query from the process model OR&lt;/li&gt;
&lt;li&gt;calling a Stored Procedure that makes all of the calls and returns the data in one hit&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In essence you need to try to minimise the number of calls made from Appian to the database.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Execution Limit 50 nodes</title><link>https://community.appian.com/thread/77244?ContentTypeID=1</link><pubDate>Wed, 14 Oct 2020 15:50:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:52e48679-9179-4a70-af07-e3a3cfe50fdc</guid><dc:creator>Mike Schmitt</dc:creator><description>[quote userid="33047" url="~/discussions/f/best-practices/19748/execution-limit-50-nodes/77242"]About the nodes , they are queries nodes, not write entity[/quote]
&lt;p&gt;My fault, I didn&amp;#39;t recognize the query DB node icon; are you querying data with these or writing data?&amp;nbsp; Your original text said they&amp;#39;re &amp;quot;updating a database&amp;quot; which is why I mistakenly thought they were WTDS nodes.&amp;nbsp; If they&amp;#39;re just querying, I&amp;#39;d suggest using a!queryEntity instead if possible.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Execution Limit 50 nodes</title><link>https://community.appian.com/thread/77242?ContentTypeID=1</link><pubDate>Wed, 14 Oct 2020 15:33:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7c8fddee-13e8-4a21-9cfd-71d9b52612ea</guid><dc:creator>rebecar369</dc:creator><description>[quote userid="50400" url="~/discussions/f/best-practices/19748/execution-limit-50-nodes/77239"]I understand - I was asking &lt;em&gt;&lt;strong&gt;why&lt;/strong&gt;&lt;/em&gt;?&amp;nbsp; This sort of setup should almost never be necessary.[/quote]
&lt;p&gt;Because we need to save execution time.&lt;/p&gt;
&lt;p&gt;About the nodes , they are queries nodes, not write entity, for that we needed put them in parallel.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Execution Limit 50 nodes</title><link>https://community.appian.com/thread/77239?ContentTypeID=1</link><pubDate>Wed, 14 Oct 2020 15:21:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b39279cf-b4af-4698-813b-086c38f908b1</guid><dc:creator>Mike Schmitt</dc:creator><description>[quote userid="33047" url="~/discussions/f/best-practices/19748/execution-limit-50-nodes/77235"]each node calls a diferente table in oracle.[/quote]
&lt;p&gt;That should still be doable with the &lt;a href="https://docs.appian.com/suite/help/20.3/Write_to_Multiple_Data_Store_Entities_Smart_Service.html"&gt;Write to Multiple DSE node&lt;/a&gt; (which is NOT the same as using the regular Write to DSE node with &amp;quot;multiple&amp;quot; enabled, which seems to be what you&amp;#39;re thinking of)&lt;/p&gt;
[quote userid="33047" url="~/discussions/f/best-practices/19748/execution-limit-50-nodes/77235"]They are in paralell [/quote]
&lt;p&gt;I understand - I was asking &lt;em&gt;&lt;strong&gt;why&lt;/strong&gt;&lt;/em&gt;?&amp;nbsp; This sort of setup should almost never be necessary.&lt;/p&gt;
[quote userid="33047" url="~/discussions/f/best-practices/19748/execution-limit-50-nodes/77235"]when we dont put activity chaining postman doesnt return all values[/quote]
&lt;p&gt;I vaguely see what you mean here - but you might need to design around this, such as having Appian send an API call back to the source system after processing has been done.&amp;nbsp; However, if you&amp;#39;re lucky you might be able to get around this by implementing the Write to Multiple DSE node as I mentioned before.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Execution Limit 50 nodes</title><link>https://community.appian.com/thread/77237?ContentTypeID=1</link><pubDate>Wed, 14 Oct 2020 15:18:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9c937f54-55fb-4d95-bcdd-c639008651c9</guid><dc:creator>Stewart Burchell</dc:creator><description>&lt;p&gt;The Multiple Write to Datastore Entity node supports multiple tables, as &lt;a href="/members/mikes0011"&gt;Mike Schmitt&lt;/a&gt; pointed out in his reply. In fact, it&amp;#39;s better than writing to the tables individually as the whole write is transactional - it all works or none of it works, which protects the integrity of your data.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Execution Limit 50 nodes</title><link>https://community.appian.com/thread/77235?ContentTypeID=1</link><pubDate>Wed, 14 Oct 2020 15:03:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ace55848-cc57-441b-a511-c9b77b75149a</guid><dc:creator>rebecar369</dc:creator><description>&lt;p&gt;Hi, i response you:&lt;/p&gt;
&lt;p&gt;1.We cant use multiple node because each node calls a diferente table in oracle.&lt;/p&gt;
&lt;p&gt;2.They are in paralell (the image maybe doesnt show it correctly)&lt;/p&gt;
&lt;p&gt;3.We need activity chaining cause we call this processes through a web api (with a starprocess function in a API object) . This WebApi is called by Postman, and when we dont put activity chaining postman doesnt return all values of the process variables when the process is ended, its like the flow breaks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Execution Limit 50 nodes</title><link>https://community.appian.com/thread/77230?ContentTypeID=1</link><pubDate>Wed, 14 Oct 2020 14:40:57 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1fa0459c-8f92-4810-9436-9abb80a2f743</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;That design looks problematic even without the activity chaining issue...&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Why aren&amp;#39;t you making use of the Write to Multiple DSE node?&lt;/li&gt;
&lt;li&gt;Why do you have to execute all of these in parallel instead of in some sort of sequence?&lt;/li&gt;
&lt;li&gt;Why do you need to have activity chaining try to go through that?&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Execution Limit 50 nodes</title><link>https://community.appian.com/thread/77229?ContentTypeID=1</link><pubDate>Wed, 14 Oct 2020 14:38:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2fa00c05-bd2e-4d9a-b0a5-d1c29bb566ed</guid><dc:creator>rebecar369</dc:creator><description>&lt;p&gt;Our problem basically is that we have a process modell with 35 nodes which update a database, these nodes are in parallel and they have activity chaining, but one way or another the flow breaks and it doesnt return all data correctly.&lt;/p&gt;
&lt;pre class="tw-data-text tw-text-large XcVN5d tw-ta" id="tw-target-text"&gt;&lt;img src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/20/pastedimage1602686320449v1.png" alt=" " /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Execution Limit 50 nodes</title><link>https://community.appian.com/thread/77227?ContentTypeID=1</link><pubDate>Wed, 14 Oct 2020 14:21:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:530964c8-fd3f-466f-a45f-92203b7fd6ab</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;The limit refers to the number of nodes (including all node types and nodes within chained, synchronous subprocesses) between two chained-together User Input Tasks.&lt;/p&gt;
&lt;p&gt;Basically if you design a process model with Task A followed by Task B, and chain the flow between them, the user will step from A to B upon submission of A.&amp;nbsp; If you add more than 50 nodes in between them (even something as benign as completely empty script task nodes), chaining would be expected to break and subsequently Task B would land in the assigned task queue of its assignee(s).&amp;nbsp; The user submitting Task A would experience the same thing that they would at other times chaining breaks or a process ends, which would be they&amp;#39;d be returned to wherever they originally accessed the process/task from (their task list, related action, etc).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>