<?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>process model navigation</title><link>https://community.appian.com/discussions/f/data/25323/process-model-navigation</link><description>Hi, 
 I have a grid, where in a dynamic link will be there. If i click on the link, the selected row should be passed as parameter to another process model. 
 
 In the 1st process model, i have added process variables. 
 
 if i click the link in grid</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: process model navigation</title><link>https://community.appian.com/thread/98498?ContentTypeID=1</link><pubDate>Wed, 27 Jul 2022 04:46:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:201a0d57-27c1-40f2-84d8-2cbdbfe0ef01</guid><dc:creator>nandhinip</dc:creator><description>&lt;p&gt;It is working.Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: process model navigation</title><link>https://community.appian.com/thread/98456?ContentTypeID=1</link><pubDate>Tue, 26 Jul 2022 17:06:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:37be7a3e-9e8e-4a56-9d8a-b16050106d2e</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;You need to mark that variable as &amp;quot;parameter&amp;quot; in the process properties.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: process model navigation</title><link>https://community.appian.com/thread/98455?ContentTypeID=1</link><pubDate>Tue, 26 Jul 2022 17:04:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e1d1e619-ae40-4400-a732-493810d2353e</guid><dc:creator>nandhinip</dc:creator><description>&lt;p&gt;yes..navigation happens..but im getting the below error in target while loading target process model&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/16/pastedimage1658855128853v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: process model navigation</title><link>https://community.appian.com/thread/98451?ContentTypeID=1</link><pubDate>Tue, 26 Jul 2022 15:55:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e7bdcff4-4da8-40d7-8a7e-e13175033f30</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;If you want to directly go to the start form of that process, I recommend a a!startProcessLink() instead of a a!dynamicLink().&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: process model navigation</title><link>https://community.appian.com/thread/98448?ContentTypeID=1</link><pubDate>Tue, 26 Jul 2022 15:45:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:13c1a462-28c8-41c0-b8e1-cdecec63e0c3</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!dynamicLink(
  saveInto: a!startProcess(
    processModel: &amp;lt;Add your PM constant&amp;gt;,
    processParameters: {
      processVar1: fv!row
    }
  )
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>