<?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>Hi, We have a process model C which is a sub process invoked from proces model B</title><link>https://community.appian.com/discussions/f/process/4652/hi-we-have-a-process-model-c-which-is-a-sub-process-invoked-from-proces-model-b</link><description>Hi, We have a process model C which is a sub process invoked from proces model B which in turn a sub process invoked from main process model A. Each model has user input task namely input_task_A, input_task_B, input_task_C. We have a process variable</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Hi, We have a process model C which is a sub process invoked from proces model B</title><link>https://community.appian.com/thread/16940?ContentTypeID=1</link><pubDate>Mon, 13 Apr 2015 15:19:26 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bdeac4d1-11d4-40da-b61a-894827ed8287</guid><dc:creator>subhojitm</dc:creator><description>When you are using &amp;quot;Set External PV activity&amp;quot; inside the sub process then update the pv value using this smart service and then provide the Process instance ID of the parent process. It will automatically update the pv value in the master process. However you have to save the instance id of the each process or atleast of the master processes inside a CDT .......&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi, We have a process model C which is a sub process invoked from proces model B</title><link>https://community.appian.com/thread/16880?ContentTypeID=1</link><pubDate>Fri, 10 Apr 2015 12:37:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b0dc6d09-cbf2-43da-abb6-9158e9a8a246</guid><dc:creator>sikhivahans</dc:creator><description>@madhankumar As nileshr said, the procedure suggested by me applies only in the case when your PVs aren&amp;#39;t passed by reference. If the PVs are passed by reference, updates in the master process should suffice your requirement.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi, We have a process model C which is a sub process invoked from proces model B</title><link>https://community.appian.com/thread/16879?ContentTypeID=1</link><pubDate>Fri, 10 Apr 2015 12:34:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6ff33e3d-26b5-46c1-9923-42fe0bf09312</guid><dc:creator>nileshr</dc:creator><description>Hi madhankumar,&lt;br /&gt;I guess passing your process variable as a reference, from master process to sub process, can help you. &lt;br /&gt;Whenever you pass a process variable as a reference, while configuring the sub process, the changes made at run-time in the sub process are immediately reflected in the parent process.&lt;br /&gt;&lt;br /&gt;&lt;a href="https://forum.appian.com/suite/help/7.8/Sub-Process_Activity.html#Passing_a_Process_Variable_as_a_Reference"&gt;forum.appian.com/.../Sub-Process_Activity.html&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi, We have a process model C which is a sub process invoked from proces model B</title><link>https://community.appian.com/thread/16849?ContentTypeID=1</link><pubDate>Thu, 09 Apr 2015 17:13:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:240b4113-f947-4485-8ddd-90840c68eeba</guid><dc:creator>sikhivahans</dc:creator><description>Ignore the previous attachment as it has got one grammatical mistake in &amp;#39;Note&amp;#39; section.&lt;br /&gt;&lt;p&gt;&lt;a href="/cfs-filesystemfile/__key/communityserver-discussions-components-files/14/0636.Pseudocode-for-obtaining-and-upgrading-process-instances.txt"&gt;Pseudocode for obtaining and upgrading process instances.txt&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi, We have a process model C which is a sub process invoked from proces model B</title><link>https://community.appian.com/thread/16848?ContentTypeID=1</link><pubDate>Thu, 09 Apr 2015 17:10:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f60610b7-47ea-45f4-b11a-69c557de5bb9</guid><dc:creator>sikhivahans</dc:creator><description>@madhankumarb Hi, please have a look at attached pseudo-code (technical translation of it will result in a customised function) and feel free to ask questions. &lt;br /&gt;Keep posting on forum so that you may get a better solution in subsequent posts.&lt;br /&gt;&lt;p&gt;&lt;a href="/cfs-filesystemfile/__key/communityserver-discussions-components-files/14/Pseudocode-for-obtaining-and-upgrading-process-instances.txt"&gt;Pseudocode for obtaining and upgrading process instances.txt&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi, We have a process model C which is a sub process invoked from proces model B</title><link>https://community.appian.com/thread/16830?ContentTypeID=1</link><pubDate>Thu, 09 Apr 2015 11:50:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fa376700-4651-4523-a311-065c3aa3b1a1</guid><dc:creator>madhankumarb</dc:creator><description>...ce is currently in user input task of a process model. How to find that? Any report for that? Any function to get active running sub process id&amp;#39;s from parent process id. For example, If user have navigated from input_task_A to input_task_B to input_task_C then we will have process instance for process models A,B and C. If I have function I can supply process model A&amp;#39;s process id to fetch process model B and C process id&amp;#39;s. I need this so that I can use that in process instance upgrade smart service.&lt;br /&gt;Regards,&lt;br /&gt;Madhankumar. B&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>