<?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: Set Due Date on task in multi-instance sub process in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/set-due-date-on-task-in-multi-instance-sub-process/m-p/175835#M128965</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Martin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the quick response, my challenge is that the multi-instances cannot be sequential, because all dates need to be displayed on the calendar ,so, I am wondering if there&amp;nbsp; is a way to tell the activiti engine which is the next available date to set as the due date..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Dec 2014 17:21:07 GMT</pubDate>
    <dc:creator>koallen</dc:creator>
    <dc:date>2014-12-22T17:21:07Z</dc:date>
    <item>
      <title>Set Due Date on task in multi-instance sub process</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/set-due-date-on-task-in-multi-instance-sub-process/m-p/175833#M128963</link>
      <description>We are currently on Activiti 5.16We have a requirement where we schedule a sequence of appointments using a multi-instance called Element. The first task in the called element is a calendar appointment, where the User visits a customer.This task needs to be synchronized with the User's calendar . Th</description>
      <pubDate>Sat, 20 Dec 2014 14:17:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/set-due-date-on-task-in-multi-instance-sub-process/m-p/175833#M128963</guid>
      <dc:creator>koallen</dc:creator>
      <dc:date>2014-12-20T14:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: Set Due Date on task in multi-instance sub process</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/set-due-date-on-task-in-multi-instance-sub-process/m-p/175834#M128964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will guess now. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You have list of dates to meet:&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;datesToMeet[ date1, date2, date3, date4]&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;You have to start 4 sub processes by multi instance&amp;nbsp; behavior where these list is given as input&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;multiInstanceLoopCharacteristics isSequential="true" &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; activiti:collection="${datesToMeet}" activiti:elementVariable="dateToMeet" &amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/multiInstanceLoopCharacteristics&amp;gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;in this case you can access &lt;/SPAN&gt;&lt;CODE&gt;dateToMeet&lt;/CODE&gt;&lt;SPAN&gt; variable in the called element.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2014 06:39:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/set-due-date-on-task-in-multi-instance-sub-process/m-p/175834#M128964</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2014-12-22T06:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: Set Due Date on task in multi-instance sub process</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/set-due-date-on-task-in-multi-instance-sub-process/m-p/175835#M128965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Martin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the quick response, my challenge is that the multi-instances cannot be sequential, because all dates need to be displayed on the calendar ,so, I am wondering if there&amp;nbsp; is a way to tell the activiti engine which is the next available date to set as the due date..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2014 17:21:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/set-due-date-on-task-in-multi-instance-sub-process/m-p/175835#M128965</guid>
      <dc:creator>koallen</dc:creator>
      <dc:date>2014-12-22T17:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: Set Due Date on task in multi-instance sub process</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/set-due-date-on-task-in-multi-instance-sub-process/m-p/175836#M128966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;activiti:elementVariable="dateToMeet"&lt;/CODE&gt;&lt;SPAN&gt; works for &lt;/SPAN&gt;&lt;CODE&gt;isSequential="false"&lt;/CODE&gt;&lt;SPAN&gt; too. (if not it's a bug).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2014 06:13:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/set-due-date-on-task-in-multi-instance-sub-process/m-p/175836#M128966</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2014-12-23T06:13:05Z</dc:date>
    </item>
  </channel>
</rss>

