<?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>Can we use the output of a decision table to trigger a process model?</title><link>https://community.appian.com/discussions/f/rules/12154/can-we-use-the-output-of-a-decision-table-to-trigger-a-process-model</link><description>Using the above decision table, how do we use the output of the decision table in an expression rule to trigger a process model? Where can the output of the decision table be saved each time, to be used in an expr rule to trigger a process model? 
 
</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Can we use the output of a decision table to trigger a process model?</title><link>https://community.appian.com/thread/53927?ContentTypeID=1</link><pubDate>Fri, 06 Apr 2018 05:52:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d3063b34-211a-401f-9ba1-cec4c62bb083</guid><dc:creator>apoorvam</dc:creator><description>Thank you!&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can we use the output of a decision table to trigger a process model?</title><link>https://community.appian.com/thread/53826?ContentTypeID=1</link><pubDate>Tue, 03 Apr 2018 10:48:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ca7c5c40-6ceb-45e0-8aee-5bf02a32ebd2</guid><dc:creator>apoorvam</dc:creator><description>&lt;p&gt;Thank you. This works when the values are hard-coded parameters in the decision but when values are accepted from the user and passed as parameters to the decision, it doesnt seem to work.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-discussions-components-files/15/UsingDTasPM.PNG"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/15/UsingDTasPM.PNG" alt=" " /&gt;&lt;/a&gt;&amp;nbsp;&lt;a href="/cfs-file/__key/communityserver-discussions-components-files/15/Problem.PNG"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/15/Problem.PNG" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can we use the output of a decision table to trigger a process model?</title><link>https://community.appian.com/thread/53819?ContentTypeID=1</link><pubDate>Tue, 03 Apr 2018 08:24:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:58215e50-6546-47de-9eae-4bc6157b6e59</guid><dc:creator>aloks0189</dc:creator><description>As per my understanding, You can call your rule in start process smart service which triggers a process asynchronously. &lt;br /&gt;
&lt;br /&gt;
As this smart service requires process model as it&amp;#39;s input and your decision table return type is process hence you can call this rule inside process model input parameter of start Process smart service.&lt;br /&gt;
&lt;br /&gt;
Hope this will help&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can we use the output of a decision table to trigger a process model?</title><link>https://community.appian.com/thread/53818?ContentTypeID=1</link><pubDate>Tue, 03 Apr 2018 07:46:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9aafb56a-3fc9-4862-970a-5fb1a519c53f</guid><dc:creator>bhanuprakashm</dc:creator><description>Hi Apoorvam0001,&lt;br /&gt;
&lt;br /&gt;
For calling above rule  to call the process model,&lt;br /&gt;
&lt;br /&gt;
we have to create the process model, in that&lt;br /&gt;
&lt;br /&gt;
please follow below steps&lt;br /&gt;
&lt;br /&gt;
1. Need to create a process variable of type of process model.&lt;br /&gt;
2. Place the above rule into script task and pass the necessary and save the output into the process  variable of type process model&lt;br /&gt;
3. Then place start process smart service, in that 2 inputs once is process model and parameters&lt;br /&gt;
     u can pass process model variable to process model input and pass parameters if reqiured&lt;br /&gt;
&lt;br /&gt;
then respective process model will trigger.&lt;br /&gt;
&lt;br /&gt;
Hope it will help to you&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
Bhanu Prakash.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can we use the output of a decision table to trigger a process model?</title><link>https://community.appian.com/thread/53817?ContentTypeID=1</link><pubDate>Tue, 03 Apr 2018 07:33:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c13e3d88-f763-42c7-bb44-f482e560b1a7</guid><dc:creator>gayathris</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Please have a look at this documentation link,&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.appian.com/suite/help/18.1/Appian_Decisions.html#dynamic-process-execution"&gt;docs.appian.com/.../Appian_Decisions.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Basically,&amp;nbsp;Using Decision Rule with the&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/18.1/Start_Process_Smart_Service.html"&gt;Start Process smart service&lt;/a&gt;, we can pass the Decision&amp;#39;s result into the smart service to dynamically determine which process to start and what parameter values to pass into the process.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>