<?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>Passing Parameters in a process model in Appian</title><link>https://community.appian.com/discussions/f/new-to-appian/25824/passing-parameters-in-a-process-model-in-appian</link><description>Hi guyz, 
 
 Could you pls help in verifying the way by which I am passing the parameters in the process. 
 
 
 
 
 I am trying to pass the parameters in the following integration 
 
 I have created a process variable for the above process which can be</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Passing Parameters in a process model in Appian</title><link>https://community.appian.com/thread/100979?ContentTypeID=1</link><pubDate>Mon, 12 Sep 2022 09:30:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:06aababe-fefe-4c33-9a98-51eb3861d93b</guid><dc:creator>puneets0004</dc:creator><description>&lt;p&gt;Go to Properties tab where you add process variable and when you add&amp;nbsp; process variable then there are four checkbox will be visible then you have to select the 1st checkbox(Parameter) and you are good to go.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Passing Parameters in a process model in Appian</title><link>https://community.appian.com/thread/100934?ContentTypeID=1</link><pubDate>Sun, 11 Sep 2022 08:12:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:95c4309e-2ad1-4f9e-90ec-5676c496db22</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/process-model-object.html#variables-tab"&gt;https://docs.appian.com/suite/help/22.3/process-model-object.html#variables-tab&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The field &amp;quot;Parameter&amp;quot;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Passing Parameters in a process model in Appian</title><link>https://community.appian.com/thread/100932?ContentTypeID=1</link><pubDate>Sun, 11 Sep 2022 08:06:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d8f1da5a-734e-46d4-8cc1-00ec49814f2c</guid><dc:creator>only4u</dc:creator><description>&lt;p&gt;I didn&amp;#39;t get it. How to parametrize the process variable as yes ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Passing Parameters in a process model in Appian</title><link>https://community.appian.com/thread/100919?ContentTypeID=1</link><pubDate>Sat, 10 Sep 2022 11:30:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:40843e96-c85c-4dac-80b6-b7eb4bdd51ed</guid><dc:creator>Venkataswethapokuri</dc:creator><description>&lt;p&gt;Hi ,&lt;/p&gt;
&lt;p&gt;You need to parameterize the process variable as Yes when you are triggering the Process model from the Interface&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Passing Parameters in a process model in Appian</title><link>https://community.appian.com/thread/100917?ContentTypeID=1</link><pubDate>Sat, 10 Sep 2022 10:31:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4dd8e02a-cdf8-4a53-b231-8b7b1b1ff163</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;That is fine. But are you able to trigger the process when you click on it? Is the new instance generating?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Passing Parameters in a process model in Appian</title><link>https://community.appian.com/thread/100916?ContentTypeID=1</link><pubDate>Sat, 10 Sep 2022 09:49:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:de2f63ff-0293-49e5-9ea2-1732a5269373</guid><dc:creator>only4u</dc:creator><description>&lt;p&gt;I have tried the same but I don&amp;#39;t know why it&amp;#39;s giving me warning as invalid process parameter, how to fix this ?&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/62/pastedimage1662803358304v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Passing Parameters in a process model in Appian</title><link>https://community.appian.com/thread/100912?ContentTypeID=1</link><pubDate>Sat, 10 Sep 2022 09:40:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:dab57108-11db-43f7-bcff-61cc7b50dc00</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;The process parameters accept a dictionary. The key should be the exact variable name and the value should be ri!selectedSuiteName. So it should be something like&amp;nbsp;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!startProcess(
  processModel: cons!ACC_PM_COMMENT_ON_TASK,
  processParameters: {
    selectedSuiteName: local!selectedSuiteName
  }
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>