<?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>node assignment on re-entry into interface node</title><link>https://community.appian.com/discussions/f/process/13260/node-assignment-on-re-entry-into-interface-node</link><description>I&amp;#39;m on 18.1 and have a situation whereby I am using a receive message to re-enter a process in order to amend details. The assignment for the first interface node is set to a user based on an expression. This is happening correctly however the node is</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: node assignment on re-entry into interface node</title><link>https://community.appian.com/thread/59936?ContentTypeID=1</link><pubDate>Tue, 04 Sep 2018 09:47:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6ff8a492-7315-4bd2-93dd-e72a3af636b4</guid><dc:creator>mohamedt808</dc:creator><description>hi,  if it helps try using process variable in assignment tab .&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: node assignment on re-entry into interface node</title><link>https://community.appian.com/thread/59926?ContentTypeID=1</link><pubDate>Tue, 04 Sep 2018 04:23:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a53c8e27-985a-49e9-9410-0b59bd7ac352</guid><dc:creator>darrinw</dc:creator><description>&lt;p&gt;Thanks Amit, the expression already does check what type of &amp;nbsp;flow this is... see code snip. The pv!AmendmentDecision is only set via the receive message flow.&lt;/p&gt;
&lt;p&gt;=if(&lt;/p&gt;
&lt;p&gt;&amp;nbsp;or(&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;rule!APN_isBlank(&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;pv!groupIdentifier&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;),&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;left(&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;pv!groupIdentifier,&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;3&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;) = &amp;quot;DUP&amp;quot;,&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;pv!AmendmentDecision = &amp;quot;Amend&amp;quot;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;),&lt;/p&gt;
&lt;p&gt;&amp;nbsp;if(&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;pv!AmendmentDecision = &amp;quot;Amend&amp;quot;,&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;pv!businessTravelRequest.TravelAdministrator,&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;pp!initiator&lt;/p&gt;
&lt;p&gt;&amp;nbsp;),&lt;/p&gt;
&lt;p&gt;&amp;nbsp;pv!traveller&lt;/p&gt;
&lt;p&gt;)&lt;/p&gt;
&lt;p&gt;in my case the correct value is being set - i.e. pv!businessTravelRequest.TravelAdministrator but it is also retaining the original assignee for this node. In a simplified form&amp;nbsp;the process is as attached... so the first time in to the &amp;quot;task in question&amp;quot; the assignment assigns the initiator, then when the receive message event is triggered the assignment assigns the second instance to the&amp;nbsp;pv!businessTravelRequest.TravelAdministrator and also the initiator.&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-discussions-components-files/14/assignmentIssue.PNG"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/14/assignmentIssue.PNG" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: node assignment on re-entry into interface node</title><link>https://community.appian.com/thread/59925?ContentTypeID=1</link><pubDate>Tue, 04 Sep 2018 04:05:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ddc93ed0-66a0-4cc6-9e00-02f3755f0eba</guid><dc:creator>darrinw</dc:creator><description>Thanks, I looked at this but I think this is for when you initiate multiple instances at the same time (so each instance can be individually assigned). In my case the node is in a loop (of a sort) so the second instance can start some time after the initial one has already finished.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: node assignment on re-entry into interface node</title><link>https://community.appian.com/thread/59914?ContentTypeID=1</link><pubDate>Mon, 03 Sep 2018 14:38:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ab3dd08a-631a-45fc-b288-22878f34b2b6</guid><dc:creator>amitm9</dc:creator><description>Hi Darrinw,&lt;br /&gt;
&lt;br /&gt;
You should use a Boolean  flag for to identify 1st instance of flow or next instance initiated on receive message. Then create a user type process variable which will hold your assignee username as per business logic and Boolean flag. Hope this will work, give a try and let us know if it works. Thanks&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: node assignment on re-entry into interface node</title><link>https://community.appian.com/thread/59910?ContentTypeID=1</link><pubDate>Mon, 03 Sep 2018 12:19:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ca977b69-8174-474b-8297-453330b10330</guid><dc:creator>karthiks228</dc:creator><description>Hi Darrinw,&lt;br /&gt;
&lt;br /&gt;
Please refer the below link for node assignment of user input node.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="https://docs.appian.com/suite/help/18.1/Assignment_Tab.html"&gt;docs.appian.com/.../Assignment_Tab.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
Karthik S&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: node assignment on re-entry into interface node</title><link>https://community.appian.com/thread/59909?ContentTypeID=1</link><pubDate>Mon, 03 Sep 2018 11:57:26 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b73550d9-5ecb-41cb-9ee1-fe9b0bdc740a</guid><dc:creator>simples533</dc:creator><description>Hi Darrin, &lt;br /&gt;
&lt;br /&gt;
Can you please explain in more detail this scenario ? You want to change assignment when receive message event is getting triggered ? if so check variable value (based on what you need new assignee under assignment tab expression to evaluate) is updated after receive message event is getting triggered.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: node assignment on re-entry into interface node</title><link>https://community.appian.com/thread/59907?ContentTypeID=1</link><pubDate>Mon, 03 Sep 2018 10:05:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2cbb77b8-b87b-4ca1-b8b1-cd12870f1560</guid><dc:creator>Rahul Gundu</dc:creator><description>Hi paragk998&lt;br /&gt;
&lt;br /&gt;
This option is useful, whenever you want to assign same task to each member of a group, or each user configured in variable. &lt;br /&gt;
Like one to one assignment. (Let&amp;#39;s  say 7 users part of a group. Task will create 7 instances and assign the task to each assignee. one task for a user)&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: node assignment on re-entry into interface node</title><link>https://community.appian.com/thread/59906?ContentTypeID=1</link><pubDate>Mon, 03 Sep 2018 09:59:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8a66fd78-969f-4c62-8534-e6de4d840bd5</guid><dc:creator>Rahul Gundu</dc:creator><description>Hi darrinw&lt;br /&gt;
&lt;br /&gt;
Could you please let me know, whether the expression rule is updating a variable properly or not? If possible could you please post some screenshots? It will help to analyse?&lt;br /&gt;
&lt;br /&gt;
I faced a scenario, user input task is configured in a sub-process and configured user input task assignment as process initiator and sub process assignment as &amp;#39; who ever designed a process&amp;#39;. When a user run a new process, though the task is chained, it assigned to (process initiator and a user part of Application Admin group).&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: node assignment on re-entry into interface node</title><link>https://community.appian.com/thread/59901?ContentTypeID=1</link><pubDate>Mon, 03 Sep 2018 07:21:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9d98706e-954e-4616-b93e-d9aad4eb4a37</guid><dc:creator>paragk998</dc:creator><description>&lt;p&gt;hi&lt;br /&gt;you can try checking -&amp;gt;&lt;br /&gt;&lt;a href="/cfs-file/__key/communityserver-discussions-components-files/14/pastedimage1535959164989v1.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/14/pastedimage1535959164989v1.png" alt=" " /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;since you have more than 1 instance.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>