<?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 model</title><link>https://community.appian.com/discussions/f/process/27796/start-process-model</link><description>How to Start a process model with out start form or how write expressions for for button to start process model in interface</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Start process model</title><link>https://community.appian.com/thread/108424?ContentTypeID=1</link><pubDate>Fri, 24 Feb 2023 04:38:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:87d4d93a-90db-4c9e-8e46-3b0364d5dfcf</guid><dc:creator>kavitar5580</dc:creator><description>&lt;p&gt;You can write code as like below&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;link: a!startProcessLink(
                  processModel: cons!KBS_PM_CATEGORY_ACTION,
                  processParameters: {
                    cancel: null,
                    /*categoryId: null,*/
                   
                    StatusChange: true,
                    record: rule!KBS_GetCategoryById(catId: fv!identifier)
                  }
                ),&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Start process model</title><link>https://community.appian.com/thread/108415?ContentTypeID=1</link><pubDate>Fri, 24 Feb 2023 03:09:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:afe6936e-51cf-4f62-8d05-cc28ce3a8666</guid><dc:creator>Abhay Dalsaniya</dc:creator><description>&lt;p&gt;If you are just looking for a ways to test, 1. Create a temp UI with a button. 2. Call a!startProcess() in SaveInto of the button. 3. Provide processModel, processParameters (if any). It will trigger the process instance which you can monitor from&amp;nbsp;Monitor tab.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Start process model</title><link>https://community.appian.com/thread/108313?ContentTypeID=1</link><pubDate>Wed, 22 Feb 2023 10:14:26 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:49c49711-ec9b-419c-a171-eebdc2431010</guid><dc:creator>sathishk4434</dc:creator><description>&lt;p&gt;I Have connected drive using api i have need to start the process and get pdf from drive&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Start process model</title><link>https://community.appian.com/thread/108312?ContentTypeID=1</link><pubDate>Wed, 22 Feb 2023 10:13:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3bf65157-e0b5-40e9-b394-edbdac3cf0e7</guid><dc:creator>sathishk4434</dc:creator><description>&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/14/5621.Screenshot_5F00_20230217_5F00_061528.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Start process model</title><link>https://community.appian.com/thread/108311?ContentTypeID=1</link><pubDate>Wed, 22 Feb 2023 10:12:25 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:33cecbf5-7daf-4d2f-afb9-94860054bbdb</guid><dc:creator>sathishk4434</dc:creator><description>&lt;p&gt;appian fecth it from cloud&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Start process model</title><link>https://community.appian.com/thread/108093?ContentTypeID=1</link><pubDate>Fri, 17 Feb 2023 12:49:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1d374bbe-b133-4cab-acde-2dfdfbca4691</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;That does not really answer my question. Does that cloud system send the PDF to Appian, or does Appian fetch it from that cloud system?&lt;/p&gt;
&lt;p&gt;But, regardless of this detail, did you now find a way to start your process manually?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Start process model</title><link>https://community.appian.com/thread/108092?ContentTypeID=1</link><pubDate>Fri, 17 Feb 2023 12:42:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a0573ed9-a4eb-4dd2-9240-c2380be94a34</guid><dc:creator>sathishk4434</dc:creator><description>&lt;p&gt;I Need to get a pdf from cloud need to start api&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Start process model</title><link>https://community.appian.com/thread/108091?ContentTypeID=1</link><pubDate>Fri, 17 Feb 2023 12:40:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9ca552c0-9b1a-49f1-9870-6512ec2043ff</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;OK. For manual, you will need some kind of UI. That can be a start form. Then create a Site object and add that model as a page.&lt;/p&gt;
&lt;p&gt;API? Is that API call FROM another system TO Appian?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Start process model</title><link>https://community.appian.com/thread/108087?ContentTypeID=1</link><pubDate>Fri, 17 Feb 2023 12:24:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6697d501-14c2-4ae0-bfd5-b65a0493ec5e</guid><dc:creator>sathishk4434</dc:creator><description>&lt;p&gt;Both Manual &amp;amp; API&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Start process model</title><link>https://community.appian.com/thread/108086?ContentTypeID=1</link><pubDate>Fri, 17 Feb 2023 12:18:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e936ab2c-5c59-4658-87d2-6fd2564dea55</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;How would you want to trigger this model? Timer, API call, manual?&lt;/p&gt;
&lt;p&gt;In the process modeller, you can start any model for debugging from the &amp;quot;File&amp;quot; menu.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Start process model</title><link>https://community.appian.com/thread/108085?ContentTypeID=1</link><pubDate>Fri, 17 Feb 2023 12:13:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4babaee9-46c8-417b-97ab-301dd54c2a97</guid><dc:creator>sathishk4434</dc:creator><description>&lt;p&gt;I Have created a process model which gets the file from cloud using API but im not able to start the process model to test it,its&amp;nbsp; asking for start form interface how to start without interface&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Start process model</title><link>https://community.appian.com/thread/108084?ContentTypeID=1</link><pubDate>Fri, 17 Feb 2023 11:52:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a07a9af5-3650-4cef-a463-e333ba3b4e32</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;While you can easily add a a!startProcess() to the saveInto parameter of any button, there might be a different way which is more Appian-style. When you describe the background of your ask, we might be able to help you in getting there.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>