<?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: Multi Instance users task for selected users in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/multi-instance-users-task-for-selected-users/m-p/10193#M4519</link>
    <description>&lt;P&gt;Thanks for your reply&lt;/P&gt;&lt;P&gt;But i need more clarification regarding the mult instance task issue&lt;/P&gt;&lt;P&gt;I have created user task and configured it as the following&lt;/P&gt;&lt;P&gt;Multi instance type to parallel&lt;/P&gt;&lt;P&gt;And set the collection varaible , element varaible and assignment to the same element variable&lt;/P&gt;&lt;P&gt;Should the collection contains the users ids or names and how it will be formatted?&amp;nbsp; comma seperated ?&lt;/P&gt;&lt;P&gt;and how can i get id for some user mail??&lt;/P&gt;</description>
    <pubDate>Sun, 06 Dec 2020 07:34:54 GMT</pubDate>
    <dc:creator>M_abugabal</dc:creator>
    <dc:date>2020-12-06T07:34:54Z</dc:date>
    <item>
      <title>Multi Instance users task for selected users</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/multi-instance-users-task-for-selected-users/m-p/10191#M4517</link>
      <description>&lt;P&gt;I have business scenario where i need some user in form to select multiple users to get in parallel their feedback&lt;/P&gt;&lt;P&gt;So I need sample that contains the following&lt;/P&gt;&lt;P&gt;1- Form with control that allow user to search in system users and select few of them&lt;/P&gt;&lt;P&gt;2- Multi Instance Parallel User task for the selected users and&amp;nbsp;&lt;/P&gt;&lt;P&gt;3- Some way to store in variable their concatenated feedback&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 27 Nov 2020 07:32:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/multi-instance-users-task-for-selected-users/m-p/10191#M4517</guid>
      <dc:creator>M_abugabal</dc:creator>
      <dc:date>2020-11-27T07:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: Multi Instance users task for selected users</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/multi-instance-users-task-for-selected-users/m-p/10192#M4518</link>
      <description>&lt;P&gt;I would be difficult to put up code for your req. here are some links to help you:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;A href="https://docs.alfresco.com/process-services1.11/topics/example_3_dynamic_pie_chart.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/process-services1.11/topics/example_3_dynamic_pie_chart.html&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://hub.alfresco.com/t5/alfresco-process-services/parallel-multi-instance-dynamic-task-candidate-group-assignment/m-p/301813#M6767" target="_blank" rel="nofollow noopener noreferrer"&gt;https://hub.alfresco.com/t5/alfresco-process-services/parallel-multi-instance-dynamic-task-candidate-group-assignment/m-p/301813#M6767&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;just access your variables using task.getVariable(..) and set your execution.setVariable(...)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Nov 2020 13:25:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/multi-instance-users-task-for-selected-users/m-p/10192#M4518</guid>
      <dc:creator>abbask01</dc:creator>
      <dc:date>2020-11-27T13:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: Multi Instance users task for selected users</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/multi-instance-users-task-for-selected-users/m-p/10193#M4519</link>
      <description>&lt;P&gt;Thanks for your reply&lt;/P&gt;&lt;P&gt;But i need more clarification regarding the mult instance task issue&lt;/P&gt;&lt;P&gt;I have created user task and configured it as the following&lt;/P&gt;&lt;P&gt;Multi instance type to parallel&lt;/P&gt;&lt;P&gt;And set the collection varaible , element varaible and assignment to the same element variable&lt;/P&gt;&lt;P&gt;Should the collection contains the users ids or names and how it will be formatted?&amp;nbsp; comma seperated ?&lt;/P&gt;&lt;P&gt;and how can i get id for some user mail??&lt;/P&gt;</description>
      <pubDate>Sun, 06 Dec 2020 07:34:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/multi-instance-users-task-for-selected-users/m-p/10193#M4519</guid>
      <dc:creator>M_abugabal</dc:creator>
      <dc:date>2020-12-06T07:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: Multi Instance users task for selected users</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/multi-instance-users-task-for-selected-users/m-p/10194#M4520</link>
      <description>&lt;P&gt;no, collection variable must hold a collection (e.g. ArrayList&amp;lt;String&amp;gt;) with the useIDs. the user ids from email can be obtained using UserService. the element variable (does not need to be declared or initialized) has to be a string variable that you can use in assigment using MVEL expression. e.g. if element variable is set as &lt;STRONG&gt;userId&lt;/STRONG&gt;, then you can use it in assignment as &lt;STRONG&gt;${userId}&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Dec 2020 13:48:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/multi-instance-users-task-for-selected-users/m-p/10194#M4520</guid>
      <dc:creator>abbask01</dc:creator>
      <dc:date>2020-12-07T13:48:32Z</dc:date>
    </item>
  </channel>
</rss>

