<?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: Is it possible to pass multiple tasks or a list of task to a single user in  one rest call? in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/is-it-possible-to-pass-multiple-tasks-or-a-list-of-task-to-a/m-p/4835#M2270</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;B&gt;krithikasridhar&lt;/B&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess the bulk update, task assignment in particular, is not available since the current REST API as I have mentioned is only taking 1 variable. Also, it's a PUT method instead of a POST or PATCH and it doesn't take a list of resources. I am seeking advice from my supervisor Greg Harley and I can confirm with you more.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this a blocker for you?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Thong Huynh&lt;/P&gt;&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/tag/bp3/tg-p"&gt;&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Feb 2017 04:50:44 GMT</pubDate>
    <dc:creator>thuynh</dc:creator>
    <dc:date>2017-02-07T04:50:44Z</dc:date>
    <item>
      <title>Is it possible to pass multiple tasks or a list of task to a single user in  one rest call?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/is-it-possible-to-pass-multiple-tasks-or-a-list-of-task-to-a/m-p/4832#M2267</link>
      <description>I would like to assign multiple task or a list of tasks to single user in one REST API call to activiti.Is this possible in activiti?&amp;nbsp;</description>
      <pubDate>Fri, 03 Feb 2017 22:32:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/is-it-possible-to-pass-multiple-tasks-or-a-list-of-task-to-a/m-p/4832#M2267</guid>
      <dc:creator>krithikasridhar</dc:creator>
      <dc:date>2017-02-03T22:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to pass multiple tasks or a list of task to a single user in  one rest call?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/is-it-possible-to-pass-multiple-tasks-or-a-list-of-task-to-a/m-p/4833#M2268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;B&gt;krithikasridhar&lt;/B&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Activiti provides REST API to update a task. Here's the docs&amp;nbsp;&lt;A class="link-titled" href="https://www.activiti.org/userguide/#_update_a_task" title="https://www.activiti.org/userguide/#_update_a_task" rel="nofollow noopener noreferrer"&gt;Activiti User Guide&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to update multiple tasks, you just have to provide a list of task ids and create a REST call for each of the ids.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this work for you?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Thong Huynh&lt;/P&gt;&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/tag/bp3/tg-p"&gt;&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2017 05:31:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/is-it-possible-to-pass-multiple-tasks-or-a-list-of-task-to-a/m-p/4833#M2268</guid>
      <dc:creator>thuynh</dc:creator>
      <dc:date>2017-02-06T05:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to pass multiple tasks or a list of task to a single user in  one rest call?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/is-it-possible-to-pass-multiple-tasks-or-a-list-of-task-to-a/m-p/4834#M2269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi @&lt;A _jive_internal="true" class="" data-avatarid="1009" data-externalid="" data-online="false" data-presence="null" data-userid="164357" data-username="thuynh" href="https://community.alfresco.com/people/thuynh" style="color: inherit; background-color: #ffffff; border: 0px; font-weight: bold; font-size: 14px;" rel="nofollow noopener noreferrer"&gt;Thong Huynh&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Thanks for the quick reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe I wasn't very clear in the previous statement. what I want to is do a bulk upload of the list of tasks for one user. Instead of doing upload for each task.&lt;/P&gt;&lt;P&gt;Is there any way to pass in a list of task at a time and map the assignee to all these tasks instead of calling and mapping for each task.&lt;/P&gt;&lt;P&gt;I would like to do this as I am &amp;nbsp;going to assign these set of tasks to a single user.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2017 17:16:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/is-it-possible-to-pass-multiple-tasks-or-a-list-of-task-to-a/m-p/4834#M2269</guid>
      <dc:creator>krithikasridhar</dc:creator>
      <dc:date>2017-02-06T17:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to pass multiple tasks or a list of task to a single user in  one rest call?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/is-it-possible-to-pass-multiple-tasks-or-a-list-of-task-to-a/m-p/4835#M2270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;B&gt;krithikasridhar&lt;/B&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess the bulk update, task assignment in particular, is not available since the current REST API as I have mentioned is only taking 1 variable. Also, it's a PUT method instead of a POST or PATCH and it doesn't take a list of resources. I am seeking advice from my supervisor Greg Harley and I can confirm with you more.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this a blocker for you?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Thong Huynh&lt;/P&gt;&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/tag/bp3/tg-p"&gt;&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 04:50:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/is-it-possible-to-pass-multiple-tasks-or-a-list-of-task-to-a/m-p/4835#M2270</guid>
      <dc:creator>thuynh</dc:creator>
      <dc:date>2017-02-07T04:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to pass multiple tasks or a list of task to a single user in  one rest call?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/is-it-possible-to-pass-multiple-tasks-or-a-list-of-task-to-a/m-p/4836#M2271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wouldn't call it a blocker as I can iterate each value and proceed. However this will make several calls to activiti. So, if I could get a better solution I will highly appreciate it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 14:50:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/is-it-possible-to-pass-multiple-tasks-or-a-list-of-task-to-a/m-p/4836#M2271</guid>
      <dc:creator>krithikasridhar</dc:creator>
      <dc:date>2017-02-07T14:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to pass multiple tasks or a list of task to a single user in  one rest call?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/is-it-possible-to-pass-multiple-tasks-or-a-list-of-task-to-a/m-p/4837#M2272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi krithikasridhar,&lt;/P&gt;&lt;P&gt;you could implement your own rest endpoint to avoid those multiple calls.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 14:57:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/is-it-possible-to-pass-multiple-tasks-or-a-list-of-task-to-a/m-p/4837#M2272</guid>
      <dc:creator>nikmenke</dc:creator>
      <dc:date>2017-02-07T14:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to pass multiple tasks or a list of task to a single user in  one rest call?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/is-it-possible-to-pass-multiple-tasks-or-a-list-of-task-to-a/m-p/4838#M2273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;B&gt;krithikasridhar&lt;/B&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, I just got confirm from my supervisor that this is currently not available out of the box.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Having said that, keep in mind that Activiti is open source, which means you have total control over the source code. You can add your own REST endpoint like &lt;B&gt;Niklas Menke&lt;/B&gt;&amp;nbsp; suggested given that you&amp;nbsp;understand the code base well enough to do it properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, you can submit feature request to JIRA using this guideline:&amp;nbsp;&lt;A class="link-titled" href="https://www.activiti.org/userguide/#reporting.problems" title="https://www.activiti.org/userguide/#reporting.problems" rel="nofollow noopener noreferrer"&gt;Activiti User Guide&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Thong&lt;/P&gt;&lt;P&gt;bp3‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 16:45:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/is-it-possible-to-pass-multiple-tasks-or-a-list-of-task-to-a/m-p/4838#M2273</guid>
      <dc:creator>thuynh</dc:creator>
      <dc:date>2017-02-07T16:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to pass multiple tasks or a list of task to a single user in  one rest call?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/is-it-possible-to-pass-multiple-tasks-or-a-list-of-task-to-a/m-p/4839#M2274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A _jive_internal="true" data-avatarid="1009" data-externalid="" data-online="false" data-presence="null" data-userid="164357" data-username="thuynh" href="https://community.alfresco.com/people/thuynh" style="color: inherit; background-color: #edf8ca; border: 0px; font-weight: bold; font-size: 14px;" rel="nofollow noopener noreferrer"&gt;Thong Huynh&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Sorry for the late reply. I took the iterative route for now.&lt;/P&gt;&lt;P&gt;Also I have created a task in jira(ACT-4260)&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2017 21:14:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/is-it-possible-to-pass-multiple-tasks-or-a-list-of-task-to-a/m-p/4839#M2274</guid>
      <dc:creator>krithikasridhar</dc:creator>
      <dc:date>2017-02-09T21:14:45Z</dc:date>
    </item>
  </channel>
</rss>

