254 lines
18 KiB
XML
254 lines
18 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<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/processdef">
|
|
<process id="btCheckReportV2" name="btCheckReportV2" isExecutable="true">
|
|
<documentation>包头检查上报版本2</documentation>
|
|
<startEvent id="startTask" name="start"></startEvent>
|
|
<userTask id="gridTask" name="网格员" activiti:assignee="${handler}">
|
|
<documentation>网格员上报案件</documentation>
|
|
<extensionElements>
|
|
<modeler:initiator-can-complete xmlns:modeler="http://activiti.com/modeler"><![CDATA[false]]></modeler:initiator-can-complete>
|
|
</extensionElements>
|
|
</userTask>
|
|
<exclusiveGateway id="allPass" name="是否全部通过">
|
|
<documentation>是否全部通过</documentation>
|
|
</exclusiveGateway>
|
|
<endEvent id="endTask" name="end"></endEvent>
|
|
<exclusiveGateway id="reReport" name="是否是复查">
|
|
<documentation>是否是复查</documentation>
|
|
</exclusiveGateway>
|
|
<sequenceFlow id="sid-D9D56F10-2C06-4992-99FD-AE3FA2EFFB60" sourceRef="startTask" targetRef="gridTask"></sequenceFlow>
|
|
<userTask id="streetTask" name="乡镇街道管理员" activiti:assignee="${handler}">
|
|
<documentation>乡镇街道受理案件</documentation>
|
|
<extensionElements>
|
|
<modeler:initiator-can-complete xmlns:modeler="http://activiti.com/modeler"><![CDATA[false]]></modeler:initiator-can-complete>
|
|
</extensionElements>
|
|
</userTask>
|
|
<exclusiveGateway id="streetHandle" name="处理类型">
|
|
<documentation>乡镇街道管理员是否处理</documentation>
|
|
</exclusiveGateway>
|
|
<exclusiveGateway id="districtPersonType" name="选择上级领导">
|
|
<documentation>旗县区处理人</documentation>
|
|
</exclusiveGateway>
|
|
<userTask id="districtTask" name="旗县区管理员" activiti:assignee="${handler}">
|
|
<documentation>旗县区管理员处理</documentation>
|
|
<extensionElements>
|
|
<modeler:initiator-can-complete xmlns:modeler="http://activiti.com/modeler"><![CDATA[false]]></modeler:initiator-can-complete>
|
|
</extensionElements>
|
|
</userTask>
|
|
<userTask id="districtDepartmentTask" name="旗县区委办局管理员" activiti:assignee="${handler}">
|
|
<documentation>旗县区委办局管理员处理案件</documentation>
|
|
<extensionElements>
|
|
<modeler:initiator-can-complete xmlns:modeler="http://activiti.com/modeler"><![CDATA[false]]></modeler:initiator-can-complete>
|
|
</extensionElements>
|
|
</userTask>
|
|
<exclusiveGateway id="districtDepartmentHandle" name="处理类型">
|
|
<documentation>旗县区委办局处理</documentation>
|
|
</exclusiveGateway>
|
|
<exclusiveGateway id="districtHandleType" name="处理类型">
|
|
<documentation>旗县区管理员处理</documentation>
|
|
</exclusiveGateway>
|
|
<userTask id="cityTask" name="市管理员" activiti:assignee="${handler}">
|
|
<documentation>市管理员案件</documentation>
|
|
<extensionElements>
|
|
<modeler:initiator-can-complete xmlns:modeler="http://activiti.com/modeler"><![CDATA[false]]></modeler:initiator-can-complete>
|
|
</extensionElements>
|
|
</userTask>
|
|
<sequenceFlow id="sid-1944CBDC-4EBC-4D64-BF88-0682CA3789DB" sourceRef="cityTask" targetRef="cityHandle"></sequenceFlow>
|
|
<sequenceFlow id="sid-F18556F5-37E9-4CA8-8EC9-109AD07F7EE7" sourceRef="gridTask" targetRef="allPass"></sequenceFlow>
|
|
<sequenceFlow id="sid-8A92357E-E72B-499D-9462-889FF79401C9" sourceRef="districtTask" targetRef="districtHandleType"></sequenceFlow>
|
|
<sequenceFlow id="sid-D0C06CDD-DB84-49D8-8D15-56D8D9D74D98" sourceRef="districtDepartmentTask" targetRef="districtDepartmentHandle"></sequenceFlow>
|
|
<sequenceFlow id="sid-F5232F8C-1D37-4647-986C-A4C3C07854F1" sourceRef="streetTask" targetRef="streetHandle"></sequenceFlow>
|
|
<sequenceFlow id="sid-C7F5003C-8991-48D0-80A1-BB2D41657385" name="是" sourceRef="reReport" targetRef="streetTask">
|
|
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${isReReport==1}]]></conditionExpression>
|
|
</sequenceFlow>
|
|
<sequenceFlow id="sid-7D2F70A6-E7C6-4CE4-9B3B-0AC6F8FCD32E" name="旗县区" sourceRef="districtPersonType" targetRef="districtTask">
|
|
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${leader=='district'}]]></conditionExpression>
|
|
</sequenceFlow>
|
|
<sequenceFlow id="sid-701DE861-1F1E-4E97-9574-56DDB42D81C1" name="旗县区委办局" sourceRef="districtPersonType" targetRef="districtDepartmentTask">
|
|
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${leader=='department'}]]></conditionExpression>
|
|
</sequenceFlow>
|
|
<sequenceFlow id="sid-782A49AE-03D6-4072-A7DD-B338471A094A" name="处理" sourceRef="cityHandle" targetRef="endTask">
|
|
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${handleType=='handle'}]]></conditionExpression>
|
|
</sequenceFlow>
|
|
<sequenceFlow id="sid-DAAFBA9C-076B-4441-ACA5-AE953A646670" name="回退" sourceRef="districtHandleType" targetRef="streetTask">
|
|
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${handleType=='return'}]]></conditionExpression>
|
|
</sequenceFlow>
|
|
<sequenceFlow id="sid-F03B7954-69F3-4487-92F1-ED308C30C9AB" name="处理" sourceRef="districtDepartmentHandle" targetRef="endTask">
|
|
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${handleType=='handle'}]]></conditionExpression>
|
|
</sequenceFlow>
|
|
<sequenceFlow id="sid-41C676FA-A45B-4340-844D-7DC14C6BD9DC" name="回退" sourceRef="districtDepartmentHandle" targetRef="streetTask">
|
|
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${handleType=='return'}]]></conditionExpression>
|
|
</sequenceFlow>
|
|
<exclusiveGateway id="cityHandle" name="处理类型">
|
|
<documentation>市管理员处理</documentation>
|
|
</exclusiveGateway>
|
|
<sequenceFlow id="sid-0FBD4F17-C683-4B85-B669-E8BF363D6F0E" name="回退" sourceRef="cityHandle" targetRef="districtTask">
|
|
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${handleType=='return'}]]></conditionExpression>
|
|
</sequenceFlow>
|
|
<sequenceFlow id="sid-2FAC9D57-FC58-49F6-8FA3-F723ECF40F4E" name="处理" sourceRef="districtHandleType" targetRef="endTask">
|
|
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${handleType=='handle'}]]></conditionExpression>
|
|
</sequenceFlow>
|
|
<sequenceFlow id="sid-9CA7673F-82F6-4D35-BA5D-091D0E6A1C81" name="处理" sourceRef="streetHandle" targetRef="endTask">
|
|
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${handleType=='handle'}]]></conditionExpression>
|
|
</sequenceFlow>
|
|
<sequenceFlow id="sid-DF8C135C-6C07-4027-BA9E-3462D5D51129" name="上报领导" sourceRef="streetHandle" targetRef="districtPersonType">
|
|
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${handleType=='leader'}]]></conditionExpression>
|
|
</sequenceFlow>
|
|
<sequenceFlow id="sid-FB5CFE52-1729-4E92-AD18-40EE241F1C32" name="上报领导" sourceRef="districtHandleType" targetRef="cityTask">
|
|
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${handleType=='leader'}]]></conditionExpression>
|
|
</sequenceFlow>
|
|
<sequenceFlow id="sid-EE18E98A-53FF-49A0-BF20-78E8C7FEE50E" name="是" sourceRef="allPass" targetRef="endTask">
|
|
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${isAllPass==1}]]></conditionExpression>
|
|
</sequenceFlow>
|
|
<sequenceFlow id="sid-4141370E-81D1-4914-B3F5-261E3F9F4C9D" name="否" sourceRef="allPass" targetRef="reReport">
|
|
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${isAllPass == 0}]]></conditionExpression>
|
|
</sequenceFlow>
|
|
<sequenceFlow id="sid-7AD93E5D-D680-496D-9AA4-36406B1ED45F" name="否" sourceRef="reReport" targetRef="gridTask">
|
|
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${isReReport==0}]]></conditionExpression>
|
|
</sequenceFlow>
|
|
</process>
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_btCheckReportV2">
|
|
<bpmndi:BPMNPlane bpmnElement="btCheckReportV2" id="BPMNPlane_btCheckReportV2">
|
|
<bpmndi:BPMNShape bpmnElement="startTask" id="BPMNShape_startTask">
|
|
<omgdc:Bounds height="30.0" width="30.0" x="30.0" y="233.0"></omgdc:Bounds>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape bpmnElement="gridTask" id="BPMNShape_gridTask">
|
|
<omgdc:Bounds height="80.0" width="99.99999999999997" x="125.0" y="208.0"></omgdc:Bounds>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape bpmnElement="allPass" id="BPMNShape_allPass">
|
|
<omgdc:Bounds height="40.0" width="40.0" x="269.83364474567054" y="228.0"></omgdc:Bounds>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape bpmnElement="endTask" id="BPMNShape_endTask">
|
|
<omgdc:Bounds height="28.0" width="28.0" x="632.251622435528" y="705.0"></omgdc:Bounds>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape bpmnElement="reReport" id="BPMNShape_reReport">
|
|
<omgdc:Bounds height="40.0" width="40.0" x="390.0" y="228.0"></omgdc:Bounds>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape bpmnElement="streetTask" id="BPMNShape_streetTask">
|
|
<omgdc:Bounds height="80.00000000000003" width="100.0" x="490.48523676466266" y="207.99999999999997"></omgdc:Bounds>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape bpmnElement="streetHandle" id="BPMNShape_streetHandle">
|
|
<omgdc:Bounds height="40.00000000000003" width="40.0" x="626.251622435528" y="227.99999999999997"></omgdc:Bounds>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape bpmnElement="districtPersonType" id="BPMNShape_districtPersonType">
|
|
<omgdc:Bounds height="40.0" width="40.0" x="626.251622435528" y="345.0"></omgdc:Bounds>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape bpmnElement="districtTask" id="BPMNShape_districtTask">
|
|
<omgdc:Bounds height="80.0" width="100.0" x="404.5993152241083" y="405.0"></omgdc:Bounds>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape bpmnElement="districtDepartmentTask" id="BPMNShape_districtDepartmentTask">
|
|
<omgdc:Bounds height="79.99999999999994" width="100.0" x="596.251622435528" y="489.77811842918373"></omgdc:Bounds>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape bpmnElement="districtDepartmentHandle" id="BPMNShape_districtDepartmentHandle">
|
|
<omgdc:Bounds height="40.0" width="40.0" x="626.251622435528" y="600.0"></omgdc:Bounds>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape bpmnElement="districtHandleType" id="BPMNShape_districtHandleType">
|
|
<omgdc:Bounds height="40.0" width="40.0" x="434.5993152241083" y="600.0"></omgdc:Bounds>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape bpmnElement="cityTask" id="BPMNShape_cityTask">
|
|
<omgdc:Bounds height="80.0" width="100.0" x="129.51476323533734" y="489.7781184291837"></omgdc:Bounds>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape bpmnElement="cityHandle" id="BPMNShape_cityHandle">
|
|
<omgdc:Bounds height="40.0" width="40.0" x="159.51476323533734" y="600.0"></omgdc:Bounds>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge bpmnElement="sid-7AD93E5D-D680-496D-9AA4-36406B1ED45F" id="BPMNEdge_sid-7AD93E5D-D680-496D-9AA4-36406B1ED45F">
|
|
<omgdi:waypoint x="410.0" y="228.0"></omgdi:waypoint>
|
|
<omgdi:waypoint x="410.0" y="167.0"></omgdi:waypoint>
|
|
<omgdi:waypoint x="175.0" y="167.0"></omgdi:waypoint>
|
|
<omgdi:waypoint x="175.0" y="208.0"></omgdi:waypoint>
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge bpmnElement="sid-1944CBDC-4EBC-4D64-BF88-0682CA3789DB" id="BPMNEdge_sid-1944CBDC-4EBC-4D64-BF88-0682CA3789DB">
|
|
<omgdi:waypoint x="179.51476323533734" y="569.7781184291837"></omgdi:waypoint>
|
|
<omgdi:waypoint x="179.51476323533734" y="600.0"></omgdi:waypoint>
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge bpmnElement="sid-782A49AE-03D6-4072-A7DD-B338471A094A" id="BPMNEdge_sid-782A49AE-03D6-4072-A7DD-B338471A094A">
|
|
<omgdi:waypoint x="179.61231273724192" y="639.9024504980954"></omgdi:waypoint>
|
|
<omgdi:waypoint x="180.0" y="719.0"></omgdi:waypoint>
|
|
<omgdi:waypoint x="632.251622435528" y="719.0"></omgdi:waypoint>
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge bpmnElement="sid-C7F5003C-8991-48D0-80A1-BB2D41657385" id="BPMNEdge_sid-C7F5003C-8991-48D0-80A1-BB2D41657385">
|
|
<omgdi:waypoint x="430.0" y="248.0"></omgdi:waypoint>
|
|
<omgdi:waypoint x="490.48523676466266" y="248.0"></omgdi:waypoint>
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge bpmnElement="sid-FB5CFE52-1729-4E92-AD18-40EE241F1C32" id="BPMNEdge_sid-FB5CFE52-1729-4E92-AD18-40EE241F1C32">
|
|
<omgdi:waypoint x="434.5993152241083" y="620.0"></omgdi:waypoint>
|
|
<omgdi:waypoint x="338.0" y="620.0"></omgdi:waypoint>
|
|
<omgdi:waypoint x="338.0" y="529.0"></omgdi:waypoint>
|
|
<omgdi:waypoint x="229.51476323533734" y="529.5326323368926"></omgdi:waypoint>
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge bpmnElement="sid-F18556F5-37E9-4CA8-8EC9-109AD07F7EE7" id="BPMNEdge_sid-F18556F5-37E9-4CA8-8EC9-109AD07F7EE7">
|
|
<omgdi:waypoint x="224.99999999999997" y="248.0"></omgdi:waypoint>
|
|
<omgdi:waypoint x="269.83364474567054" y="248.0"></omgdi:waypoint>
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge bpmnElement="sid-F03B7954-69F3-4487-92F1-ED308C30C9AB" id="BPMNEdge_sid-F03B7954-69F3-4487-92F1-ED308C30C9AB">
|
|
<omgdi:waypoint x="646.251622435528" y="640.0"></omgdi:waypoint>
|
|
<omgdi:waypoint x="646.251622435528" y="705.0"></omgdi:waypoint>
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge bpmnElement="sid-7D2F70A6-E7C6-4CE4-9B3B-0AC6F8FCD32E" id="BPMNEdge_sid-7D2F70A6-E7C6-4CE4-9B3B-0AC6F8FCD32E">
|
|
<omgdi:waypoint x="626.251622435528" y="365.0"></omgdi:waypoint>
|
|
<omgdi:waypoint x="454.0" y="365.0"></omgdi:waypoint>
|
|
<omgdi:waypoint x="454.29965761205415" y="405.0"></omgdi:waypoint>
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge bpmnElement="sid-8A92357E-E72B-499D-9462-889FF79401C9" id="BPMNEdge_sid-8A92357E-E72B-499D-9462-889FF79401C9">
|
|
<omgdi:waypoint x="454.5993152241083" y="485.0"></omgdi:waypoint>
|
|
<omgdi:waypoint x="454.5993152241083" y="600.0"></omgdi:waypoint>
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge bpmnElement="sid-EE18E98A-53FF-49A0-BF20-78E8C7FEE50E" id="BPMNEdge_sid-EE18E98A-53FF-49A0-BF20-78E8C7FEE50E">
|
|
<omgdi:waypoint x="289.8407061689863" y="267.99293857668425"></omgdi:waypoint>
|
|
<omgdi:waypoint x="290.0" y="719.0"></omgdi:waypoint>
|
|
<omgdi:waypoint x="632.251622435528" y="719.0"></omgdi:waypoint>
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge bpmnElement="sid-D9D56F10-2C06-4992-99FD-AE3FA2EFFB60" id="BPMNEdge_sid-D9D56F10-2C06-4992-99FD-AE3FA2EFFB60">
|
|
<omgdi:waypoint x="60.0" y="248.0"></omgdi:waypoint>
|
|
<omgdi:waypoint x="125.0" y="248.0"></omgdi:waypoint>
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge bpmnElement="sid-9CA7673F-82F6-4D35-BA5D-091D0E6A1C81" id="BPMNEdge_sid-9CA7673F-82F6-4D35-BA5D-091D0E6A1C81">
|
|
<omgdi:waypoint x="666.251622435528" y="248.0"></omgdi:waypoint>
|
|
<omgdi:waypoint x="774.0" y="248.0"></omgdi:waypoint>
|
|
<omgdi:waypoint x="774.0" y="719.0"></omgdi:waypoint>
|
|
<omgdi:waypoint x="660.251622435528" y="719.0"></omgdi:waypoint>
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge bpmnElement="sid-2FAC9D57-FC58-49F6-8FA3-F723ECF40F4E" id="BPMNEdge_sid-2FAC9D57-FC58-49F6-8FA3-F723ECF40F4E">
|
|
<omgdi:waypoint x="454.6799353479626" y="639.9193798761457"></omgdi:waypoint>
|
|
<omgdi:waypoint x="455.0" y="719.0"></omgdi:waypoint>
|
|
<omgdi:waypoint x="632.251622435528" y="719.0"></omgdi:waypoint>
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge bpmnElement="sid-0FBD4F17-C683-4B85-B669-E8BF363D6F0E" id="BPMNEdge_sid-0FBD4F17-C683-4B85-B669-E8BF363D6F0E">
|
|
<omgdi:waypoint x="159.51476323533734" y="620.0"></omgdi:waypoint>
|
|
<omgdi:waypoint x="84.0" y="620.0"></omgdi:waypoint>
|
|
<omgdi:waypoint x="84.0" y="445.0"></omgdi:waypoint>
|
|
<omgdi:waypoint x="404.5993152241083" y="445.0"></omgdi:waypoint>
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge bpmnElement="sid-701DE861-1F1E-4E97-9574-56DDB42D81C1" id="BPMNEdge_sid-701DE861-1F1E-4E97-9574-56DDB42D81C1">
|
|
<omgdi:waypoint x="646.251622435528" y="385.0"></omgdi:waypoint>
|
|
<omgdi:waypoint x="646.251622435528" y="489.77811842918373"></omgdi:waypoint>
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge bpmnElement="sid-41C676FA-A45B-4340-844D-7DC14C6BD9DC" id="BPMNEdge_sid-41C676FA-A45B-4340-844D-7DC14C6BD9DC">
|
|
<omgdi:waypoint x="626.251622435528" y="620.0"></omgdi:waypoint>
|
|
<omgdi:waypoint x="564.0" y="620.0"></omgdi:waypoint>
|
|
<omgdi:waypoint x="543.0137059297527" y="288.0"></omgdi:waypoint>
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge bpmnElement="sid-F5232F8C-1D37-4647-986C-A4C3C07854F1" id="BPMNEdge_sid-F5232F8C-1D37-4647-986C-A4C3C07854F1">
|
|
<omgdi:waypoint x="590.4852367646627" y="248.0"></omgdi:waypoint>
|
|
<omgdi:waypoint x="626.251622435528" y="248.0"></omgdi:waypoint>
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge bpmnElement="sid-4141370E-81D1-4914-B3F5-261E3F9F4C9D" id="BPMNEdge_sid-4141370E-81D1-4914-B3F5-261E3F9F4C9D">
|
|
<omgdi:waypoint x="309.83364474567054" y="248.0"></omgdi:waypoint>
|
|
<omgdi:waypoint x="390.0" y="248.0"></omgdi:waypoint>
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge bpmnElement="sid-D0C06CDD-DB84-49D8-8D15-56D8D9D74D98" id="BPMNEdge_sid-D0C06CDD-DB84-49D8-8D15-56D8D9D74D98">
|
|
<omgdi:waypoint x="646.251622435528" y="569.7781184291837"></omgdi:waypoint>
|
|
<omgdi:waypoint x="646.251622435528" y="600.0"></omgdi:waypoint>
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge bpmnElement="sid-DAAFBA9C-076B-4441-ACA5-AE953A646670" id="BPMNEdge_sid-DAAFBA9C-076B-4441-ACA5-AE953A646670">
|
|
<omgdi:waypoint x="474.5993152241083" y="620.0"></omgdi:waypoint>
|
|
<omgdi:waypoint x="515.0" y="620.0"></omgdi:waypoint>
|
|
<omgdi:waypoint x="537.7448887254516" y="288.0"></omgdi:waypoint>
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge bpmnElement="sid-DF8C135C-6C07-4027-BA9E-3462D5D51129" id="BPMNEdge_sid-DF8C135C-6C07-4027-BA9E-3462D5D51129">
|
|
<omgdi:waypoint x="646.251622435528" y="268.0"></omgdi:waypoint>
|
|
<omgdi:waypoint x="646.251622435528" y="345.0"></omgdi:waypoint>
|
|
</bpmndi:BPMNEdge>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
</definitions> |