<?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: service tasks are started multiple times in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/service-tasks-are-started-multiple-times/m-p/9972#M4448</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/83786"&gt;@ytsudhamathi&lt;/A&gt;&amp;nbsp;&amp;amp; welcome to Alfresco!&lt;/P&gt;
&lt;P&gt;We are going to need some more information about the workflow, how it's written and when its called, etc, + some log output if possible. Take a look at the &lt;A href="https://hub.alfresco.com/t5/about-the-forum/things-you-should-include-when-posting-in-the-community/td-p/286930" target="_self" rel="nofollow noopener noreferrer"&gt;guidance for posting&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;</description>
    <pubDate>Fri, 27 Nov 2020 10:41:18 GMT</pubDate>
    <dc:creator>EddieMay</dc:creator>
    <dc:date>2020-11-27T10:41:18Z</dc:date>
    <item>
      <title>service tasks are started multiple times</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/service-tasks-are-started-multiple-times/m-p/9971#M4447</link>
      <description>&lt;P&gt;Same workflow is started multiple times in parallel stream, causes the service task to execute multiple time. How to resolve this issue. Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Nov 2020 06:18:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/service-tasks-are-started-multiple-times/m-p/9971#M4447</guid>
      <dc:creator>ytsudhamathi</dc:creator>
      <dc:date>2020-11-27T06:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: service tasks are started multiple times</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/service-tasks-are-started-multiple-times/m-p/9972#M4448</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/83786"&gt;@ytsudhamathi&lt;/A&gt;&amp;nbsp;&amp;amp; welcome to Alfresco!&lt;/P&gt;
&lt;P&gt;We are going to need some more information about the workflow, how it's written and when its called, etc, + some log output if possible. Take a look at the &lt;A href="https://hub.alfresco.com/t5/about-the-forum/things-you-should-include-when-posting-in-the-community/td-p/286930" target="_self" rel="nofollow noopener noreferrer"&gt;guidance for posting&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Fri, 27 Nov 2020 10:41:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/service-tasks-are-started-multiple-times/m-p/9972#M4448</guid>
      <dc:creator>EddieMay</dc:creator>
      <dc:date>2020-11-27T10:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: service tasks are started multiple times</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/service-tasks-are-started-multiple-times/m-p/9973#M4449</link>
      <description>&lt;P&gt;My workflow is as follow:&lt;/P&gt;&lt;P&gt;And using AsyncJobExecutor to execute the jobs.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:activiti="http://activiti.org/bpmn" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC" xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI" typeLanguage="http://www.w3.org/2001/XMLSchema" expressionLanguage="http://www.w3.org/1999/XPath" targetNamespace="http://www.activiti.org/test"&amp;gt;
  &amp;lt;process id="FulfillmentTransactionWorkflow" name="Fulfillment Transaction Workflow" isExecutable="true"&amp;gt;
    &amp;lt;subProcess id="transactionProcessingSP" name="Transaction Processing" activiti:async="true"&amp;gt;
      &amp;lt;startEvent id="startInnerTransactionSE" name="Start"&amp;gt;&amp;lt;/startEvent&amp;gt;
      &amp;lt;sequenceFlow id="flow1" sourceRef="startInnerTransactionSE" targetRef="requestPlanConfigurationST"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;
      &amp;lt;serviceTask id="checkHoldStatusST" activiti:async="true" name="Check Hold Status" activiti:class="com.rsicms.wfpoolingtest.actionhandler.ServiceTask1Action2"&amp;gt;&amp;lt;/serviceTask&amp;gt;
      &amp;lt;sequenceFlow id="flow2" name="Error Ocurred?" sourceRef="checkHoldStatusST" targetRef="checkHoldStatusErrorEG"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;
      &amp;lt;exclusiveGateway id="checkHoldStatusEG" name="Check Hold Status Exclusive Gateway"&amp;gt;&amp;lt;/exclusiveGateway&amp;gt;
      &amp;lt;sequenceFlow id="flow3" name="No" sourceRef="checkHoldStatusEG" targetRef="generateDitaOtOutputST"&amp;gt;
        &amp;lt;conditionExpression xsi:type="tFormalExpression"&amp;gt;&amp;lt;![CDATA[${EXCEPTION_OCCUR == "false"}]]&amp;gt;&amp;lt;/conditionExpression&amp;gt;
      &amp;lt;/sequenceFlow&amp;gt;
      &amp;lt;sequenceFlow id="flow22" name="Yes" sourceRef="checkHoldStatusEG" targetRef="handleHeldTransactionEventST"&amp;gt;
        &amp;lt;conditionExpression xsi:type="tFormalExpression"&amp;gt;&amp;lt;![CDATA[${EXCEPTION_OCCUR == "true"}]]&amp;gt;&amp;lt;/conditionExpression&amp;gt;
      &amp;lt;/sequenceFlow&amp;gt;
      &amp;lt;serviceTask id="requestPlanConfigurationST" activiti:async="true" name="Request Plan Configuration" activiti:class="com.rsicms.wfpoolingtest.actionhandler.ServiceTask1Action3"&amp;gt;&amp;lt;/serviceTask&amp;gt;
      &amp;lt;sequenceFlow id="flow6" name="Error Occurred?" sourceRef="requestPlanConfigurationST" targetRef="requestPlanConfigurationEG"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;
      &amp;lt;endEvent id="endInnerTransactionEE" name="End"&amp;gt;&amp;lt;/endEvent&amp;gt;
      &amp;lt;exclusiveGateway id="requestPlanConfigurationEG" name="Request Plan Configuration Exclusive Gateway"&amp;gt;&amp;lt;/exclusiveGateway&amp;gt;
      &amp;lt;sequenceFlow id="flow7" name="No" sourceRef="requestPlanConfigurationEG" targetRef="feedGenerationSP"&amp;gt;
        &amp;lt;conditionExpression xsi:type="tFormalExpression"&amp;gt;&amp;lt;![CDATA[${EXCEPTION_OCCUR == "false"}]]&amp;gt;&amp;lt;/conditionExpression&amp;gt;
      &amp;lt;/sequenceFlow&amp;gt;
      &amp;lt;sequenceFlow id="flow18" name="Yes" sourceRef="requestPlanConfigurationEG" targetRef="requestPlanConfigurationErrorST"&amp;gt;
        &amp;lt;conditionExpression xsi:type="tFormalExpression"&amp;gt;&amp;lt;![CDATA[${EXCEPTION_OCCUR == "true"}]]&amp;gt;&amp;lt;/conditionExpression&amp;gt;
      &amp;lt;/sequenceFlow&amp;gt;
      &amp;lt;exclusiveGateway id="generateFeedEG" name="Generate Feed Exclusive Gateway"&amp;gt;&amp;lt;/exclusiveGateway&amp;gt;
      &amp;lt;sequenceFlow id="flow17" name="No" sourceRef="generateFeedEG" targetRef="checkHoldStatusST"&amp;gt;
        &amp;lt;conditionExpression xsi:type="tFormalExpression"&amp;gt;&amp;lt;![CDATA[${EXCEPTION_OCCUR == "false"}]]&amp;gt;&amp;lt;/conditionExpression&amp;gt;
      &amp;lt;/sequenceFlow&amp;gt;
      &amp;lt;sequenceFlow id="flow20" name="Yes" sourceRef="generateFeedEG" targetRef="generateFeedErrorST"&amp;gt;
        &amp;lt;conditionExpression xsi:type="tFormalExpression"&amp;gt;&amp;lt;![CDATA[${EXCEPTION_OCCUR == "true"}]]&amp;gt;&amp;lt;/conditionExpression&amp;gt;
      &amp;lt;/sequenceFlow&amp;gt;
      &amp;lt;sequenceFlow id="flow16" name="Error Occurred?" sourceRef="feedGenerationSP" targetRef="generateFeedEG"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;
      &amp;lt;serviceTask id="requestPlanConfigurationErrorST" activiti:async="true" name="Handle Error" activiti:class="com.rsicms.wfpoolingtest.actionhandler.ServiceTask1Action4"&amp;gt;&amp;lt;/serviceTask&amp;gt;
      &amp;lt;sequenceFlow id="flow19" sourceRef="requestPlanConfigurationErrorST" targetRef="endDueToRequestPlanConfigurationErrorEEE"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;
      &amp;lt;endEvent id="endDueToRequestPlanConfigurationErrorEEE" name="ErrorEnd"&amp;gt;
        &amp;lt;errorEventDefinition errorRef="REQUEST_PLAN_CONFIGURATION_ERROR"&amp;gt;&amp;lt;/errorEventDefinition&amp;gt;
      &amp;lt;/endEvent&amp;gt;
      &amp;lt;serviceTask id="generateFeedErrorST" activiti:async="true" name="Handle Error" activiti:class="com.rsicms.wfpoolingtest.actionhandler.ServiceTask1Action4"&amp;gt;&amp;lt;/serviceTask&amp;gt;
      &amp;lt;sequenceFlow id="flow24" sourceRef="generateFeedErrorST" targetRef="endDueToGenerateFeedErrorEEE"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;
      &amp;lt;endEvent id="endDueToGenerateFeedErrorEEE" name="ErrorEnd"&amp;gt;
        &amp;lt;errorEventDefinition errorRef="GENERATE_FEED_ERROR"&amp;gt;&amp;lt;/errorEventDefinition&amp;gt;
      &amp;lt;/endEvent&amp;gt;
      &amp;lt;serviceTask id="handleHeldTransactionEventST" activiti:async="true" name="Handle Held Transaction Event" activiti:class="com.rsicms.wfpoolingtest.actionhandler.ServiceTask1Action4"&amp;gt;&amp;lt;/serviceTask&amp;gt;
      &amp;lt;sequenceFlow id="flow23" sourceRef="handleHeldTransactionEventST" targetRef="endDueToTransactionHeldEEE"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;
      &amp;lt;endEvent id="endDueToTransactionHeldEEE" name="ErrorEnd"&amp;gt;
        &amp;lt;errorEventDefinition errorRef="HELD_ERROR"&amp;gt;&amp;lt;/errorEventDefinition&amp;gt;
      &amp;lt;/endEvent&amp;gt;
      &amp;lt;exclusiveGateway id="checkHoldStatusErrorEG" name="Check Hold Status Error Exclusive Gateway"&amp;gt;&amp;lt;/exclusiveGateway&amp;gt;
      &amp;lt;sequenceFlow id="flow25" name="Transaction Held?" sourceRef="checkHoldStatusErrorEG" targetRef="checkHoldStatusEG"&amp;gt;
        &amp;lt;conditionExpression xsi:type="tFormalExpression"&amp;gt;&amp;lt;![CDATA[${EXCEPTION_OCCUR == "false"}]]&amp;gt;&amp;lt;/conditionExpression&amp;gt;
      &amp;lt;/sequenceFlow&amp;gt;
      &amp;lt;sequenceFlow id="flow26" name="Yes" sourceRef="checkHoldStatusErrorEG" targetRef="checkHoldStatusErrorST"&amp;gt;
        &amp;lt;conditionExpression xsi:type="tFormalExpression"&amp;gt;&amp;lt;![CDATA[${EXCEPTION_OCCUR == "true"}]]&amp;gt;&amp;lt;/conditionExpression&amp;gt;
      &amp;lt;/sequenceFlow&amp;gt;
      &amp;lt;serviceTask id="checkHoldStatusErrorST" activiti:async="true" name="Handle Error" activiti:class="com.rsicms.wfpoolingtest.actionhandler.ServiceTask1Action4"&amp;gt;&amp;lt;/serviceTask&amp;gt;
      &amp;lt;sequenceFlow id="flow27" sourceRef="checkHoldStatusErrorST" targetRef="endDueToCheckHoldStatusEEE"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;
      &amp;lt;endEvent id="endDueToCheckHoldStatusEEE" name="ErrorEnd"&amp;gt;
        &amp;lt;errorEventDefinition errorRef="CHECK_HOLD_STATUS_FEED_ERROR"&amp;gt;&amp;lt;/errorEventDefinition&amp;gt;
      &amp;lt;/endEvent&amp;gt;
      &amp;lt;subProcess id="feedGenerationSP" name="Feed Generation"&amp;gt;
        &amp;lt;startEvent id="startFeedGenerationSE" name="Start"&amp;gt;&amp;lt;/startEvent&amp;gt;
        &amp;lt;endEvent id="endFeedGenerationEE" name="End"&amp;gt;&amp;lt;/endEvent&amp;gt;
        &amp;lt;serviceTask id="generateBenefitVariablesST" activiti:async="true" name="Generate Benefit Variables" activiti:class="com.rsicms.wfpoolingtest.actionhandler.ServiceTask1Action5"&amp;gt;&amp;lt;/serviceTask&amp;gt;
        &amp;lt;serviceTask id="generateDitavalST" activiti:async="true" name="Generate Ditaval" activiti:class="com.rsicms.wfpoolingtest.actionhandler.ServiceTask1Action6"&amp;gt;&amp;lt;/serviceTask&amp;gt;
        &amp;lt;serviceTask id="executeRulesEvaluatorST" activiti:async="true" name="Execute Rules Evaluator" activiti:class="com.rsicms.wfpoolingtest.actionhandler.ServiceTask1Action7"&amp;gt;&amp;lt;/serviceTask&amp;gt;
        &amp;lt;serviceTask id="generateCirrusVariablesST" activiti:async="true" name="Generate Cirrus Variables" activiti:class="com.rsicms.wfpoolingtest.actionhandler.ServiceTask1Action8"&amp;gt;&amp;lt;/serviceTask&amp;gt;
        &amp;lt;serviceTask id="identifySeriesST" activiti:async="true" name="Identify Series" activiti:class="com.rsicms.wfpoolingtest.actionhandler.ServiceTask1Action9"&amp;gt;&amp;lt;/serviceTask&amp;gt;
        &amp;lt;serviceTask id="assembleCompendiumConfigurationST" activiti:async="true" name="Assemble Compendium Configuration" activiti:class="com.rsicms.wfpoolingtest.actionhandler.ServiceTask1Action10"&amp;gt;&amp;lt;/serviceTask&amp;gt;
        &amp;lt;serviceTask id="generateDitaMapST" activiti:async="true" name="Generate DitaMap" activiti:class="com.rsicms.wfpoolingtest.actionhandler.ServiceTask1Action11"&amp;gt;&amp;lt;/serviceTask&amp;gt;
        &amp;lt;sequenceFlow id="flow29" sourceRef="startFeedGenerationSE" targetRef="generateBenefitVariablesST"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;
        &amp;lt;sequenceFlow id="flow30" sourceRef="generateBenefitVariablesST" targetRef="generateDitavalST"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;
        &amp;lt;sequenceFlow id="flow31" sourceRef="generateDitavalST" targetRef="executeRulesEvaluatorST"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;
        &amp;lt;sequenceFlow id="flow32" sourceRef="executeRulesEvaluatorST" targetRef="generateCirrusVariablesST"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;
        &amp;lt;sequenceFlow id="flow33" sourceRef="generateCirrusVariablesST" targetRef="identifySeriesST"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;
        &amp;lt;sequenceFlow id="flow34" sourceRef="identifySeriesST" targetRef="assembleCompendiumConfigurationST"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;
        &amp;lt;sequenceFlow id="flow35" sourceRef="assembleCompendiumConfigurationST" targetRef="generateDitaMapST"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;
        &amp;lt;sequenceFlow id="flow36" sourceRef="generateDitaMapST" targetRef="endFeedGenerationEE"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;
      &amp;lt;/subProcess&amp;gt;
      &amp;lt;serviceTask id="generateDitaOtOutputST" activiti:async="true" name="Generate DitaOt Output" activiti:class="com.rsicms.wfpoolingtest.actionhandler.ServiceTask1Action12"&amp;gt;&amp;lt;/serviceTask&amp;gt;
      &amp;lt;exclusiveGateway id="generateOutputEG" name="Generate Output Exclusive Gateway"&amp;gt;&amp;lt;/exclusiveGateway&amp;gt;
      &amp;lt;serviceTask id="generateOutputErrorST" activiti:async="true" name="Handle Error" activiti:class="com.rsicms.wfpoolingtest.actionhandler.ServiceTask1Action4"&amp;gt;&amp;lt;/serviceTask&amp;gt;
      &amp;lt;endEvent id="endDueToGenerateOutputErrorEEE" name="ErrorEnd"&amp;gt;
        &amp;lt;errorEventDefinition&amp;gt;&amp;lt;/errorEventDefinition&amp;gt;
      &amp;lt;/endEvent&amp;gt;
      &amp;lt;callActivity id="edmsDelivery" name="EDMS Delivery" calledElement="DeliveryWorkflow"&amp;gt;
        &amp;lt;extensionElements&amp;gt;
          &amp;lt;activiti:in source="rsuite contents" target="rsuite contents"&amp;gt;&amp;lt;/activiti:in&amp;gt;
          &amp;lt;activiti:in source="sourceId" target="sourceId"&amp;gt;&amp;lt;/activiti:in&amp;gt;
          &amp;lt;activiti:in source="rsuiteId" target="rsuiteId"&amp;gt;&amp;lt;/activiti:in&amp;gt;
          &amp;lt;activiti:in source="skey" target="skey"&amp;gt;&amp;lt;/activiti:in&amp;gt;
          &amp;lt;activiti:in source="deliverySystemType" target="deliverySystemType"&amp;gt;&amp;lt;/activiti:in&amp;gt;
          &amp;lt;activiti:in source="fulfillmentWorkingFolder" target="rsuiteWorkingFolderPath"&amp;gt;&amp;lt;/activiti:in&amp;gt;
          &amp;lt;activiti:in source="userId" target="userId"&amp;gt;&amp;lt;/activiti:in&amp;gt;
          &amp;lt;activiti:in sourceExpression="delivery" target="WorkflowPoolName"&amp;gt;&amp;lt;/activiti:in&amp;gt;
          &amp;lt;activiti:in source="fileSystemArtifacts" target="fileSystemArtifacts"&amp;gt;&amp;lt;/activiti:in&amp;gt;
          &amp;lt;activiti:in source="pubtrackId" target="pubtrackId"&amp;gt;&amp;lt;/activiti:in&amp;gt;
          &amp;lt;activiti:in source="processId" target="processId"&amp;gt;&amp;lt;/activiti:in&amp;gt;
          &amp;lt;activiti:in source="planId" target="planId"&amp;gt;&amp;lt;/activiti:in&amp;gt;
          &amp;lt;activiti:in source="memberGroupId" target="memberGroupId"&amp;gt;&amp;lt;/activiti:in&amp;gt;
          &amp;lt;activiti:in source="planType" target="planType"&amp;gt;&amp;lt;/activiti:in&amp;gt;
          &amp;lt;activiti:in source="material_id" target="material_id"&amp;gt;&amp;lt;/activiti:in&amp;gt;
        &amp;lt;/extensionElements&amp;gt;
      &amp;lt;/callActivity&amp;gt;
      &amp;lt;exclusiveGateway id="deliveryEG" name="Delivery Exclusive Gateway"&amp;gt;&amp;lt;/exclusiveGateway&amp;gt;
      &amp;lt;serviceTask id="deliveryErrorST" activiti:async="true" name="Handle Error" activiti:class="com.rsicms.wfpoolingtest.actionhandler.ServiceTask1Action4"&amp;gt;&amp;lt;/serviceTask&amp;gt;
      &amp;lt;endEvent id="endDueToDeliveryErrorEEE" name="ErrorEnd"&amp;gt;
        &amp;lt;errorEventDefinition&amp;gt;&amp;lt;/errorEventDefinition&amp;gt;
      &amp;lt;/endEvent&amp;gt;
      &amp;lt;sequenceFlow id="flow37" sourceRef="generateDitaOtOutputST" targetRef="generateOutputEG"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;
      &amp;lt;sequenceFlow id="flow38" sourceRef="generateOutputEG" targetRef="generateOutputErrorST"&amp;gt;
        &amp;lt;conditionExpression xsi:type="tFormalExpression"&amp;gt;&amp;lt;![CDATA[${EXCEPTION_OCCUR == "true"}]]&amp;gt;&amp;lt;/conditionExpression&amp;gt;
      &amp;lt;/sequenceFlow&amp;gt;
      &amp;lt;sequenceFlow id="flow39" sourceRef="generateOutputErrorST" targetRef="endDueToGenerateOutputErrorEEE"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;
      &amp;lt;sequenceFlow id="flow40" sourceRef="generateOutputEG" targetRef="edmsDelivery"&amp;gt;
        &amp;lt;conditionExpression xsi:type="tFormalExpression"&amp;gt;&amp;lt;![CDATA[${EXCEPTION_OCCUR == "false"}]]&amp;gt;&amp;lt;/conditionExpression&amp;gt;
      &amp;lt;/sequenceFlow&amp;gt;
      &amp;lt;sequenceFlow id="flow41" sourceRef="edmsDelivery" targetRef="deliveryEG"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;
      &amp;lt;sequenceFlow id="flow42" sourceRef="deliveryEG" targetRef="deliveryErrorST"&amp;gt;
        &amp;lt;conditionExpression xsi:type="tFormalExpression"&amp;gt;&amp;lt;![CDATA[${EXCEPTION_OCCUR == "true"}]]&amp;gt;&amp;lt;/conditionExpression&amp;gt;
      &amp;lt;/sequenceFlow&amp;gt;
      &amp;lt;sequenceFlow id="flow43" sourceRef="deliveryErrorST" targetRef="endDueToDeliveryErrorEEE"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;
      &amp;lt;sequenceFlow id="flow44" sourceRef="deliveryEG" targetRef="endInnerTransactionEE"&amp;gt;
        &amp;lt;conditionExpression xsi:type="tFormalExpression"&amp;gt;&amp;lt;![CDATA[${EXCEPTION_OCCUR == "false"}]]&amp;gt;&amp;lt;/conditionExpression&amp;gt;
      &amp;lt;/sequenceFlow&amp;gt;
    &amp;lt;/subProcess&amp;gt;
    &amp;lt;startEvent id="startOuterTransactionSE" name="Start"&amp;gt;&amp;lt;/startEvent&amp;gt;
    &amp;lt;sequenceFlow id="flow28" sourceRef="startOuterTransactionSE" targetRef="transactionProcessingSP"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;
    &amp;lt;boundaryEvent id="transactionProcessingEBE" name="Error" attachedToRef="transactionProcessingSP"&amp;gt;
      &amp;lt;errorEventDefinition&amp;gt;&amp;lt;/errorEventDefinition&amp;gt;
    &amp;lt;/boundaryEvent&amp;gt;
    &amp;lt;endEvent id="endOuterTransactionSE" name="End"&amp;gt;&amp;lt;/endEvent&amp;gt;
    &amp;lt;exclusiveGateway id="transactionEG" name="Transaction Exclusive Gateway"&amp;gt;&amp;lt;/exclusiveGateway&amp;gt;
    &amp;lt;serviceTask id="notifyBatchST" activiti:async="true" name="Notify Batch" activiti:class="com.rsicms.wfpoolingtest.actionhandler.ServiceTask1Action14"&amp;gt;&amp;lt;/serviceTask&amp;gt;
    &amp;lt;sequenceFlow id="flow45" sourceRef="transactionProcessingSP" targetRef="transactionEG"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;
    &amp;lt;sequenceFlow id="flow46" sourceRef="transactionProcessingEBE" targetRef="transactionEG"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;
    &amp;lt;sequenceFlow id="flow47" sourceRef="transactionEG" targetRef="notifyBatchST"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;
    &amp;lt;sequenceFlow id="flow48" sourceRef="notifyBatchST" targetRef="endOuterTransactionSE"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;
    &amp;lt;dataObject id="one" name="EXCEPTION_OCCUR" itemSubjectRef="xsd:string"&amp;gt;
      &amp;lt;extensionElements&amp;gt;
        &amp;lt;activiti:value&amp;gt;false&amp;lt;/activiti:value&amp;gt;
      &amp;lt;/extensionElements&amp;gt;
    &amp;lt;/dataObject&amp;gt;
  &amp;lt;/process&amp;gt;
&amp;lt;/definitions&amp;gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 03 Dec 2020 11:12:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/service-tasks-are-started-multiple-times/m-p/9973#M4449</guid>
      <dc:creator>ytsudhamathi</dc:creator>
      <dc:date>2020-12-03T11:12:57Z</dc:date>
    </item>
  </channel>
</rss>

