<?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: Alfresco Process Services Dynamic Multi Instance Task in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-process-services-dynamic-multi-instance-task/m-p/37916#M16005</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I get the group IDs from the group names? As I have check boxes with group name, in Task listener I will get their names and then need to find the group Id from the name. Do you have any idea. Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 May 2019 14:44:14 GMT</pubDate>
    <dc:creator>signjoy</dc:creator>
    <dc:date>2019-05-16T14:44:14Z</dc:date>
    <item>
      <title>Alfresco Process Services Dynamic Multi Instance Task</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-process-services-dynamic-multi-instance-task/m-p/37912#M16001</link>
      <description>Hi,We have&amp;nbsp;task form where user will see a drop down called lead groups. This drop down will show&amp;nbsp;all the lead groups (lead admin, lead office, lead employee, etc).Below that we have 10 check boxes that are also a individual groups. User can choose 1 lead group from the dropdown and choose as many a</description>
      <pubDate>Wed, 15 May 2019 16:30:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-process-services-dynamic-multi-instance-task/m-p/37912#M16001</guid>
      <dc:creator>signjoy</dc:creator>
      <dc:date>2019-05-15T16:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Process Services Dynamic Multi Instance Task</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-process-services-dynamic-multi-instance-task/m-p/37913#M16002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If number of groups will always remain static then: you can fork the process with an inclusive gateway, for each group selected the&amp;nbsp; respective task will be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iff the number of groups may vary in future:&lt;/P&gt;&lt;P&gt;The Multi-instance for a task also works with list as an argument.&lt;/P&gt;&lt;P&gt;After your group selection task, create a list of selected participant groups, pass this list (e.g. group_participants) to the &lt;STRONG&gt;Collection (Multi-instance)&lt;/STRONG&gt; &lt;STRONG&gt; &lt;/STRONG&gt;property of the userTask. add an element variable of desired name (e.g. participant). In the &lt;STRONG&gt;Task Assignment&lt;/STRONG&gt;&amp;nbsp;select&amp;nbsp;&lt;STRONG&gt;&lt;SPAN class=""&gt;Candidate groups&lt;/SPAN&gt;&lt;/STRONG&gt;&amp;nbsp;and add the element variable as an expression&amp;nbsp;&lt;EM&gt;${participant}&lt;/EM&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Note&lt;/EM&gt;: The list of Participants must be list of string containing group ids (as selected by the user).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2019 07:07:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-process-services-dynamic-multi-instance-task/m-p/37913#M16002</guid>
      <dc:creator>abbask01</dc:creator>
      <dc:date>2019-05-16T07:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Process Services Dynamic Multi Instance Task</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-process-services-dynamic-multi-instance-task/m-p/37914#M16003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;B&gt;Abbas Kararawala&lt;/B&gt;‌ for your reply. You mean to say I need to write a java TaskListner where I will create the list of use Ids and set them in the next multi user tasks?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2019 12:25:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-process-services-dynamic-multi-instance-task/m-p/37914#M16003</guid>
      <dc:creator>signjoy</dc:creator>
      <dc:date>2019-05-16T12:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Process Services Dynamic Multi Instance Task</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-process-services-dynamic-multi-instance-task/m-p/37915#M16004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, a java-based taskListener will do the work. You'll have to add this on completion of the userTask where the groups are being selected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2019 13:15:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-process-services-dynamic-multi-instance-task/m-p/37915#M16004</guid>
      <dc:creator>abbask01</dc:creator>
      <dc:date>2019-05-16T13:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Process Services Dynamic Multi Instance Task</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-process-services-dynamic-multi-instance-task/m-p/37916#M16005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I get the group IDs from the group names? As I have check boxes with group name, in Task listener I will get their names and then need to find the group Id from the name. Do you have any idea. Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2019 14:44:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-process-services-dynamic-multi-instance-task/m-p/37916#M16005</guid>
      <dc:creator>signjoy</dc:creator>
      <dc:date>2019-05-16T14:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Process Services Dynamic Multi Instance Task</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-process-services-dynamic-multi-instance-task/m-p/37917#M16006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can query the groups based on group name.&lt;/P&gt;&lt;P&gt;If you've created a custom field for fetching groups, why not bring the group ids as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 May 2019 01:41:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-process-services-dynamic-multi-instance-task/m-p/37917#M16006</guid>
      <dc:creator>abbask01</dc:creator>
      <dc:date>2019-05-18T01:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Process Services Dynamic Multi Instance Task</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-process-services-dynamic-multi-instance-task/m-p/37918#M16007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey &lt;B&gt;Abbas Kararawala&lt;/B&gt;‌ can you put the simple example for getting group ids from group name. I am trying it but without success...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 May 2019 12:02:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-process-services-dynamic-multi-instance-task/m-p/37918#M16007</guid>
      <dc:creator>signjoy</dc:creator>
      <dc:date>2019-05-20T12:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Process Services Dynamic Multi Instance Task</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-process-services-dynamic-multi-instance-task/m-p/37919#M16008</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Have you got any solution to this? I'm facing the same problem, i.e. How to get the groupId from the group names. Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2020 10:45:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-process-services-dynamic-multi-instance-task/m-p/37919#M16008</guid>
      <dc:creator>jose_leon_coupa</dc:creator>
      <dc:date>2020-07-02T10:45:23Z</dc:date>
    </item>
  </channel>
</rss>

