<?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: Reassign a task in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/reassign-a-task/m-p/35775#M15105</link>
    <description>&lt;P&gt;Thanks for the solution.&lt;/P&gt;&lt;P&gt;As a follow-up question, what would you do if the original assignee (User A) was the process initiator, in which the subsequent tasks may be assigned to this person? What should I do to assign all future tasks that belong to User A to User B?&lt;/P&gt;</description>
    <pubDate>Thu, 09 Jan 2020 20:09:08 GMT</pubDate>
    <dc:creator>ltd89</dc:creator>
    <dc:date>2020-01-09T20:09:08Z</dc:date>
    <item>
      <title>Reassign a task</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/reassign-a-task/m-p/35771#M15101</link>
      <description>can we reassign a task to someone else user?lets assume a task is assign to "user A" and we want to assign this task to "user B" &amp;nbsp;I am using query to assign a task to "user A " is&amp;nbsp;query is&amp;nbsp;{"action":"claim","assignee":"userIdA"}and rest url is&amp;nbsp;http://localhost:8080/activiti-rest/service/runtime/task</description>
      <pubDate>Tue, 16 May 2017 04:49:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/reassign-a-task/m-p/35771#M15101</guid>
      <dc:creator>skverma02</dc:creator>
      <dc:date>2017-05-16T04:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Reassign a task</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/reassign-a-task/m-p/35772#M15102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #727174; background-color: #edf8ca; border: 0px; font-size: 14px;"&gt;we&amp;nbsp;must call the two REST APIs in order.&lt;/P&gt;&lt;P style="color: #727174; background-color: #edf8ca; border: 0px; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #727174; background-color: #edf8ca; border: 0px; font-size: 14px;"&gt;1. unclaim&lt;/P&gt;&lt;P style="color: #727174; background-color: #edf8ca; border: 0px; font-size: 14px;"&gt;POST runtime/tasks/%taskId%&lt;/P&gt;&lt;P style="color: #727174; background-color: #edf8ca; border: 0px; font-size: 14px;"&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;"action": "claim",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;"assignee": null&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #727174; background-color: #edf8ca; border: 0px; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #727174; background-color: #edf8ca; border: 0px; font-size: 14px;"&gt;2. claim&lt;/P&gt;&lt;P style="color: #727174; background-color: #edf8ca; border: 0px; font-size: 14px;"&gt;POST &lt;SPAN style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;runtime/tasks&lt;/SPAN&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;/%taskId%&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #727174; background-color: #edf8ca; border: 0px; font-size: 14px;"&gt;{&lt;BR /&gt;"action": "claim",&lt;BR /&gt;"assignee": %&lt;SPAN style="color: #727174; background-color: #ffffff; border: 0px; font-weight: inherit; font-size: 14px;"&gt;userId%&lt;/SPAN&gt;&lt;BR /&gt;}&lt;/P&gt;&lt;P style="color: #727174; background-color: #edf8ca; border: 0px; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #727174; background-color: #edf8ca; border: 0px; font-size: 14px;"&gt;Reference&lt;/P&gt;&lt;P style="color: #727174; background-color: #edf8ca; border: 0px; font-size: 14px;"&gt;15.7.5. Task actions&lt;/P&gt;&lt;P style="color: #727174; background-color: #edf8ca; border: 0px; font-size: 14px;"&gt;&lt;A href="https://www.activiti.org/userguide/#_task_actions" rel="nofollow noopener noreferrer" style="color: #1e88e5; border: 0px; font-weight: inherit; text-decoration: none; font-size: 14px; padding: 0px calc(12px + 0.35ex) 0px 0px;" target="_blank"&gt;Activiti User Guide&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2017 08:33:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/reassign-a-task/m-p/35772#M15102</guid>
      <dc:creator>skverma02</dc:creator>
      <dc:date>2017-05-22T08:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: Reassign a task</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/reassign-a-task/m-p/35773#M15103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;A task can be updated using the following endpoint &lt;A class="link-titled" href="https://www.activiti.org/userguide/index.html#_update_a_task" title="https://www.activiti.org/userguide/index.html#_update_a_task" rel="nofollow noopener noreferrer"&gt;Activiti User Guide&lt;/A&gt;. This includes updating the assignee&lt;/P&gt;&lt;P class=""&gt;POST /runtime/tasks/{taskId}&lt;/P&gt;&lt;P class=""&gt;{&lt;/P&gt;&lt;P class=""&gt;"assignee": "&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;userIdB&lt;/SPAN&gt;"&lt;/P&gt;&lt;P class=""&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2017 08:44:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/reassign-a-task/m-p/35773#M15103</guid>
      <dc:creator>bassam_al-saror</dc:creator>
      <dc:date>2017-05-24T08:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Reassign a task</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/reassign-a-task/m-p/35774#M15104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A __default_attr="147360" __jive_macro_name="user" _jive_internal="true" data-id="147360" data-objecttype="3" data-type="person" href="https://community.alfresco.com/people/bassam.al-sarori" rel="nofollow noopener noreferrer"&gt;&lt;/A&gt;‌&amp;nbsp;&lt;/P&gt;&lt;P&gt;yes you are right .&lt;BR /&gt;but it is not post it is put.&lt;/P&gt;&lt;P&gt;thank you &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2017 10:25:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/reassign-a-task/m-p/35774#M15104</guid>
      <dc:creator>skverma02</dc:creator>
      <dc:date>2017-05-25T10:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: Reassign a task</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/reassign-a-task/m-p/35775#M15105</link>
      <description>&lt;P&gt;Thanks for the solution.&lt;/P&gt;&lt;P&gt;As a follow-up question, what would you do if the original assignee (User A) was the process initiator, in which the subsequent tasks may be assigned to this person? What should I do to assign all future tasks that belong to User A to User B?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2020 20:09:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/reassign-a-task/m-p/35775#M15105</guid>
      <dc:creator>ltd89</dc:creator>
      <dc:date>2020-01-09T20:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: Reassign a task</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/reassign-a-task/m-p/35776#M15106</link>
      <description>&lt;P&gt;can we assign a task to another user?&lt;BR /&gt;let's assume that a task is assigned to "user A" and we want to assign this task to "user B", but I want "user A" to remain in the stream and not be replaced&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 09:05:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/reassign-a-task/m-p/35776#M15106</guid>
      <dc:creator>hernanisaurelio</dc:creator>
      <dc:date>2020-10-21T09:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: Reassign a task</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/reassign-a-task/m-p/35777#M15107</link>
      <description>&lt;P&gt;you'll have to assign both of them as candidate users, that way, any one of the user can claim the task and work on it. task will remain in the pool till its claimed by any user.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 09:17:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/reassign-a-task/m-p/35777#M15107</guid>
      <dc:creator>abbask01</dc:creator>
      <dc:date>2020-10-21T09:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: Reassign a task</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/reassign-a-task/m-p/35778#M15108</link>
      <description>&lt;P&gt;Thank's for your time. I am new to this world. Please could you show an example of what it would look like in step by step please.&lt;BR /&gt;greetings&lt;/P&gt;&lt;P&gt;Hernanis&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 13:43:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/reassign-a-task/m-p/35778#M15108</guid>
      <dc:creator>hernanisaurelio</dc:creator>
      <dc:date>2020-10-21T13:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Reassign a task</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/reassign-a-task/m-p/35779#M15109</link>
      <description>&lt;P&gt;Read more about task assignment here -&amp;nbsp;&lt;A href="https://www.activiti.org/userguide/#bpmnUserTaskAssignment" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.activiti.org/userguide/#bpmnUserTaskAssignment&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 13:54:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/reassign-a-task/m-p/35779#M15109</guid>
      <dc:creator>abbask01</dc:creator>
      <dc:date>2020-10-21T13:54:15Z</dc:date>
    </item>
  </channel>
</rss>

