<?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: Create User Multi Instance Task Programatically in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/create-user-multi-instance-task-programatically/m-p/25404#M11009</link>
    <description>&lt;P&gt;Have you resolved your problem? I've the same situation and I'm searching for a solution too&lt;/P&gt;</description>
    <pubDate>Wed, 19 May 2021 10:12:57 GMT</pubDate>
    <dc:creator>Fjordo</dc:creator>
    <dc:date>2021-05-19T10:12:57Z</dc:date>
    <item>
      <title>Create User Multi Instance Task Programatically</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/create-user-multi-instance-task-programatically/m-p/25400#M11005</link>
      <description>Hi Guys.I'm working in a flow when I open multi instance user tasks,&amp;nbsp;and sometimes,&amp;nbsp;this user tasks have a previsible count. But sometimes, I have the need to add more instances of this tasks and wait their conclusion like any other user task. Its possible to do that?There is any doc/example that yo</description>
      <pubDate>Fri, 05 May 2017 22:52:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/create-user-multi-instance-task-programatically/m-p/25400#M11005</guid>
      <dc:creator>edufrazao</dc:creator>
      <dc:date>2017-05-05T22:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: Create User Multi Instance Task Programatically</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/create-user-multi-instance-task-programatically/m-p/25401#M11006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is possible to use expressions (dynamic calculation for each process instance) to configure multi instance cardinality. Please refer&amp;nbsp;&lt;A class="link-titled" href="https://www.activiti.org/userguide/#bpmnMultiInstance" title="https://www.activiti.org/userguide/#bpmnMultiInstance" rel="nofollow noopener noreferrer"&gt;Activiti User Guide Multi Instance&lt;/A&gt;&amp;nbsp;for more details&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Ciju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 May 2017 20:53:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/create-user-multi-instance-task-programatically/m-p/25401#M11006</guid>
      <dc:creator>cjose</dc:creator>
      <dc:date>2017-05-08T20:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: Create User Multi Instance Task Programatically</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/create-user-multi-instance-task-programatically/m-p/25402#M11007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My favorite way of implementing Multi instance loops is to create the instances over a collection.&lt;/P&gt;&lt;P&gt;That way, there are no hard coded limits for the number of instances and you can add your own custom completion conditions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A typical example of this is an approval task where 3 of the X assignees need to approve to move forward.&lt;/P&gt;&lt;P&gt;What you want is to exit as soon as 3 people approve. Use the early completion expression to implement this and havr the multi instance implemented over a list of "approvers".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;BR /&gt;greg&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, 09 May 2017 13:28:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/create-user-multi-instance-task-programatically/m-p/25402#M11007</guid>
      <dc:creator>gdharley</dc:creator>
      <dc:date>2017-05-09T13:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: Create User Multi Instance Task Programatically</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/create-user-multi-instance-task-programatically/m-p/25403#M11008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys, thank you for answer..&lt;/P&gt;&lt;P&gt;I already use the "usual"&amp;nbsp;cardinality approach, with a collection, to create the "initial" and "previsible" tasks.&lt;/P&gt;&lt;P&gt;But in my use case, when there is still opened tasks instances,&amp;nbsp;I may need to add another ones, programatically, based on runtime conditions that does not exists in the moment on the flow execution that creates the firts tasks. Is it even possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 14:08:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/create-user-multi-instance-task-programatically/m-p/25403#M11008</guid>
      <dc:creator>edufrazao</dc:creator>
      <dc:date>2017-05-09T14:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: Create User Multi Instance Task Programatically</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/create-user-multi-instance-task-programatically/m-p/25404#M11009</link>
      <description>&lt;P&gt;Have you resolved your problem? I've the same situation and I'm searching for a solution too&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 10:12:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/create-user-multi-instance-task-programatically/m-p/25404#M11009</guid>
      <dc:creator>Fjordo</dc:creator>
      <dc:date>2021-05-19T10:12:57Z</dc:date>
    </item>
  </channel>
</rss>

