<?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 IN sub process Boundary Timer fires every 10 seconds rather than at expected cycle in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/in-sub-process-boundary-timer-fires-every-10-seconds-rather-than/m-p/16867#M7458</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #808080; font-size: 22px;"&gt;Hi,even though I have read this&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/thread/225014"&gt;Boundary Timer fires every 10 seconds rather than at expected cycle&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #808080; font-size: 22px;"&gt;But ,When&amp;nbsp;&amp;nbsp;The Boundary Timer Event is used in a sub-process,It does't work correctly.And It's just&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #808080; font-size: 22px;"&gt;fired every 10 seconds rather than at expected cycle.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;##&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;Below is the XML for the sample workflow.&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;BR /&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&lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;mgdc="http://www.omg.org/spec/DD/20100524/DC" xmlns&lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;mgdi="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;&lt;BR /&gt; &amp;lt;process id="myProcess" name="My process" isExecutable="true"&amp;gt;&lt;BR /&gt; &amp;lt;startEvent id="mainStartevent" name="Main Start"&amp;gt;&amp;lt;/startEvent&amp;gt;&lt;BR /&gt; &amp;lt;userTask id="usertask1" name="Main User Task"&amp;gt;&amp;lt;/userTask&amp;gt;&lt;BR /&gt; &amp;lt;subProcess id="subprocess1" name="Sub Process"&amp;gt;&lt;BR /&gt; &amp;lt;userTask id="usertask2" name="Sub User Task"&amp;gt;&amp;lt;/userTask&amp;gt;&lt;BR /&gt; &amp;lt;startEvent id="substartevent" name="Sub Start"&amp;gt;&amp;lt;/startEvent&amp;gt;&lt;BR /&gt; &amp;lt;endEvent id="subendevent" name="Sub End"&amp;gt;&amp;lt;/endEvent&amp;gt;&lt;BR /&gt; &amp;lt;boundaryEvent id="boundarytimer1" name="Timer" attachedToRef="usertask2" cancelActivity="false"&amp;gt;&lt;BR /&gt; &amp;lt;timerEventDefinition&amp;gt;&lt;BR /&gt; &amp;lt;timeCycle&amp;gt;R4/PT50S&amp;lt;/timeCycle&amp;gt;&lt;BR /&gt; &amp;lt;/timerEventDefinition&amp;gt;&lt;BR /&gt; &amp;lt;/boundaryEvent&amp;gt;&lt;BR /&gt; &amp;lt;serviceTask id="servicetask2" name="Sub Service Task" activiti:delegateExpression="${taskWarningService}"&amp;gt;&amp;lt;/serviceTask&amp;gt;&lt;BR /&gt; &amp;lt;sequenceFlow id="flow3" sourceRef="substartevent" targetRef="usertask2"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;&lt;BR /&gt; &amp;lt;sequenceFlow id="flow4" sourceRef="usertask2" targetRef="subendevent"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;&lt;BR /&gt; &amp;lt;sequenceFlow id="flow6" sourceRef="boundarytimer1" targetRef="servicetask2"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;&lt;BR /&gt; &amp;lt;/subProcess&amp;gt;&lt;BR /&gt; &amp;lt;endEvent id="mainEndevent" name="Main End"&amp;gt;&amp;lt;/endEvent&amp;gt;&lt;BR /&gt; &amp;lt;boundaryEvent id="boundarytimer2" name="Timer" attachedToRef="usertask1" cancelActivity="false"&amp;gt;&lt;BR /&gt; &amp;lt;timerEventDefinition&amp;gt;&lt;BR /&gt; &amp;lt;timeCycle&amp;gt;R5/PT60S&amp;lt;/timeCycle&amp;gt;&lt;BR /&gt; &amp;lt;/timerEventDefinition&amp;gt;&lt;BR /&gt; &amp;lt;/boundaryEvent&amp;gt;&lt;BR /&gt; &amp;lt;serviceTask id="servicetask1" name="Sub Service Task" activiti:delegateExpression="${taskWarningService}"&amp;gt;&amp;lt;/serviceTask&amp;gt;&lt;BR /&gt; &amp;lt;sequenceFlow id="flow1" sourceRef="mainStartevent" targetRef="usertask1"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;&lt;BR /&gt; &amp;lt;sequenceFlow id="flow2" sourceRef="usertask1" targetRef="subprocess1"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;&lt;BR /&gt; &amp;lt;sequenceFlow id="flow5" sourceRef="subprocess1" targetRef="mainEndevent"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;&lt;BR /&gt; &amp;lt;sequenceFlow id="flow7" sourceRef="boundarytimer2" targetRef="servicetask1"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;&lt;BR /&gt; &amp;lt;/process&amp;gt;&lt;BR /&gt; &amp;lt;bpmndi:BPMNDiagram id="BPMNDiagram_myProcess"&amp;gt;&lt;BR /&gt; &amp;lt;bpmndi:BPMNPlane bpmnElement="myProcess" id="BPMNPlane_myProcess"&amp;gt;&lt;BR /&gt; &amp;lt;bpmndi:BPMNShape bpmnElement="mainStartevent" id="BPMNShape_mainStartevent"&amp;gt;&lt;BR /&gt; &amp;lt;omgdc:Bounds height="35.0" width="35.0" x="200.0" y="310.0"&amp;gt;&amp;lt;/omgdc:Bounds&amp;gt;&lt;BR /&gt; &amp;lt;/bpmndi:BPMNShape&amp;gt;&lt;BR /&gt; &amp;lt;bpmndi:BPMNShape bpmnElement="usertask1" id="BPMNShape_usertask1"&amp;gt;&lt;BR /&gt; &amp;lt;omgdc:Bounds height="55.0" width="105.0" x="340.0" y="300.0"&amp;gt;&amp;lt;/omgdc:Bounds&amp;gt;&lt;BR /&gt; &amp;lt;/bpmndi:BPMNShape&amp;gt;&lt;BR /&gt; &amp;lt;bpmndi:BPMNShape bpmnElement="boundarytimer2" id="BPMNShape_boundarytimer2"&amp;gt;&lt;BR /&gt; &amp;lt;omgdc:Bounds height="30.0" width="30.0" x="380.0" y="298.0"&amp;gt;&amp;lt;/omgdc:Bounds&amp;gt;&lt;BR /&gt; &amp;lt;/bpmndi:BPMNShape&amp;gt;&lt;BR /&gt; &amp;lt;bpmndi:BPMNShape bpmnElement="subprocess1" id="BPMNShape_subprocess1"&amp;gt;&lt;BR /&gt; &amp;lt;omgdc:Bounds height="250.0" width="391.0" x="538.0" y="202.0"&amp;gt;&amp;lt;/omgdc:Bounds&amp;gt;&lt;BR /&gt; &amp;lt;/bpmndi:BPMNShape&amp;gt;&lt;BR /&gt; &amp;lt;bpmndi:BPMNShape bpmnElement="usertask2" id="BPMNShape_usertask2"&amp;gt;&lt;BR /&gt; &amp;lt;omgdc:Bounds height="55.0" width="105.0" x="680.0" y="302.0"&amp;gt;&amp;lt;/omgdc:Bounds&amp;gt;&lt;BR /&gt; &amp;lt;/bpmndi:BPMNShape&amp;gt;&lt;BR /&gt; &amp;lt;bpmndi:BPMNShape bpmnElement="boundarytimer1" id="BPMNShape_boundarytimer1"&amp;gt;&lt;BR /&gt; &amp;lt;omgdc:Bounds height="30.0" width="30.0" x="720.0" y="300.0"&amp;gt;&amp;lt;/omgdc:Bounds&amp;gt;&lt;BR /&gt; &amp;lt;/bpmndi:BPMNShape&amp;gt;&lt;BR /&gt; &amp;lt;bpmndi:BPMNShape bpmnElement="substartevent" id="BPMNShape_substartevent"&amp;gt;&lt;BR /&gt; &amp;lt;omgdc:Bounds height="35.0" width="35.0" x="580.0" y="312.0"&amp;gt;&amp;lt;/omgdc:Bounds&amp;gt;&lt;BR /&gt; &amp;lt;/bpmndi:BPMNShape&amp;gt;&lt;BR /&gt; &amp;lt;bpmndi:BPMNShape bpmnElement="subendevent" id="BPMNShape_subendevent"&amp;gt;&lt;BR /&gt; &amp;lt;omgdc:Bounds height="35.0" width="35.0" x="850.0" y="312.0"&amp;gt;&amp;lt;/omgdc:Bounds&amp;gt;&lt;BR /&gt; &amp;lt;/bpmndi:BPMNShape&amp;gt;&lt;BR /&gt; &amp;lt;bpmndi:BPMNShape bpmnElement="servicetask2" id="BPMNShape_servicetask2"&amp;gt;&lt;BR /&gt; &amp;lt;omgdc:Bounds height="55.0" width="105.0" x="680.0" y="230.0"&amp;gt;&amp;lt;/omgdc:Bounds&amp;gt;&lt;BR /&gt; &amp;lt;/bpmndi:BPMNShape&amp;gt;&lt;BR /&gt; &amp;lt;bpmndi:BPMNShape bpmnElement="mainEndevent" id="BPMNShape_mainEndevent"&amp;gt;&lt;BR /&gt; &amp;lt;omgdc:Bounds height="35.0" width="35.0" x="1050.0" y="310.0"&amp;gt;&amp;lt;/omgdc:Bounds&amp;gt;&lt;BR /&gt; &amp;lt;/bpmndi:BPMNShape&amp;gt;&lt;BR /&gt; &amp;lt;bpmndi:BPMNShape bpmnElement="servicetask1" id="BPMNShape_servicetask1"&amp;gt;&lt;BR /&gt; &amp;lt;omgdc:Bounds height="55.0" width="105.0" x="340.0" y="200.0"&amp;gt;&amp;lt;/omgdc:Bounds&amp;gt;&lt;BR /&gt; &amp;lt;/bpmndi:BPMNShape&amp;gt;&lt;BR /&gt; &amp;lt;bpmndi:BPMNEdge bpmnElement="flow3" id="BPMNEdge_flow3"&amp;gt;&lt;BR /&gt; &amp;lt;omgdi:waypoint x="615.0" y="329.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;&lt;BR /&gt; &amp;lt;omgdi:waypoint x="680.0" y="329.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;&lt;BR /&gt; &amp;lt;/bpmndi:BPMNEdge&amp;gt;&lt;BR /&gt; &amp;lt;bpmndi:BPMNEdge bpmnElement="flow4" id="BPMNEdge_flow4"&amp;gt;&lt;BR /&gt; &amp;lt;omgdi:waypoint x="785.0" y="329.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;&lt;BR /&gt; &amp;lt;omgdi:waypoint x="850.0" y="329.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;&lt;BR /&gt; &amp;lt;/bpmndi:BPMNEdge&amp;gt;&lt;BR /&gt; &amp;lt;bpmndi:BPMNEdge bpmnElement="flow6" id="BPMNEdge_flow6"&amp;gt;&lt;BR /&gt; &amp;lt;omgdi:waypoint x="735.0" y="300.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;&lt;BR /&gt; &amp;lt;omgdi:waypoint x="732.0" y="285.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;&lt;BR /&gt; &amp;lt;/bpmndi:BPMNEdge&amp;gt;&lt;BR /&gt; &amp;lt;bpmndi:BPMNEdge bpmnElement="flow1" id="BPMNEdge_flow1"&amp;gt;&lt;BR /&gt; &amp;lt;omgdi:waypoint x="235.0" y="327.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;&lt;BR /&gt; &amp;lt;omgdi:waypoint x="340.0" y="327.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;&lt;BR /&gt; &amp;lt;/bpmndi:BPMNEdge&amp;gt;&lt;BR /&gt; &amp;lt;bpmndi:BPMNEdge bpmnElement="flow2" id="BPMNEdge_flow2"&amp;gt;&lt;BR /&gt; &amp;lt;omgdi:waypoint x="445.0" y="327.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;&lt;BR /&gt; &amp;lt;omgdi:waypoint x="538.0" y="327.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;&lt;BR /&gt; &amp;lt;/bpmndi:BPMNEdge&amp;gt;&lt;BR /&gt; &amp;lt;bpmndi:BPMNEdge bpmnElement="flow5" id="BPMNEdge_flow5"&amp;gt;&lt;BR /&gt; &amp;lt;omgdi:waypoint x="929.0" y="327.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;&lt;BR /&gt; &amp;lt;omgdi:waypoint x="1050.0" y="327.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;&lt;BR /&gt; &amp;lt;/bpmndi:BPMNEdge&amp;gt;&lt;BR /&gt; &amp;lt;bpmndi:BPMNEdge bpmnElement="flow7" id="BPMNEdge_flow7"&amp;gt;&lt;BR /&gt; &amp;lt;omgdi:waypoint x="395.0" y="298.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;&lt;BR /&gt; &amp;lt;omgdi:waypoint x="392.0" y="255.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;&lt;BR /&gt; &amp;lt;/bpmndi:BPMNEdge&amp;gt;&lt;BR /&gt; &amp;lt;/bpmndi:BPMNPlane&amp;gt;&lt;BR /&gt; &amp;lt;/bpmndi:BPMNDiagram&amp;gt;&lt;BR /&gt;&amp;lt;/definitions&amp;gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Sep 2019 08:22:08 GMT</pubDate>
    <dc:creator>lcz</dc:creator>
    <dc:date>2019-09-06T08:22:08Z</dc:date>
    <item>
      <title>IN sub process Boundary Timer fires every 10 seconds rather than at expected cycle</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/in-sub-process-boundary-timer-fires-every-10-seconds-rather-than/m-p/16867#M7458</link>
      <description>Hi,even though I have read this&amp;nbsp;Boundary Timer fires every 10 seconds rather than at expected cycle&amp;nbsp;But ,When&amp;nbsp;&amp;nbsp;The Boundary Timer Event is used in a sub-process,It does't work correctly.And It's just&amp;nbsp;fired every 10 seconds rather than at expected cycle.##Below is the XML for the sample workflow.&amp;lt;</description>
      <pubDate>Fri, 06 Sep 2019 08:22:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/in-sub-process-boundary-timer-fires-every-10-seconds-rather-than/m-p/16867#M7458</guid>
      <dc:creator>lcz</dc:creator>
      <dc:date>2019-09-06T08:22:08Z</dc:date>
    </item>
  </channel>
</rss>

