<?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>Start Process Smart Service</title><link>https://community.appian.com/discussions/f/new-to-appian/20110/start-process-smart-service</link><description>Hello Experts, 
 Kindly help me to understand below Queries. 
 1: How can we get output from a SubProcess triggered through StartProcess Smart service in a process model. 
 2: Can we say that a!startProcess() smart function is replica of Start Process</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Start Process Smart Service</title><link>https://community.appian.com/thread/78591?ContentTypeID=1</link><pubDate>Fri, 18 Dec 2020 16:31:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fbc6660a-1bc4-4697-998e-c35d65533f60</guid><dc:creator>Mike Schmitt</dc:creator><description>[quote userid="44982" url="~/discussions/f/new-to-appian/20110/start-process-smart-service/78589#78589"]&lt;span&gt;AC!ProcessInfo.​pv will get the value of process variable &lt;/span&gt;[/quote]
&lt;p&gt;you&amp;#39;d need to do a separate one for every PV in the subprocess you want to save back into the parent.&amp;nbsp; Such as if the subprocess has pv!userName, in the parent you&amp;#39;d reference this by &lt;em&gt;ac!ProcessInfo.pv.userName&lt;/em&gt;, and so on.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Start Process Smart Service</title><link>https://community.appian.com/thread/78589?ContentTypeID=1</link><pubDate>Fri, 18 Dec 2020 16:28:26 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:34f41c4f-24d0-4a48-89a1-45c7f3edf08f</guid><dc:creator>GauravSingh</dc:creator><description>&lt;p&gt;Thanks for the clarification mike,&lt;/p&gt;
&lt;p&gt;So if my understanding is correct then&amp;nbsp;&lt;span&gt;AC!ProcessInfo.​pv will get the value of process variable from the called process to the main(calling Process), which we can store in the process variable of the main process.?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Start Process Smart Service</title><link>https://community.appian.com/thread/78588?ContentTypeID=1</link><pubDate>Fri, 18 Dec 2020 16:22:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1c196f8d-0b50-45df-a05e-1d9cfd330784</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;In the start process node, you can add an output where you use the value &amp;quot;ac!ProcessInfo.pv.&amp;quot; &amp;amp; the PV name from the subprocess, to save to a PV in the calling process.&amp;nbsp; The value will be set to whatever value the PV has when chaining is first broken in the subprocess, so you need to take that into account.&lt;/p&gt;
&lt;p&gt;The smart service function is either very similar or uses the same back-end functionality (not sure which), and its output works the same way.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>