<?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>I want to start a process using the Start Process Write plugin. and I have tried</title><link>https://community.appian.com/discussions/f/plug-ins/3005/i-want-to-start-a-process-using-the-start-process-write-plugin-and-i-have-tried</link><description>I want to start a process using the Start Process Write plugin. and I have tried: startprocesswrite(44,&amp;quot;0086123456789&amp;quot;) but it does not start a process for process model with id 44... is it how it should be used? anyone tried before?... OriginalPostID</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: I want to start a process using the Start Process Write plugin. and I have tried</title><link>https://community.appian.com/thread/10547?ContentTypeID=1</link><pubDate>Wed, 09 Jul 2014 12:08:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7ebf6de2-2cb2-4b35-8b30-bf0b89ed4687</guid><dc:creator>joel671</dc:creator><description>Yes I have and got this working directly from a dashboard. So firstly as per the instructions in the expression editor you need to use it within a bind as the setter.&lt;br /&gt;&lt;br /&gt;Then I got it working with the following:&lt;br /&gt;=startprocesswrite( processModelId: 44 ,&lt;br /&gt;processParameters: {{param1:value1}, {param2:value2}})&lt;br /&gt;Not sure now if I needed the extra brackets but does work. Let me know if you need any additional information&lt;br /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>