<?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>regarding process model?</title><link>https://community.appian.com/discussions/f/general/11753/regarding-process-model</link><description>hi, I have a question, 
 A process has one script task, a sub process in between the start node and end node. The looping is running from script task to sub process, vice-versa and the loop is performing infinte times and we came to know that because</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: regarding process model?</title><link>https://community.appian.com/thread/51936?ContentTypeID=1</link><pubDate>Tue, 23 Jan 2018 23:30:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3dd4dd1e-780a-4099-a474-71da3985265e</guid><dc:creator>ericg329</dc:creator><description>As the process constantly loops and never terminates it will consume more and more memory over time. Reviewing your use case against a short lived process design that can be archived, or deleted, and balanced across engines will better utilize and release system resources. &lt;br /&gt;
&lt;br /&gt;
As others have mentioned, if you can provide additional context on your use case we may be able to help you brainstorm a better design. Constantly looping through an open  process 24x7 will always have issues given enough time.&lt;br /&gt;
&lt;br /&gt;
I would suggest reviewing the playbook article on Creating Memory Efficient Models to help provide direction on your design.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="https://community.appian.com/w/the-appian-playbook/220/creating-memory-efficient-models"&gt;community.appian.com/.../creating-memory-efficient-models&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: regarding process model?</title><link>https://community.appian.com/thread/51933?ContentTypeID=1</link><pubDate>Tue, 23 Jan 2018 20:35:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5196ae0b-6381-4c25-ae9d-2336b269a037</guid><dc:creator>aloks0189</dc:creator><description>Hi &lt;a href="/members/aswinis"&gt;Aswini &lt;/a&gt;  its obvious, when you loop the process for infinite time, will slow down your environment.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The best way to perform loop (but not infinite) is, during non business hours, let&amp;#39;s say 11 pm till 5 am (varies) so, during this time it should process batch of data, and remaining will be picked up during next batch processing. &lt;br /&gt;
&lt;br /&gt;
I don&amp;#39;t think, in any way, you will need to perform infinite loop.&lt;br /&gt;
&lt;br /&gt;
It will be good, if you can elaborate about your use case scenario, to understand the best possible way for your case.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: regarding process model?</title><link>https://community.appian.com/thread/51930?ContentTypeID=1</link><pubDate>Tue, 23 Jan 2018 19:37:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a499a929-63ee-46f0-b9dd-f1f6af7d59e5</guid><dc:creator>josep</dc:creator><description>I agree with Colton, Why are you implementing this kind of loop? can you tell us about your use case? &lt;br /&gt;
&lt;br /&gt;
Is not good idea having just 1 process running and never stopping because that way you cannot kill it just like that. &lt;br /&gt;
Maybe you really need something scheduled every 1,2, 10 minutes? this you can achieve with a timer event, with time recurrence every X minutes,  then you don&amp;#39;t really need a loop. Every time it is executed it will create a new instance, that way you can even monitor easily each execution. &lt;br /&gt;
&lt;br /&gt;
But please tell us about your use case. maybe we can suggest another ways to achieve the same. &lt;br /&gt;
&lt;br /&gt;
Jose&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: regarding process model?</title><link>https://community.appian.com/thread/51923?ContentTypeID=1</link><pubDate>Tue, 23 Jan 2018 15:49:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:02f2d6a3-9336-436b-8c1b-a1dc9291f95b</guid><dc:creator>Colton Beck</dc:creator><description>You can cancel this process to improve site performance. What is the use case for creating a process that can loop indefinitely?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>