<?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>Disable Process Model Nodes</title><link>https://community.appian.com/discussions/f/process/22987/disable-process-model-nodes</link><description>Is there a way to disable nodes in a process model for testing purposes? At the moment I just disconnect the nodes from the process model, but Appian doesn&amp;#39;t seem to like that. I would like to be able to do some equivalent of commenting them out, if there</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Disable Process Model Nodes</title><link>https://community.appian.com/thread/89171?ContentTypeID=1</link><pubDate>Fri, 17 Dec 2021 00:32:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:49e00a8d-b282-4ecf-a6df-1fe1e1a1c9ab</guid><dc:creator>Richard Michaelis</dc:creator><description>&lt;p&gt;&lt;br /&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
[quote userid="50400" url="~/discussions/f/process/22987/disable-process-model-nodes/89119#89119"]Not really in a process model.&amp;nbsp; My own personal technique for dealing with such a thing in a dev environment is to get a single instance to that node, then edit the instance and restart the node as needed until it&amp;#39;s working,[/quote]
&lt;p&gt;i do absolutly the same there. As of now, its the most practical approach so far besides testing your rules, interfaces, integrations or what ever in advance, if this is possible&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Disable Process Model Nodes</title><link>https://community.appian.com/thread/89162?ContentTypeID=1</link><pubDate>Thu, 16 Dec 2021 17:25:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c8b3a9d3-3120-48e6-95ff-50066dba3785</guid><dc:creator>Chris</dc:creator><description>&lt;p&gt;What I&amp;#39;ll usually do is implement a dynamicLink on the forms which automatically populates testing data, then have the field only shown for when&amp;nbsp;isusersystemadministrator(loggedInUser())=true.&amp;nbsp; This way when I need to run through the initial forms quick to get to the nth form, I can open the process, click the link to populate all data, submit, click through the other forms quick with something similar, without having to type in multiple fields to get to later forms - as noted here, almost always down stream processing is affected by up stream processing..&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Disable Process Model Nodes</title><link>https://community.appian.com/thread/89161?ContentTypeID=1</link><pubDate>Thu, 16 Dec 2021 17:18:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:38fdb10c-aebc-4869-ad65-142338e5ba96</guid><dc:creator>Stewart Burchell</dc:creator><description>&lt;p&gt;Whilst I have in the past wanted to do the same, it&amp;#39;s since occurred to me that (in the example you&amp;#39;ve given) that the 10th node is actually dependent upon the previous 9 (if in a sequence) and therefore you want to execute the others leading up to it. You could always, as suggested, start an instance, edit the specific node, save and then&amp;nbsp;re-start the instance just from that node until you get the outcome you want, and then retro-fit your changes to the model. Of course, it&amp;#39;s best practice to encapsulate functionality wherever you can...so if the node you&amp;#39;re talking about is, say, a Script Task then move the code to an Expression Rule where you can test &lt;span style="text-decoration:underline;"&gt;ad&lt;/span&gt; &lt;span style="text-decoration:underline;"&gt;nauseum&lt;/span&gt; with no overheads.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Disable Process Model Nodes</title><link>https://community.appian.com/thread/89148?ContentTypeID=1</link><pubDate>Thu, 16 Dec 2021 13:34:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e5539c46-1bde-47b4-92d0-baf35cb656b1</guid><dc:creator>Marco</dc:creator><description>&lt;p&gt;Not ideal, but I guess it is what it is. Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Disable Process Model Nodes</title><link>https://community.appian.com/thread/89119?ContentTypeID=1</link><pubDate>Thu, 16 Dec 2021 00:01:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4b54019f-7779-433e-834c-d2b0d08ad51b</guid><dc:creator>Mike Schmitt</dc:creator><description>[quote userid="71398" url="~/discussions/f/process/22987/disable-process-model-nodes/89118#89118"]In normal coding, you can just comment out all the parts you don&amp;#39;t want to deal with. [/quote]
&lt;p&gt;Not really in a process model.&amp;nbsp; My own personal technique for dealing with such a thing in a dev environment is to get a single instance to that node, then edit the instance and restart the node as needed until it&amp;#39;s working, then copy that change back over to the model.&amp;nbsp; that way you don&amp;#39;t have to, for instance, fill out the forms for 10 user input tasks before a final node that does processing, you just get that far once and then try that node as many times as needed.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Disable Process Model Nodes</title><link>https://community.appian.com/thread/89118?ContentTypeID=1</link><pubDate>Wed, 15 Dec 2021 22:32:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:33ec7784-e2ae-456c-9268-e62b5ad9da83</guid><dc:creator>Marco</dc:creator><description>&lt;p&gt;Hmmm... that seems a little inefficient and heavy on setup for what I had in mind.&lt;/p&gt;
&lt;p&gt;This would be while building a process model. For example. I have 10 nodes and know that the first 9 nodes work fine, but am still getting the 10th node to work, is there no way to just ignore the first 9 nodes? If they are forms, for example, it could be a hassle filling out each one individually to see if that 10th node does what it&amp;#39;s supposed to do. Or maybe one of the nodes isn&amp;#39;t working properly and I want to isolate it to figure out where exactly in the process model that&amp;#39;s happening without rewiring everything.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In normal coding, you can just comment out all the parts you don&amp;#39;t want to deal with. Is there no equivalent in an appian process model?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Disable Process Model Nodes</title><link>https://community.appian.com/thread/89117?ContentTypeID=1</link><pubDate>Wed, 15 Dec 2021 22:24:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ccfc1ae4-5194-4dd1-8d2e-0ba4f99ca5ac</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;Can you go a little bit more into your use case?&amp;nbsp; If it&amp;#39;s a node you need to have permanently in place but will usually need to bypass for testing purposes, the standard method is to have an XOR gateway prior to the node that checks the value of either a PV or a constant, to see whether it&amp;#39;s in &amp;quot;testing mode&amp;quot; let&amp;#39;s say, and executes accordingly.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>