<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to reassign a user task in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-reassign-a-user-task/m-p/192585#M145715</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Previously i was doing reassigning by looping back on the usertask with a flag with the processvariable value of "assigneeName" changed.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Mar 2015 13:04:13 GMT</pubDate>
    <dc:creator>shiva_arunachal</dc:creator>
    <dc:date>2015-03-26T13:04:13Z</dc:date>
    <item>
      <title>How to reassign a user task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-reassign-a-user-task/m-p/192584#M145714</link>
      <description>Hi,I want to reassign a task a different user. Since Explorer has the "reassign" option,&amp;nbsp; i searched the code for explorer and found the below code which i believe does the reassignment:&amp;lt;blockcode&amp;gt; // Update assignee&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; String selectedUser = involvePeoplePopupWindow.getSelectedUserId();</description>
      <pubDate>Thu, 26 Mar 2015 13:02:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-reassign-a-user-task/m-p/192584#M145714</guid>
      <dc:creator>shiva_arunachal</dc:creator>
      <dc:date>2015-03-26T13:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to reassign a user task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-reassign-a-user-task/m-p/192585#M145715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Previously i was doing reassigning by looping back on the usertask with a flag with the processvariable value of "assigneeName" changed.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 13:04:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-reassign-a-user-task/m-p/192585#M145715</guid>
      <dc:creator>shiva_arunachal</dc:creator>
      <dc:date>2015-03-26T13:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to reassign a user task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-reassign-a-user-task/m-p/192586#M145716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&amp;gt; But why is a call made on taskService also?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Actually, the call on the taskservice is the important one, it will update the database. The task.setAssignee won't do that. I'm assuming that happens because of the UI code hooking in into that object to display the assignee.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt; Second question: can the same be effected through the usage of below methods only on taskService?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;No, assignee is set on the task. Although that information is probably copied into the identitylink. but it definitely needs to be set on the task.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 08:13:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-reassign-a-user-task/m-p/192586#M145716</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2015-03-31T08:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to reassign a user task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-reassign-a-user-task/m-p/192587#M145717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the information. What you mentioned is valuable. unfortunately, it is not documented anywhere in user guide, AFAIK.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 09:01:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-reassign-a-user-task/m-p/192587#M145717</guid>
      <dc:creator>shiva_arunachal</dc:creator>
      <dc:date>2015-03-31T09:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to reassign a user task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-reassign-a-user-task/m-p/192588#M145718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, that is probably true (haven't checked). That is why open source code is great: you can actually look inside the source and see what happens …&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 12:15:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-reassign-a-user-task/m-p/192588#M145718</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2015-04-07T12:15:47Z</dc:date>
    </item>
  </channel>
</rss>

