<?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>How to re-run particular instance of a node with MNI</title><link>https://community.appian.com/discussions/f/general/8742/how-to-re-run-particular-instance-of-a-node-with-mni</link><description>If any node is having MNI on it and if any of the instances goes to error then how can we re start those instances only without effecting others. This is required when we have MNI on Write to database node. In my case, out 10 instance few of the instances</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to re-run particular instance of a node with MNI</title><link>https://community.appian.com/thread/65674?ContentTypeID=1</link><pubDate>Fri, 05 Apr 2019 18:39:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4b697499-6cf8-43b4-b551-40a4be18e0a0</guid><dc:creator>vamshib</dc:creator><description>&lt;p&gt;I have the similar kind of issue, I have an array of 10 values and two of them have failed randomly. I can think of the possibility is to remove the success values and restart MNI with errorred one&amp;#39;s. But how to identify for which value node has executed and which one failed.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Quick response is appreciated.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to re-run particular instance of a node with MNI</title><link>https://community.appian.com/thread/38770?ContentTypeID=1</link><pubDate>Wed, 02 Nov 2016 11:46:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:44507ca1-c4a4-4b2a-b85b-97b5ae1fc43d</guid><dc:creator>kumaraveln</dc:creator><description>How about putting your node in a sub process and configure MNI for the sub process instead. In this way you can put a retry mechanism on the node that could possibly fail.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to re-run particular instance of a node with MNI</title><link>https://community.appian.com/thread/38738?ContentTypeID=1</link><pubDate>Tue, 01 Nov 2016 20:53:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b2be27fc-4ee7-4157-91b2-96522495e624</guid><dc:creator>Mihai Roman</dc:creator><description>Consider consolidating the node to write everything at once instead of using MNI.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to re-run particular instance of a node with MNI</title><link>https://community.appian.com/thread/38736?ContentTypeID=1</link><pubDate>Tue, 01 Nov 2016 19:55:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9b3f2f31-8d93-422f-bc13-944053ad264f</guid><dc:creator>rodgraham</dc:creator><description>Don&amp;#39;t think you can re-start them. You could modify the process instance and pull out of the array that you&amp;#39;re using for your mni all the failed ones and then add a new write to database node to process just those.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to re-run particular instance of a node with MNI</title><link>https://community.appian.com/thread/38735?ContentTypeID=1</link><pubDate>Tue, 01 Nov 2016 19:47:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9eb0ee2f-b263-4235-aa79-58c2563b8281</guid><dc:creator>abhinavg712</dc:creator><description>1. You can make use of &amp;quot;Get Processes By Node Status&amp;quot;  plugin to get list of failed processes &lt;br /&gt; nodes depending upon what process node status is being used ( e.g TASK STATUS PAUSED BY EXCEPTION = 8). You can pass specific failed DB node UUID . The UUIDs of the process nodes to be searched (see the Process Model documentation)&lt;br /&gt; &lt;a href="https://forum.appian.com/suite/tempo/records/item/lMBCLGOdlMUpdGVqW3dQaIKmclBmvvNEj8vu_cjb7T-5YiPr4Fu8ly5Yj1s09uenE4RYzA8zKyx7eiUhuimLnMWGJWMrIGgDWq7S8XvthJ9mnekvg/view/summary"&gt;forum.appian.com/.../summary&lt;/a&gt;&lt;br /&gt;  &lt;br /&gt;2. Design a process to pass above failed processes in batched manner to cancel the node  first and then restart, you can use Process Management Services plugin to cancel and start a node&lt;br /&gt;&lt;a href="https://forum.appian.com/suite/tempo/records/item/lIBCLGOdlMUpdGVqW3dQaIKmclBmvvNEj8vu_cjb7T-5YiPr4Fu8ly5Yj1s09uenE4RYzA8zKyx7eiUjepE6dGk75DUwf-MkSsbwuya1TTzzij2/view/summary"&gt;forum.appian.com/.../summary&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;There is one more plugin available but i haven&amp;#39;t tried the same. &lt;br /&gt;Restart Failed DB Nodes by Model&lt;br /&gt;&lt;a href="https://forum.appian.com/suite/tempo/records/item/lMBCLGOdlMUpdGVqW3dQaIKmclBmvvNEj8vu_cjb7T-5YiPr4Fu8ly5Yj1s09uenE4RYzA8zKyx7eiUhe-kLnNhRff4aDnoYg7Un0RvplBojmq17w/view/summary"&gt;forum.appian.com/.../summary&lt;/a&gt;&lt;br /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>