<?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>Display another interface from the StartProcess Smart service</title><link>https://community.appian.com/discussions/f/process/29071/display-another-interface-from-the-startprocess-smart-service</link><description>Hi, 
 I&amp;#39;m in an interface A, and I&amp;#39;m calling a process from a!startProcess. Inside the process I have an Input task to display interface B. 
 Could you explain me why when I call the process, it works fine but the Interface B is never displayed ? 
 (all</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Display another interface from the StartProcess Smart service</title><link>https://community.appian.com/thread/114831?ContentTypeID=1</link><pubDate>Thu, 22 Jun 2023 15:56:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:03a06c8c-2a92-474a-9c97-da9abef27696</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;They&amp;#39;re for two totally separate use cases.&amp;nbsp; That was my point.&amp;nbsp; Can you give us more details as to your use case, so we can help you figure out what&amp;#39;s more appropriate?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Display another interface from the StartProcess Smart service</title><link>https://community.appian.com/thread/114826?ContentTypeID=1</link><pubDate>Thu, 22 Jun 2023 15:20:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1109c8ba-35f9-4293-af03-8b8c8019070d</guid><dc:creator>cedric02</dc:creator><description>&lt;p&gt;Great idea,&amp;nbsp;thank you. I will think about it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Display another interface from the StartProcess Smart service</title><link>https://community.appian.com/thread/114819?ContentTypeID=1</link><pubDate>Thu, 22 Jun 2023 14:28:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bb58d179-c57a-4b2c-8de6-6fc426830cf5</guid><dc:creator>cedric02</dc:creator><description>&lt;p&gt;yes, I understand&lt;br /&gt;but in this case I still have my problem&lt;br /&gt;&lt;br /&gt;whatever the solution : using startProcess or startProcessLink, I will miss something...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Display another interface from the StartProcess Smart service</title><link>https://community.appian.com/thread/114810?ContentTypeID=1</link><pubDate>Thu, 22 Jun 2023 13:58:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e1134ede-157d-4b6c-97e3-633dbffbe595</guid><dc:creator>Abhay Dalsaniya</dc:creator><description>&lt;p&gt;I think for your use case, you may have the parent interface as a startForm to the process and then any other subsequent interfaces as input task and have the activity chaining will achieve whatever you are trying to do.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Display another interface from the StartProcess Smart service</title><link>https://community.appian.com/thread/114808?ContentTypeID=1</link><pubDate>Thu, 22 Jun 2023 13:54:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1714f830-f76a-447a-b696-6e50621cbdb0</guid><dc:creator>Mike Schmitt</dc:creator><description>[quote userid="50421" url="~/discussions/f/process/29071/display-another-interface-from-the-startprocess-smart-service/114806#114806"]But if I need to get process data information[/quote]
&lt;p&gt;In this case you&amp;#39;ll need to use the asynchronous call provided by &lt;strong&gt;a!startProcess()&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;The concept is that a!startProcess can be called from anywhere, run in the background, and come up with some results for you instantly/chained, that will then be fed back via fv!processInfo.&amp;nbsp; With &lt;strong&gt;a!startProcessLink()&lt;/strong&gt;, the concept is totally different, and there is no presumption that you will be returning any data to the original interface, and of course the original interface will presumably be reloaded from scratch.&amp;nbsp; So you&amp;#39;ll need to choose which of these concepts is the one you actually need, and build accordingly.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Display another interface from the StartProcess Smart service</title><link>https://community.appian.com/thread/114806?ContentTypeID=1</link><pubDate>Thu, 22 Jun 2023 13:45:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:658b2dc2-4829-404c-9e62-0cacd84f29af</guid><dc:creator>cedric02</dc:creator><description>&lt;p&gt;But if I need to get process data information, how&amp;nbsp;can&amp;nbsp;I do ? &lt;br /&gt;with startProcessLink, I did not have &amp;quot;onSucess&amp;quot; anymore, so I cannot use &lt;strong&gt;fv!processInfo&lt;/strong&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Display another interface from the StartProcess Smart service</title><link>https://community.appian.com/thread/114788?ContentTypeID=1</link><pubDate>Thu, 22 Jun 2023 12:14:38 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bd4c672a-8ff2-4f7c-9936-100c76363e78</guid><dc:creator>cedric02</dc:creator><description>&lt;p&gt;Yes, I used to know this (startProcess is async) but I&amp;#39;ve completely forgot&amp;nbsp;that detail ;-)&lt;br /&gt;&lt;br /&gt;Thank you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Display another interface from the StartProcess Smart service</title><link>https://community.appian.com/thread/114787?ContentTypeID=1</link><pubDate>Thu, 22 Jun 2023 12:05:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f3aeb6d1-3be1-46ca-a3f0-758d85ff4553</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;startProcess starts a process async. This means it is started on the available engine and hence even if you have chained, it will not work. It is best when you have a set of tasks that you want to complete in the background.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Display another interface from the StartProcess Smart service</title><link>https://community.appian.com/thread/114785?ContentTypeID=1</link><pubDate>Thu, 22 Jun 2023 11:54:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a5878dbc-2020-46e2-b0a4-b030c06c50a0</guid><dc:creator>cedric02</dc:creator><description>&lt;p&gt;Thanks a lot&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Display another interface from the StartProcess Smart service</title><link>https://community.appian.com/thread/114776?ContentTypeID=1</link><pubDate>Thu, 22 Jun 2023 10:43:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:313286cd-639f-4f80-a38b-ff122a272a89</guid><dc:creator>Mathieu Drouin</dc:creator><description>&lt;p&gt;You need to use a startProcessLink instead of startProcess.&lt;/p&gt;
&lt;p&gt;This might be helpful: &lt;a href="https://docs.appian.com/suite/help/23.2/Ways_to_Start_a_Process_From_a_Process.html#starting-a-process-from-an-interface"&gt;docs.appian.com/.../Ways_to_Start_a_Process_From_a_Process.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>