<?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>I have a Process model question</title><link>https://community.appian.com/discussions/f/process/34591/i-have-a-process-model-question</link><description>We have a Process Model with a User Interface step. In the step there is a related action that launches off another Process model. Is there a way for this newly launched process model to notify the main process model when it is done?</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: I have a Process model question</title><link>https://community.appian.com/thread/132947?ContentTypeID=1</link><pubDate>Mon, 08 Apr 2024 22:31:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5fda56b5-0fef-4240-bf05-3ecfa66f363f</guid><dc:creator>Harsh Kumar Agarwal</dc:creator><description>&lt;p&gt;Not sure your exact use case, but you can try following:&lt;/p&gt;
&lt;p&gt;Trigger main process and on the UIT give a button or submitlink to start next activity. This will complete the main process and call the next process as a subprocess. Once subprocess completes revert the flow to main UIT or call the main process again from sub process.&lt;/p&gt;
&lt;p&gt;But if you can elaborate what exactly you try to achieve then there can be simpler option available.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I have a Process model question</title><link>https://community.appian.com/thread/132868?ContentTypeID=1</link><pubDate>Mon, 08 Apr 2024 10:45:38 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5473247c-7400-40ad-ab20-0172e933a264</guid><dc:creator>daisyMSingh</dc:creator><description>&lt;p&gt;Either Try To Do Conditional Data Parameter pass Using If Else Conditions using write Record Smart Functions. No Need to Go To Process Model Smart Services as they also have on success Parameter .&lt;/p&gt;
&lt;p&gt;Or Try to Do All on interface and Make A start Process and Try to Capture the Resultant Using&amp;nbsp; fv!processInfo.pv&amp;nbsp; in Your Save into parameter and Once you Get it In Local Variable Process Based On THe Data as this Will Be the Latest Data .&lt;/p&gt;
&lt;p&gt;Else if You Go using Any Other Approach data will not be latest as the Process(screen) need to Be refreshed for Latest Data in your variables.&lt;/p&gt;
&lt;p&gt;Try Start Process using Conditional UI and Get data using fv!processInfo.pv and Play with it .&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I have a Process model question</title><link>https://community.appian.com/thread/132772?ContentTypeID=1</link><pubDate>Mon, 08 Apr 2024 05:04:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7ed231b2-214a-42cf-9441-a5fcb653d59e</guid><dc:creator>JayaPrakash Ravipati</dc:creator><description>&lt;p&gt;When you click on related action the data that is present in the process User Input task has to pass to the related action. AFAIK if we are starting a process inside a task we can&amp;#39;t notify to the parent task screen.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I have a Process model question</title><link>https://community.appian.com/thread/132751?ContentTypeID=1</link><pubDate>Sun, 07 Apr 2024 08:04:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:91a61131-3d55-4a2d-9050-0f2fefcf32f3</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;What is the purpose of this? What exactly do you mean with &amp;quot;it needs to notify the task&amp;quot;?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I have a Process model question</title><link>https://community.appian.com/thread/132738?ContentTypeID=1</link><pubDate>Sat, 06 Apr 2024 13:02:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ab24ec1f-e935-4da8-aa12-4d0e65192efd</guid><dc:creator>Mathieu Drouin</dc:creator><description>&lt;p&gt;If you are storing the Process ID in the Record it is possible to do via a Related Action. Otherwise, you would need to do it via a Start Process Link and pass in the task or process id.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I have a Process model question</title><link>https://community.appian.com/thread/132728?ContentTypeID=1</link><pubDate>Sat, 06 Apr 2024 04:48:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:54aaa31c-86e4-4bb1-a2d7-78f4061c7bf2</guid><dc:creator>sugasanr300208</dc:creator><description>&lt;p&gt;you can achieve&amp;nbsp;by start process link but in that case you cannot access data from child process as main interface automatically reloads. make sure you child process output is stored in db and&amp;nbsp;retrieve the data on main interface on reload .&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I have a Process model question</title><link>https://community.appian.com/thread/132727?ContentTypeID=1</link><pubDate>Fri, 05 Apr 2024 22:04:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:af57473b-a68f-4e18-9f41-d35981bc1787</guid><dc:creator>sirishar0001</dc:creator><description>&lt;p&gt;Start process link or record action. not sure yet.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I have a Process model question</title><link>https://community.appian.com/thread/132726?ContentTypeID=1</link><pubDate>Fri, 05 Apr 2024 21:59:38 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bce6a037-858d-47d9-8982-c3d586f5842f</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;What are they doing to &amp;quot;launch another task&amp;quot;?&amp;nbsp; Is it a button that branches off to a side subprocess?&amp;nbsp; Is it a record action?&amp;nbsp; Is it a start process link?&amp;nbsp; ....?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I have a Process model question</title><link>https://community.appian.com/thread/132725?ContentTypeID=1</link><pubDate>Fri, 05 Apr 2024 21:57:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ce2ddadb-439e-47fe-a2e7-12c6fbf85721</guid><dc:creator>sirishar0001</dc:creator><description>&lt;p&gt;User is working on a task and need to launch another task for some extra work while continuing work on the existing task. When the newly launched task is completed, it needs to notify the task from which it was launched. Does that clarify?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I have a Process model question</title><link>https://community.appian.com/thread/132724?ContentTypeID=1</link><pubDate>Fri, 05 Apr 2024 21:55:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9b6c7e4b-b619-4101-82b2-219420e93bf9</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;What exactly do you mean &amp;quot;related action&amp;quot;?&amp;nbsp; Can you describe the step-by-step user-facing use case, and your expectations, and what you&amp;#39;re hoping to accomplish but can&amp;#39;t figure out?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>