<?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>debugging process</title><link>https://community.appian.com/discussions/f/new-to-appian/23535/debugging-process</link><description>Hi everyone 
 i have a process that start a form and i need to fill it each time when i debugging the process . 
 there is a way to pre fill the form and debug the process and not all the time fill the form and debugg it ???</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: debugging process</title><link>https://community.appian.com/thread/90163?ContentTypeID=1</link><pubDate>Tue, 25 Jan 2022 12:17:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:83978bf4-7247-4034-b6e0-0318db39d032</guid><dc:creator>agam</dc:creator><description>&lt;p&gt;Well, the way I do it is to save values in the process variables of the model.&lt;/p&gt;
&lt;p&gt;And when you start it for debugging, they would come up on the form as expected.&lt;/p&gt;
&lt;p&gt;Once you are done debugging, just clear off the process and publish your process, else users would see&amp;nbsp;your debugging values on form load.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: debugging process</title><link>https://community.appian.com/thread/90158?ContentTypeID=1</link><pubDate>Tue, 25 Jan 2022 11:28:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cbac999f-8bef-4799-ae64-287be61a3d98</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;Hi there,&lt;/p&gt;
&lt;p&gt;In order to pre-fil it, you will have to store that data in the process variables. Stewart already mentioned one approach you can use. Another one can be, you can add a dummy UIT in your process, after the start node, which will just be a copy of the original interface/form mapped in the start form.&amp;nbsp;&lt;br /&gt;That way, when you start a process and submit from the start node, you will have another UIT (user input task) that you can open and submit if you do not want to change any data, and restart that node every time you want to debug the flow again.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;When you are done with testing, remove that dummy UIT and everything will work as expected.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: debugging process</title><link>https://community.appian.com/thread/90155?ContentTypeID=1</link><pubDate>Tue, 25 Jan 2022 10:49:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b665ef2e-fa50-4ca5-b997-6cda44c4e49d</guid><dc:creator>Stewart Burchell</dc:creator><description>&lt;p&gt;Hi Yaniv&lt;/p&gt;
&lt;p&gt;This may be an option for you...you can open the running instance and change the process variable values directly and then re-start the process at whichever node is appropriate for your testing...that is, you don&amp;#39;t have to re-start the whole thing from the very top if, say, you only want to change one value provided from the Start Form.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>