<?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 Activiti Workflow Builder- Intermediate Time catch events in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/activiti-workflow-builder-intermediate-time-catch-events/m-p/34632#M14627</link>
    <description>&lt;P&gt;We are using activiti workflow for poc but after intermediate time catch event our service task is not working fine. need some support here. below is my workflow please suggest modifications&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="Examples"&amp;gt;
  &amp;lt;process id="java-delegate-service-task-process" name="Activiti Service Task using Java Delegates" isExecutable="true"&amp;gt;
    &amp;lt;startEvent id="startevent1" name="Start"&amp;gt;&amp;lt;/startEvent&amp;gt;
    &amp;lt;serviceTask id="javadeletegateservicetask" name="Java Delegate Service Task" activiti:class="com.demo.taskprocessservice.JavaDelegateService"&amp;gt;&amp;lt;/serviceTask&amp;gt;
    &amp;lt;sequenceFlow id="flow1" sourceRef="startevent1" targetRef="javadeletegateservicetask"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;
    &amp;lt;endEvent id="endevent1" name="End"&amp;gt;&amp;lt;/endEvent&amp;gt;
    &amp;lt;exclusiveGateway id="exclusivegateway1" name="Exclusive Gateway"&amp;gt;&amp;lt;/exclusiveGateway&amp;gt;
    &amp;lt;sequenceFlow id="flow3" sourceRef="javadeletegateservicetask" targetRef="exclusivegateway1"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;
    &amp;lt;subProcess id="subprocess1" name="Sub Process"&amp;gt;
      &amp;lt;multiInstanceLoopCharacteristics isSequential="true" activiti:collection="searchResults"&amp;gt;&amp;lt;/multiInstanceLoopCharacteristics&amp;gt;
      &amp;lt;startEvent id="startevent2" name="Start"&amp;gt;&amp;lt;/startEvent&amp;gt;
      &amp;lt;serviceTask id="servicetask1" name="sub-processTask" activiti:class="com.demo.taskprocessservice.subprocessjavadelegateservice"&amp;gt;&amp;lt;/serviceTask&amp;gt;
      &amp;lt;endEvent id="endevent2" name="End"&amp;gt;&amp;lt;/endEvent&amp;gt;
      &amp;lt;sequenceFlow id="flow4" sourceRef="startevent2" targetRef="servicetask1"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;
      &amp;lt;sequenceFlow id="flow5" sourceRef="servicetask1" targetRef="endevent2"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;
    &amp;lt;/subProcess&amp;gt;
    &amp;lt;sequenceFlow id="flow6" sourceRef="subprocess1" targetRef="timerintermediatecatchevent1"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;
    &amp;lt;sequenceFlow id="flow7" sourceRef="exclusivegateway1" targetRef="subprocess1"&amp;gt;
      &amp;lt;conditionExpression xsi:type="tFormalExpression"&amp;gt;&amp;lt;![CDATA[${input == 1}]]&amp;gt;&amp;lt;/conditionExpression&amp;gt;
    &amp;lt;/sequenceFlow&amp;gt;
    &amp;lt;serviceTask id="servicetask2" name="print message" activiti:class="com.demo.taskprocessservice.javadelegatemessageservice"&amp;gt;&amp;lt;/serviceTask&amp;gt;
    &amp;lt;sequenceFlow id="flow8" sourceRef="exclusivegateway1" targetRef="servicetask2"&amp;gt;
      &amp;lt;conditionExpression xsi:type="tFormalExpression"&amp;gt;&amp;lt;![CDATA[${input == 1}]]&amp;gt;&amp;lt;/conditionExpression&amp;gt;
    &amp;lt;/sequenceFlow&amp;gt;
    &amp;lt;endEvent id="endevent3" name="End"&amp;gt;&amp;lt;/endEvent&amp;gt;
    &amp;lt;sequenceFlow id="flow9" sourceRef="servicetask2" targetRef="endevent3"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;
    &amp;lt;endEvent id="endevent4" name="End"&amp;gt;&amp;lt;/endEvent&amp;gt;
    &amp;lt;boundaryEvent id="boundaryerror1" name="Error" attachedToRef="subprocess1"&amp;gt;
      &amp;lt;errorEventDefinition errorRef="SAXException"&amp;gt;&amp;lt;/errorEventDefinition&amp;gt;
    &amp;lt;/boundaryEvent&amp;gt;
    &amp;lt;sequenceFlow id="flow13" sourceRef="boundaryerror1" targetRef="servicetask4"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;
    &amp;lt;serviceTask id="servicetask3" name="Pause Service Task" activiti:async="true" activiti:class="com.demo.taskprocessservice.publisherrormessage"&amp;gt;&amp;lt;/serviceTask&amp;gt;
    &amp;lt;serviceTask id="servicetask4" name="Error Service Task" activiti:class="com.demo.taskprocessservice.publisherrormessage"&amp;gt;&amp;lt;/serviceTask&amp;gt;
    &amp;lt;sequenceFlow id="flow14" sourceRef="servicetask4" targetRef="endevent4"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;
    &amp;lt;sequenceFlow id="flow16" sourceRef="servicetask3" targetRef="endevent1"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;
    &amp;lt;sequenceFlow id="flow17" sourceRef="timerintermediatecatchevent1" targetRef="servicetask3"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;
    &amp;lt;intermediateCatchEvent id="timerintermediatecatchevent1" name="wait"&amp;gt;
      &amp;lt;timerEventDefinition&amp;gt;
        &amp;lt;timeDuration&amp;gt;PT5S&amp;lt;/timeDuration&amp;gt;
      &amp;lt;/timerEventDefinition&amp;gt;
    &amp;lt;/intermediateCatchEvent&amp;gt;
  &amp;lt;/process&amp;gt;
  &amp;lt;bpmndi:BPMNDiagram id="BPMNDiagram_java-delegate-service-task-process"&amp;gt;
    &amp;lt;bpmndi:BPMNPlane bpmnElement="java-delegate-service-task-process" id="BPMNPlane_java-delegate-service-task-process"&amp;gt;
      &amp;lt;bpmndi:BPMNShape bpmnElement="startevent1" id="BPMNShape_startevent1"&amp;gt;
        &amp;lt;omgdc:Bounds height="35.0" width="35.0" x="0.0" y="302.0"&amp;gt;&amp;lt;/omgdc:Bounds&amp;gt;
      &amp;lt;/bpmndi:BPMNShape&amp;gt;
      &amp;lt;bpmndi:BPMNShape bpmnElement="javadeletegateservicetask" id="BPMNShape_javadeletegateservicetask"&amp;gt;
        &amp;lt;omgdc:Bounds height="82.0" width="111.0" x="80.0" y="279.0"&amp;gt;&amp;lt;/omgdc:Bounds&amp;gt;
      &amp;lt;/bpmndi:BPMNShape&amp;gt;
      &amp;lt;bpmndi:BPMNShape bpmnElement="endevent1" id="BPMNShape_endevent1"&amp;gt;
        &amp;lt;omgdc:Bounds height="35.0" width="35.0" x="670.0" y="113.0"&amp;gt;&amp;lt;/omgdc:Bounds&amp;gt;
      &amp;lt;/bpmndi:BPMNShape&amp;gt;
      &amp;lt;bpmndi:BPMNShape bpmnElement="exclusivegateway1" id="BPMNShape_exclusivegateway1"&amp;gt;
        &amp;lt;omgdc:Bounds height="40.0" width="40.0" x="250.0" y="299.0"&amp;gt;&amp;lt;/omgdc:Bounds&amp;gt;
      &amp;lt;/bpmndi:BPMNShape&amp;gt;
      &amp;lt;bpmndi:BPMNShape bpmnElement="subprocess1" id="BPMNShape_subprocess1"&amp;gt;
        &amp;lt;omgdc:Bounds height="161.0" width="358.0" x="33.0" y="50.0"&amp;gt;&amp;lt;/omgdc:Bounds&amp;gt;
      &amp;lt;/bpmndi:BPMNShape&amp;gt;
      &amp;lt;bpmndi:BPMNShape bpmnElement="startevent2" id="BPMNShape_startevent2"&amp;gt;
        &amp;lt;omgdc:Bounds height="35.0" width="35.0" x="43.0" y="120.0"&amp;gt;&amp;lt;/omgdc:Bounds&amp;gt;
      &amp;lt;/bpmndi:BPMNShape&amp;gt;
      &amp;lt;bpmndi:BPMNShape bpmnElement="servicetask1" id="BPMNShape_servicetask1"&amp;gt;
        &amp;lt;omgdc:Bounds height="55.0" width="105.0" x="140.0" y="110.0"&amp;gt;&amp;lt;/omgdc:Bounds&amp;gt;
      &amp;lt;/bpmndi:BPMNShape&amp;gt;
      &amp;lt;bpmndi:BPMNShape bpmnElement="endevent2" id="BPMNShape_endevent2"&amp;gt;
        &amp;lt;omgdc:Bounds height="35.0" width="35.0" x="310.0" y="120.0"&amp;gt;&amp;lt;/omgdc:Bounds&amp;gt;
      &amp;lt;/bpmndi:BPMNShape&amp;gt;
      &amp;lt;bpmndi:BPMNShape bpmnElement="boundaryerror1" id="BPMNShape_boundaryerror1"&amp;gt;
        &amp;lt;omgdc:Bounds height="30.0" width="30.0" x="378.0" y="50.0"&amp;gt;&amp;lt;/omgdc:Bounds&amp;gt;
      &amp;lt;/bpmndi:BPMNShape&amp;gt;
      &amp;lt;bpmndi:BPMNShape bpmnElement="servicetask2" id="BPMNShape_servicetask2"&amp;gt;
        &amp;lt;omgdc:Bounds height="55.0" width="105.0" x="360.0" y="292.0"&amp;gt;&amp;lt;/omgdc:Bounds&amp;gt;
      &amp;lt;/bpmndi:BPMNShape&amp;gt;
      &amp;lt;bpmndi:BPMNShape bpmnElement="endevent3" id="BPMNShape_endevent3"&amp;gt;
        &amp;lt;omgdc:Bounds height="35.0" width="35.0" x="660.0" y="302.0"&amp;gt;&amp;lt;/omgdc:Bounds&amp;gt;
      &amp;lt;/bpmndi:BPMNShape&amp;gt;
      &amp;lt;bpmndi:BPMNShape bpmnElement="endevent4" id="BPMNShape_endevent4"&amp;gt;
        &amp;lt;omgdc:Bounds height="35.0" width="35.0" x="600.0" y="47.0"&amp;gt;&amp;lt;/omgdc:Bounds&amp;gt;
      &amp;lt;/bpmndi:BPMNShape&amp;gt;
      &amp;lt;bpmndi:BPMNShape bpmnElement="servicetask3" id="BPMNShape_servicetask3"&amp;gt;
        &amp;lt;omgdc:Bounds height="55.0" width="105.0" x="530.0" y="103.0"&amp;gt;&amp;lt;/omgdc:Bounds&amp;gt;
      &amp;lt;/bpmndi:BPMNShape&amp;gt;
      &amp;lt;bpmndi:BPMNShape bpmnElement="servicetask4" id="BPMNShape_servicetask4"&amp;gt;
        &amp;lt;omgdc:Bounds height="55.0" width="105.0" x="464.0" y="37.0"&amp;gt;&amp;lt;/omgdc:Bounds&amp;gt;
      &amp;lt;/bpmndi:BPMNShape&amp;gt;
      &amp;lt;bpmndi:BPMNShape bpmnElement="timerintermediatecatchevent1" id="BPMNShape_timerintermediatecatchevent1"&amp;gt;
        &amp;lt;omgdc:Bounds height="35.0" width="35.0" x="464.0" y="113.0"&amp;gt;&amp;lt;/omgdc:Bounds&amp;gt;
      &amp;lt;/bpmndi:BPMNShape&amp;gt;
      &amp;lt;bpmndi:BPMNEdge bpmnElement="flow1" id="BPMNEdge_flow1"&amp;gt;
        &amp;lt;omgdi:waypoint x="35.0" y="319.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;
        &amp;lt;omgdi:waypoint x="80.0" y="320.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;
      &amp;lt;/bpmndi:BPMNEdge&amp;gt;
      &amp;lt;bpmndi:BPMNEdge bpmnElement="flow3" id="BPMNEdge_flow3"&amp;gt;
        &amp;lt;omgdi:waypoint x="191.0" y="320.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;
        &amp;lt;omgdi:waypoint x="250.0" y="319.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;
      &amp;lt;/bpmndi:BPMNEdge&amp;gt;
      &amp;lt;bpmndi:BPMNEdge bpmnElement="flow4" id="BPMNEdge_flow4"&amp;gt;
        &amp;lt;omgdi:waypoint x="78.0" y="137.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;
        &amp;lt;omgdi:waypoint x="140.0" y="137.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;
      &amp;lt;/bpmndi:BPMNEdge&amp;gt;
      &amp;lt;bpmndi:BPMNEdge bpmnElement="flow5" id="BPMNEdge_flow5"&amp;gt;
        &amp;lt;omgdi:waypoint x="245.0" y="137.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;
        &amp;lt;omgdi:waypoint x="310.0" y="137.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;
      &amp;lt;/bpmndi:BPMNEdge&amp;gt;
      &amp;lt;bpmndi:BPMNEdge bpmnElement="flow6" id="BPMNEdge_flow6"&amp;gt;
        &amp;lt;omgdi:waypoint x="391.0" y="130.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;
        &amp;lt;omgdi:waypoint x="464.0" y="130.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;
      &amp;lt;/bpmndi:BPMNEdge&amp;gt;
      &amp;lt;bpmndi:BPMNEdge bpmnElement="flow7" id="BPMNEdge_flow7"&amp;gt;
        &amp;lt;omgdi:waypoint x="270.0" y="299.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;
        &amp;lt;omgdi:waypoint x="212.0" y="211.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;
      &amp;lt;/bpmndi:BPMNEdge&amp;gt;
      &amp;lt;bpmndi:BPMNEdge bpmnElement="flow8" id="BPMNEdge_flow8"&amp;gt;
        &amp;lt;omgdi:waypoint x="290.0" y="319.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;
        &amp;lt;omgdi:waypoint x="360.0" y="319.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;
      &amp;lt;/bpmndi:BPMNEdge&amp;gt;
      &amp;lt;bpmndi:BPMNEdge bpmnElement="flow9" id="BPMNEdge_flow9"&amp;gt;
        &amp;lt;omgdi:waypoint x="465.0" y="319.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;
        &amp;lt;omgdi:waypoint x="660.0" y="319.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;
      &amp;lt;/bpmndi:BPMNEdge&amp;gt;
      &amp;lt;bpmndi:BPMNEdge bpmnElement="flow13" id="BPMNEdge_flow13"&amp;gt;
        &amp;lt;omgdi:waypoint x="408.0" y="65.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;
        &amp;lt;omgdi:waypoint x="464.0" y="64.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;
      &amp;lt;/bpmndi:BPMNEdge&amp;gt;
      &amp;lt;bpmndi:BPMNEdge bpmnElement="flow14" id="BPMNEdge_flow14"&amp;gt;
        &amp;lt;omgdi:waypoint x="569.0" y="64.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;
        &amp;lt;omgdi:waypoint x="600.0" y="64.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;
      &amp;lt;/bpmndi:BPMNEdge&amp;gt;
      &amp;lt;bpmndi:BPMNEdge bpmnElement="flow16" id="BPMNEdge_flow16"&amp;gt;
        &amp;lt;omgdi:waypoint x="635.0" y="130.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;
        &amp;lt;omgdi:waypoint x="670.0" y="130.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;
      &amp;lt;/bpmndi:BPMNEdge&amp;gt;
      &amp;lt;bpmndi:BPMNEdge bpmnElement="flow17" id="BPMNEdge_flow17"&amp;gt;
        &amp;lt;omgdi:waypoint x="499.0" y="130.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;
        &amp;lt;omgdi:waypoint x="530.0" y="130.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;
      &amp;lt;/bpmndi:BPMNEdge&amp;gt;
    &amp;lt;/bpmndi:BPMNPlane&amp;gt;
  &amp;lt;/bpmndi:BPMNDiagram&amp;gt;
&amp;lt;/definitions&amp;gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 28 Dec 2022 19:16:31 GMT</pubDate>
    <dc:creator>Vinay1</dc:creator>
    <dc:date>2022-12-28T19:16:31Z</dc:date>
    <item>
      <title>Activiti Workflow Builder- Intermediate Time catch events</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/activiti-workflow-builder-intermediate-time-catch-events/m-p/34632#M14627</link>
      <description>&lt;P&gt;We are using activiti workflow for poc but after intermediate time catch event our service task is not working fine. need some support here. below is my workflow please suggest modifications&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="Examples"&amp;gt;
  &amp;lt;process id="java-delegate-service-task-process" name="Activiti Service Task using Java Delegates" isExecutable="true"&amp;gt;
    &amp;lt;startEvent id="startevent1" name="Start"&amp;gt;&amp;lt;/startEvent&amp;gt;
    &amp;lt;serviceTask id="javadeletegateservicetask" name="Java Delegate Service Task" activiti:class="com.demo.taskprocessservice.JavaDelegateService"&amp;gt;&amp;lt;/serviceTask&amp;gt;
    &amp;lt;sequenceFlow id="flow1" sourceRef="startevent1" targetRef="javadeletegateservicetask"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;
    &amp;lt;endEvent id="endevent1" name="End"&amp;gt;&amp;lt;/endEvent&amp;gt;
    &amp;lt;exclusiveGateway id="exclusivegateway1" name="Exclusive Gateway"&amp;gt;&amp;lt;/exclusiveGateway&amp;gt;
    &amp;lt;sequenceFlow id="flow3" sourceRef="javadeletegateservicetask" targetRef="exclusivegateway1"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;
    &amp;lt;subProcess id="subprocess1" name="Sub Process"&amp;gt;
      &amp;lt;multiInstanceLoopCharacteristics isSequential="true" activiti:collection="searchResults"&amp;gt;&amp;lt;/multiInstanceLoopCharacteristics&amp;gt;
      &amp;lt;startEvent id="startevent2" name="Start"&amp;gt;&amp;lt;/startEvent&amp;gt;
      &amp;lt;serviceTask id="servicetask1" name="sub-processTask" activiti:class="com.demo.taskprocessservice.subprocessjavadelegateservice"&amp;gt;&amp;lt;/serviceTask&amp;gt;
      &amp;lt;endEvent id="endevent2" name="End"&amp;gt;&amp;lt;/endEvent&amp;gt;
      &amp;lt;sequenceFlow id="flow4" sourceRef="startevent2" targetRef="servicetask1"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;
      &amp;lt;sequenceFlow id="flow5" sourceRef="servicetask1" targetRef="endevent2"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;
    &amp;lt;/subProcess&amp;gt;
    &amp;lt;sequenceFlow id="flow6" sourceRef="subprocess1" targetRef="timerintermediatecatchevent1"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;
    &amp;lt;sequenceFlow id="flow7" sourceRef="exclusivegateway1" targetRef="subprocess1"&amp;gt;
      &amp;lt;conditionExpression xsi:type="tFormalExpression"&amp;gt;&amp;lt;![CDATA[${input == 1}]]&amp;gt;&amp;lt;/conditionExpression&amp;gt;
    &amp;lt;/sequenceFlow&amp;gt;
    &amp;lt;serviceTask id="servicetask2" name="print message" activiti:class="com.demo.taskprocessservice.javadelegatemessageservice"&amp;gt;&amp;lt;/serviceTask&amp;gt;
    &amp;lt;sequenceFlow id="flow8" sourceRef="exclusivegateway1" targetRef="servicetask2"&amp;gt;
      &amp;lt;conditionExpression xsi:type="tFormalExpression"&amp;gt;&amp;lt;![CDATA[${input == 1}]]&amp;gt;&amp;lt;/conditionExpression&amp;gt;
    &amp;lt;/sequenceFlow&amp;gt;
    &amp;lt;endEvent id="endevent3" name="End"&amp;gt;&amp;lt;/endEvent&amp;gt;
    &amp;lt;sequenceFlow id="flow9" sourceRef="servicetask2" targetRef="endevent3"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;
    &amp;lt;endEvent id="endevent4" name="End"&amp;gt;&amp;lt;/endEvent&amp;gt;
    &amp;lt;boundaryEvent id="boundaryerror1" name="Error" attachedToRef="subprocess1"&amp;gt;
      &amp;lt;errorEventDefinition errorRef="SAXException"&amp;gt;&amp;lt;/errorEventDefinition&amp;gt;
    &amp;lt;/boundaryEvent&amp;gt;
    &amp;lt;sequenceFlow id="flow13" sourceRef="boundaryerror1" targetRef="servicetask4"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;
    &amp;lt;serviceTask id="servicetask3" name="Pause Service Task" activiti:async="true" activiti:class="com.demo.taskprocessservice.publisherrormessage"&amp;gt;&amp;lt;/serviceTask&amp;gt;
    &amp;lt;serviceTask id="servicetask4" name="Error Service Task" activiti:class="com.demo.taskprocessservice.publisherrormessage"&amp;gt;&amp;lt;/serviceTask&amp;gt;
    &amp;lt;sequenceFlow id="flow14" sourceRef="servicetask4" targetRef="endevent4"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;
    &amp;lt;sequenceFlow id="flow16" sourceRef="servicetask3" targetRef="endevent1"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;
    &amp;lt;sequenceFlow id="flow17" sourceRef="timerintermediatecatchevent1" targetRef="servicetask3"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;
    &amp;lt;intermediateCatchEvent id="timerintermediatecatchevent1" name="wait"&amp;gt;
      &amp;lt;timerEventDefinition&amp;gt;
        &amp;lt;timeDuration&amp;gt;PT5S&amp;lt;/timeDuration&amp;gt;
      &amp;lt;/timerEventDefinition&amp;gt;
    &amp;lt;/intermediateCatchEvent&amp;gt;
  &amp;lt;/process&amp;gt;
  &amp;lt;bpmndi:BPMNDiagram id="BPMNDiagram_java-delegate-service-task-process"&amp;gt;
    &amp;lt;bpmndi:BPMNPlane bpmnElement="java-delegate-service-task-process" id="BPMNPlane_java-delegate-service-task-process"&amp;gt;
      &amp;lt;bpmndi:BPMNShape bpmnElement="startevent1" id="BPMNShape_startevent1"&amp;gt;
        &amp;lt;omgdc:Bounds height="35.0" width="35.0" x="0.0" y="302.0"&amp;gt;&amp;lt;/omgdc:Bounds&amp;gt;
      &amp;lt;/bpmndi:BPMNShape&amp;gt;
      &amp;lt;bpmndi:BPMNShape bpmnElement="javadeletegateservicetask" id="BPMNShape_javadeletegateservicetask"&amp;gt;
        &amp;lt;omgdc:Bounds height="82.0" width="111.0" x="80.0" y="279.0"&amp;gt;&amp;lt;/omgdc:Bounds&amp;gt;
      &amp;lt;/bpmndi:BPMNShape&amp;gt;
      &amp;lt;bpmndi:BPMNShape bpmnElement="endevent1" id="BPMNShape_endevent1"&amp;gt;
        &amp;lt;omgdc:Bounds height="35.0" width="35.0" x="670.0" y="113.0"&amp;gt;&amp;lt;/omgdc:Bounds&amp;gt;
      &amp;lt;/bpmndi:BPMNShape&amp;gt;
      &amp;lt;bpmndi:BPMNShape bpmnElement="exclusivegateway1" id="BPMNShape_exclusivegateway1"&amp;gt;
        &amp;lt;omgdc:Bounds height="40.0" width="40.0" x="250.0" y="299.0"&amp;gt;&amp;lt;/omgdc:Bounds&amp;gt;
      &amp;lt;/bpmndi:BPMNShape&amp;gt;
      &amp;lt;bpmndi:BPMNShape bpmnElement="subprocess1" id="BPMNShape_subprocess1"&amp;gt;
        &amp;lt;omgdc:Bounds height="161.0" width="358.0" x="33.0" y="50.0"&amp;gt;&amp;lt;/omgdc:Bounds&amp;gt;
      &amp;lt;/bpmndi:BPMNShape&amp;gt;
      &amp;lt;bpmndi:BPMNShape bpmnElement="startevent2" id="BPMNShape_startevent2"&amp;gt;
        &amp;lt;omgdc:Bounds height="35.0" width="35.0" x="43.0" y="120.0"&amp;gt;&amp;lt;/omgdc:Bounds&amp;gt;
      &amp;lt;/bpmndi:BPMNShape&amp;gt;
      &amp;lt;bpmndi:BPMNShape bpmnElement="servicetask1" id="BPMNShape_servicetask1"&amp;gt;
        &amp;lt;omgdc:Bounds height="55.0" width="105.0" x="140.0" y="110.0"&amp;gt;&amp;lt;/omgdc:Bounds&amp;gt;
      &amp;lt;/bpmndi:BPMNShape&amp;gt;
      &amp;lt;bpmndi:BPMNShape bpmnElement="endevent2" id="BPMNShape_endevent2"&amp;gt;
        &amp;lt;omgdc:Bounds height="35.0" width="35.0" x="310.0" y="120.0"&amp;gt;&amp;lt;/omgdc:Bounds&amp;gt;
      &amp;lt;/bpmndi:BPMNShape&amp;gt;
      &amp;lt;bpmndi:BPMNShape bpmnElement="boundaryerror1" id="BPMNShape_boundaryerror1"&amp;gt;
        &amp;lt;omgdc:Bounds height="30.0" width="30.0" x="378.0" y="50.0"&amp;gt;&amp;lt;/omgdc:Bounds&amp;gt;
      &amp;lt;/bpmndi:BPMNShape&amp;gt;
      &amp;lt;bpmndi:BPMNShape bpmnElement="servicetask2" id="BPMNShape_servicetask2"&amp;gt;
        &amp;lt;omgdc:Bounds height="55.0" width="105.0" x="360.0" y="292.0"&amp;gt;&amp;lt;/omgdc:Bounds&amp;gt;
      &amp;lt;/bpmndi:BPMNShape&amp;gt;
      &amp;lt;bpmndi:BPMNShape bpmnElement="endevent3" id="BPMNShape_endevent3"&amp;gt;
        &amp;lt;omgdc:Bounds height="35.0" width="35.0" x="660.0" y="302.0"&amp;gt;&amp;lt;/omgdc:Bounds&amp;gt;
      &amp;lt;/bpmndi:BPMNShape&amp;gt;
      &amp;lt;bpmndi:BPMNShape bpmnElement="endevent4" id="BPMNShape_endevent4"&amp;gt;
        &amp;lt;omgdc:Bounds height="35.0" width="35.0" x="600.0" y="47.0"&amp;gt;&amp;lt;/omgdc:Bounds&amp;gt;
      &amp;lt;/bpmndi:BPMNShape&amp;gt;
      &amp;lt;bpmndi:BPMNShape bpmnElement="servicetask3" id="BPMNShape_servicetask3"&amp;gt;
        &amp;lt;omgdc:Bounds height="55.0" width="105.0" x="530.0" y="103.0"&amp;gt;&amp;lt;/omgdc:Bounds&amp;gt;
      &amp;lt;/bpmndi:BPMNShape&amp;gt;
      &amp;lt;bpmndi:BPMNShape bpmnElement="servicetask4" id="BPMNShape_servicetask4"&amp;gt;
        &amp;lt;omgdc:Bounds height="55.0" width="105.0" x="464.0" y="37.0"&amp;gt;&amp;lt;/omgdc:Bounds&amp;gt;
      &amp;lt;/bpmndi:BPMNShape&amp;gt;
      &amp;lt;bpmndi:BPMNShape bpmnElement="timerintermediatecatchevent1" id="BPMNShape_timerintermediatecatchevent1"&amp;gt;
        &amp;lt;omgdc:Bounds height="35.0" width="35.0" x="464.0" y="113.0"&amp;gt;&amp;lt;/omgdc:Bounds&amp;gt;
      &amp;lt;/bpmndi:BPMNShape&amp;gt;
      &amp;lt;bpmndi:BPMNEdge bpmnElement="flow1" id="BPMNEdge_flow1"&amp;gt;
        &amp;lt;omgdi:waypoint x="35.0" y="319.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;
        &amp;lt;omgdi:waypoint x="80.0" y="320.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;
      &amp;lt;/bpmndi:BPMNEdge&amp;gt;
      &amp;lt;bpmndi:BPMNEdge bpmnElement="flow3" id="BPMNEdge_flow3"&amp;gt;
        &amp;lt;omgdi:waypoint x="191.0" y="320.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;
        &amp;lt;omgdi:waypoint x="250.0" y="319.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;
      &amp;lt;/bpmndi:BPMNEdge&amp;gt;
      &amp;lt;bpmndi:BPMNEdge bpmnElement="flow4" id="BPMNEdge_flow4"&amp;gt;
        &amp;lt;omgdi:waypoint x="78.0" y="137.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;
        &amp;lt;omgdi:waypoint x="140.0" y="137.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;
      &amp;lt;/bpmndi:BPMNEdge&amp;gt;
      &amp;lt;bpmndi:BPMNEdge bpmnElement="flow5" id="BPMNEdge_flow5"&amp;gt;
        &amp;lt;omgdi:waypoint x="245.0" y="137.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;
        &amp;lt;omgdi:waypoint x="310.0" y="137.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;
      &amp;lt;/bpmndi:BPMNEdge&amp;gt;
      &amp;lt;bpmndi:BPMNEdge bpmnElement="flow6" id="BPMNEdge_flow6"&amp;gt;
        &amp;lt;omgdi:waypoint x="391.0" y="130.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;
        &amp;lt;omgdi:waypoint x="464.0" y="130.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;
      &amp;lt;/bpmndi:BPMNEdge&amp;gt;
      &amp;lt;bpmndi:BPMNEdge bpmnElement="flow7" id="BPMNEdge_flow7"&amp;gt;
        &amp;lt;omgdi:waypoint x="270.0" y="299.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;
        &amp;lt;omgdi:waypoint x="212.0" y="211.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;
      &amp;lt;/bpmndi:BPMNEdge&amp;gt;
      &amp;lt;bpmndi:BPMNEdge bpmnElement="flow8" id="BPMNEdge_flow8"&amp;gt;
        &amp;lt;omgdi:waypoint x="290.0" y="319.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;
        &amp;lt;omgdi:waypoint x="360.0" y="319.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;
      &amp;lt;/bpmndi:BPMNEdge&amp;gt;
      &amp;lt;bpmndi:BPMNEdge bpmnElement="flow9" id="BPMNEdge_flow9"&amp;gt;
        &amp;lt;omgdi:waypoint x="465.0" y="319.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;
        &amp;lt;omgdi:waypoint x="660.0" y="319.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;
      &amp;lt;/bpmndi:BPMNEdge&amp;gt;
      &amp;lt;bpmndi:BPMNEdge bpmnElement="flow13" id="BPMNEdge_flow13"&amp;gt;
        &amp;lt;omgdi:waypoint x="408.0" y="65.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;
        &amp;lt;omgdi:waypoint x="464.0" y="64.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;
      &amp;lt;/bpmndi:BPMNEdge&amp;gt;
      &amp;lt;bpmndi:BPMNEdge bpmnElement="flow14" id="BPMNEdge_flow14"&amp;gt;
        &amp;lt;omgdi:waypoint x="569.0" y="64.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;
        &amp;lt;omgdi:waypoint x="600.0" y="64.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;
      &amp;lt;/bpmndi:BPMNEdge&amp;gt;
      &amp;lt;bpmndi:BPMNEdge bpmnElement="flow16" id="BPMNEdge_flow16"&amp;gt;
        &amp;lt;omgdi:waypoint x="635.0" y="130.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;
        &amp;lt;omgdi:waypoint x="670.0" y="130.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;
      &amp;lt;/bpmndi:BPMNEdge&amp;gt;
      &amp;lt;bpmndi:BPMNEdge bpmnElement="flow17" id="BPMNEdge_flow17"&amp;gt;
        &amp;lt;omgdi:waypoint x="499.0" y="130.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;
        &amp;lt;omgdi:waypoint x="530.0" y="130.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;
      &amp;lt;/bpmndi:BPMNEdge&amp;gt;
    &amp;lt;/bpmndi:BPMNPlane&amp;gt;
  &amp;lt;/bpmndi:BPMNDiagram&amp;gt;
&amp;lt;/definitions&amp;gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 28 Dec 2022 19:16:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/activiti-workflow-builder-intermediate-time-catch-events/m-p/34632#M14627</guid>
      <dc:creator>Vinay1</dc:creator>
      <dc:date>2022-12-28T19:16:31Z</dc:date>
    </item>
  </channel>
</rss>

