<?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 (Not Sequential) Call Activity Exception in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/multi-instance-not-sequential-call-activity-exception/m-p/243969#M197099</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Archana,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If the subprocesses are being completed at the same time, you could get this error. What do you have inside the subprocess for these subprocesses to get completed at the same time?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ciju&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 06 Nov 2016 06:18:20 GMT</pubDate>
    <dc:creator>cjose</dc:creator>
    <dc:date>2016-11-06T06:18:20Z</dc:date>
    <item>
      <title>Multi Instance (Not Sequential) Call Activity Exception</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multi-instance-not-sequential-call-activity-exception/m-p/243968#M197098</link>
      <description>HiI have main process which has call activity inside it ( calls another process/ bpmn file) and is multi instance loop not sequential. When the instances of the call activity complete their execution it has to return to the main process as expected. But it throws exceptions in the Database as follow</description>
      <pubDate>Fri, 04 Nov 2016 15:21:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multi-instance-not-sequential-call-activity-exception/m-p/243968#M197098</guid>
      <dc:creator>archana071</dc:creator>
      <dc:date>2016-11-04T15:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: Multi Instance (Not Sequential) Call Activity Exception</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multi-instance-not-sequential-call-activity-exception/m-p/243969#M197099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Archana,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If the subprocesses are being completed at the same time, you could get this error. What do you have inside the subprocess for these subprocesses to get completed at the same time?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ciju&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Nov 2016 06:18:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multi-instance-not-sequential-call-activity-exception/m-p/243969#M197099</guid>
      <dc:creator>cjose</dc:creator>
      <dc:date>2016-11-06T06:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Multi Instance (Not Sequential) Call Activity Exception</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multi-instance-not-sequential-call-activity-exception/m-p/243970#M197100</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;Thank you for your reply. Yes my subprocess (call activity) has logic that both instances of it executing in parallel almost end at the same time ( as same logic for both of them and I trigger them at same time ) . But activiti might be able to handle such concurrency issues right when multi instance non sequential feature is allowed (as it is the issue with activiti updating its process variables )?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to know if Is this existing behavior of multi instance loops or any problem with our code/logic inside delegates??&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Nov 2016 21:15:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multi-instance-not-sequential-call-activity-exception/m-p/243970#M197100</guid>
      <dc:creator>archana071</dc:creator>
      <dc:date>2016-11-06T21:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: Multi Instance (Not Sequential) Call Activity Exception</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multi-instance-not-sequential-call-activity-exception/m-p/243971#M197101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are these long running subprocesses being executed in parallel? If they are short lived subprocesses, is there any reason why they should be parallel? As far as I understand the optimistic locking exception is an expected behaviour during concurrent updates! Do you mind sharing your use-case, depending on your use case there may be different ways to help avoid these sort of errors?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ciju&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2016 04:22:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multi-instance-not-sequential-call-activity-exception/m-p/243971#M197101</guid>
      <dc:creator>cjose</dc:creator>
      <dc:date>2016-11-07T04:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: Multi Instance (Not Sequential) Call Activity Exception</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multi-instance-not-sequential-call-activity-exception/m-p/243972#M197102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My subprocess (call activity has timer tasks which polls for external source response after waiting x minutes). And the logic inside my subprocess is independent for each instance. So if trigger say 10 or 20 instances of my subprocess I want them to run in parallel to reduce the overall execution time. (Otherwise it takes very long time for all the 20 instances if they are executed as sequential).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My issue is similar to the following thread.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://forums.activiti.org/content/using-asyncexecutor-activitioptimisticlockingexception-activiti-5210" rel="nofollow noopener noreferrer"&gt;https://forums.activiti.org/content/using-asyncexecutor-activitioptimisticlockingexception-activiti-5210&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2016 05:05:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multi-instance-not-sequential-call-activity-exception/m-p/243972#M197102</guid>
      <dc:creator>archana071</dc:creator>
      <dc:date>2016-11-09T05:05:48Z</dc:date>
    </item>
  </channel>
</rss>

