<?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>Inquiry with subprocess depth limit of 100</title><link>https://community.appian.com/discussions/f/process/40005/inquiry-with-subprocess-depth-limit-of-100</link><description>I have a process model that loops itself. In the screenshot I&amp;#39;m having an error in start process which I labeled as Node 2. The error is the max subprocess depth limit of 100 would be exceeded. 
 
 My question is, if the subprocess depth limit is 100</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Inquiry with subprocess depth limit of 100</title><link>https://community.appian.com/thread/152717?ContentTypeID=1</link><pubDate>Sun, 07 Dec 2025 11:41:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5cdd0635-c72f-43a3-91d4-cadb439c4a3c</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;I do highly recommend to avoid any recursive approach in process design.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Inquiry with subprocess depth limit of 100</title><link>https://community.appian.com/thread/152709?ContentTypeID=1</link><pubDate>Fri, 05 Dec 2025 11:02:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9eba7da0-3ccc-40d1-9fa3-8e2c509a8181</guid><dc:creator>Shubham Aware</dc:creator><description>&lt;p&gt;The depth counter only increments when you start a subprocess. Your main process is depth 1, Each time Node 2 starts a new subprocess instance, it goes 2, 3, 4... up to 100. That&amp;#39;s why it ran 100 times.&lt;br /&gt;The recursion itself doesn&amp;#39;t add extra depth per iteration ; only the subprocess initiation does. So you get exactly 100 iterations, not ~50.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>