<?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>Main process not continuing after sub-process completion (intermittent issue)</title><link>https://community.appian.com/discussions/f/process/40151/main-process-not-continuing-after-sub-process-completion-intermittent-issue</link><description>I am facing an intermittent issue with sub-process execution in Appian. 
 A sub-process completes successfully and, in the parent process, the sub-process node shows as completed. However, the main process does not advance to the next node and remains</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Main process not continuing after sub-process completion (intermittent issue)</title><link>https://community.appian.com/thread/153375?ContentTypeID=1</link><pubDate>Mon, 02 Feb 2026 13:58:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fcd5b071-88ce-40f5-b6c5-d3276e0a5a81</guid><dc:creator>Shubham Aware</dc:creator><description>&lt;p&gt;Process instance state becomes too large, causing silent failure after sub-process completion.&lt;br /&gt;Best Practices to Avoid This Issue:&lt;br /&gt;Nullify large PVs after use (set to null when no longer needed).&lt;br /&gt;Divide long processes into smaller sub-processes.&lt;br /&gt;Use async sub-processes where possible.&lt;br /&gt;Use database-driven user input tasks instead of process-driven forms (reduces memory and improves performance)&lt;br /&gt;Avoid long-running process instances - chain processes instead.&lt;br /&gt;I would say proper process design + data management = fewer engine issues.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Main process not continuing after sub-process completion (intermittent issue)</title><link>https://community.appian.com/thread/153351?ContentTypeID=1</link><pubDate>Sun, 01 Feb 2026 10:21:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e8fe6a1a-eba9-4136-8d19-3a66c490ba7c</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;This feels like you directly copied the business BPMN process into Appian, which is a bad idea. These typically show the whole end-to-end process in a single picture, which leads to long running process instances in Appian and an overall inflexible design.&lt;/p&gt;
&lt;p&gt;Try to turn that process into smaller chunks where the first starts the next. Pass only the primary key of the main record to avoid dependencies.&lt;/p&gt;
&lt;p&gt;Make sure that user input tasks can be completed within max 3 days.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Main process not continuing after sub-process completion (intermittent issue)</title><link>https://community.appian.com/thread/153332?ContentTypeID=1</link><pubDate>Fri, 30 Jan 2026 15:40:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:29c9ed60-9c4e-4d3a-9709-08e105fec8e7</guid><dc:creator>vinodn3917</dc:creator><description>&lt;p&gt;In Appian,very long-running and complex process models can intermittently fail to resume after sub-process completion due to execution state persistence limits. The recommended approach is to minimize process state, reduce node count, and design shorter, event-driven processes.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Main process not continuing after sub-process completion (intermittent issue)</title><link>https://community.appian.com/thread/153331?ContentTypeID=1</link><pubDate>Fri, 30 Jan 2026 15:35:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a84ef803-c7e7-40ba-abae-e0ba585376c9</guid><dc:creator>isabelm780760</dc:creator><description>&lt;p&gt;This it&amp;#39;s the parent process:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/14/Stopped-parent.png" /&gt;&lt;/p&gt;
&lt;p&gt;And the completed subprocess:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/14/Completed-subprocess.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>