<?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>Process Model- split using AND gate</title><link>https://community.appian.com/discussions/f/process/40360/process-model--split-using-and-gate</link><description>Hi Community, 
 Let’s say I have 15 nodes in a process model. 
 Scenario 1: The nodes are placed linearly and execute one after another. 
 Scenario 2: The nodes are split into 5 branches, with 3 nodes in each branch, using an AND/OR gate. 
 
 On testing</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Process Model- split using AND gate</title><link>https://community.appian.com/thread/154366?ContentTypeID=1</link><pubDate>Wed, 22 Apr 2026 12:28:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a1698c2f-756e-486f-a72f-e8d538c5a193</guid><dc:creator>maithrih0093</dc:creator><description>&lt;p&gt;Okay, Thanks .&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Process Model- split using AND gate</title><link>https://community.appian.com/thread/154365?ContentTypeID=1</link><pubDate>Wed, 22 Apr 2026 12:27:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:685412ff-5bb3-4f99-af2f-623ec79d03cd</guid><dc:creator>maithrih0093</dc:creator><description>&lt;p&gt;I wanted to speed up things&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Process Model- split using AND gate</title><link>https://community.appian.com/thread/154364?ContentTypeID=1</link><pubDate>Wed, 22 Apr 2026 12:15:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1bbc694b-e179-45d0-b9ab-82b87dcdd794</guid><dc:creator>Shubham Aware</dc:creator><description>&lt;p&gt;AFAIK, Appian does run one process instance on one execution engine - so even with AND parallel branches, all nodes are processed by that single engine, meaning:&lt;br /&gt;True thread-level parallelism doesn&amp;#39;t happen within one instance&lt;br /&gt;Branches are queued and picked up by the same engine serially.&lt;br /&gt;The parallel in AND gateway is logical, not true concurrent threading within a single instance.&lt;/p&gt;
&lt;p&gt;True speedup only via background startprocess() - each gets its own engine instance.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Process Model- split using AND gate</title><link>https://community.appian.com/thread/154363?ContentTypeID=1</link><pubDate>Wed, 22 Apr 2026 11:42:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a4a9c80d-c717-4713-b88b-c57e153744e9</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;The process follows the logic, but the individual nodes are enqueued and executed by one of the multiple execution engines.&lt;/p&gt;
&lt;p&gt;Is this just out of curiosity, or do you have the need to speed up things?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>