|
@@ -2,189 +2,195 @@
|
|
|
<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">
|
|
|
<process id="safetychange" name="组织保护措施状态变更申请流程" isExecutable="true">
|
|
|
<startEvent id="startevent1" name="Start"></startEvent>
|
|
|
- <userTask id="safaertask1" name="安全评估人1" activiti:assignee="#{safaer}"></userTask>
|
|
|
- <userTask id="approvertask" name="批准人" activiti:assignee="#{approver}"></userTask>
|
|
|
- <userTask id="executortask" name="措施执行人" activiti:assignee="#{executor}"></userTask>
|
|
|
- <sequenceFlow id="flow3" name="通过" sourceRef="approvertask" targetRef="executortask">
|
|
|
+ <userTask id="applytask" name="申请人提交申请" activiti:assignee="#{applyuser}"></userTask>
|
|
|
+ <sequenceFlow id="flow1" sourceRef="startevent1" targetRef="applytask"></sequenceFlow>
|
|
|
+ <userTask id="safaertask1" name="安全评估人1" activiti:candidateUsers="#{safaer}"></userTask>
|
|
|
+ <sequenceFlow id="flow2" name="提交" sourceRef="applytask" targetRef="safaertask1">
|
|
|
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${condition == 1}]]></conditionExpression>
|
|
|
</sequenceFlow>
|
|
|
- <userTask id="confirmertask" name="措施确认人" activiti:assignee="#{confirmer}"></userTask>
|
|
|
- <sequenceFlow id="flow4" name="通过" sourceRef="executortask" targetRef="confirmertask">
|
|
|
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${condition == 1}]]></conditionExpression>
|
|
|
+ <sequenceFlow id="flow3" name="驳回" sourceRef="safaertask1" targetRef="applytask">
|
|
|
+ <conditionExpression xsi:type="tFormalExpression"><![CDATA[${condition == 2}]]></conditionExpression>
|
|
|
</sequenceFlow>
|
|
|
- <userTask id="changetask" name="变更执行人" activiti:assignee="#{changeExecutor}"></userTask>
|
|
|
- <sequenceFlow id="flow5" name="通过" sourceRef="confirmertask" targetRef="changetask">
|
|
|
+ <userTask id="approvertask" name="批准人" activiti:candidateUsers="#{approver}"></userTask>
|
|
|
+ <sequenceFlow id="flow4" name="通过" sourceRef="safaertask1" targetRef="approvertask">
|
|
|
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${condition == 1}]]></conditionExpression>
|
|
|
</sequenceFlow>
|
|
|
- <userTask id="resetConfirmer1" name="确认人1" activiti:assignee="#{resetConfirmer1}"></userTask>
|
|
|
- <sequenceFlow id="flow6" name="通过" sourceRef="safaertask2" targetRef="resetConfirmer1">
|
|
|
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${condition == 1}]]></conditionExpression>
|
|
|
+ <sequenceFlow id="flow5" name="驳回" sourceRef="approvertask" targetRef="safaertask1">
|
|
|
+ <conditionExpression xsi:type="tFormalExpression"><![CDATA[${condition == 2}]]></conditionExpression>
|
|
|
</sequenceFlow>
|
|
|
+ <endEvent id="endevent1" name="End"></endEvent>
|
|
|
+ <sequenceFlow id="flow6" name="拒绝" sourceRef="safaertask1" targetRef="endevent1">
|
|
|
+ <conditionExpression xsi:type="tFormalExpression"><![CDATA[${condition == 0}]]></conditionExpression>
|
|
|
+ </sequenceFlow>
|
|
|
+ <sequenceFlow id="flow7" name="拒绝" sourceRef="approvertask" targetRef="endevent1">
|
|
|
+ <conditionExpression xsi:type="tFormalExpression"><![CDATA[${condition == 0}]]></conditionExpression>
|
|
|
+ </sequenceFlow>
|
|
|
+ <userTask id="executortask" name="措施执行人" activiti:assignee="#{executor}"></userTask>
|
|
|
+ <userTask id="confirmertask" name="措施确认人" activiti:candidateUsers="#{confirmer}"></userTask>
|
|
|
+ <userTask id="changetask" name="变更执行人" activiti:candidateUsers="#{changeExecutor}"></userTask>
|
|
|
+ <userTask id="safaertask2" name="安全评估人2" activiti:candidateUsers="#{safaer}"></userTask>
|
|
|
+ <userTask id="resetConfirmer1" name="确认人1" activiti:candidateUsers="#{resetConfirmer1}"></userTask>
|
|
|
<userTask id="resetConfirmer2" name="确认人2" activiti:assignee="#{resetConfirmer2}"></userTask>
|
|
|
- <sequenceFlow id="flow7" name="通过" sourceRef="resetConfirmer1" targetRef="resetConfirmer2"></sequenceFlow>
|
|
|
- <userTask id="applytask" name="申请人提交申请" activiti:assignee="#{applyuser}"></userTask>
|
|
|
- <sequenceFlow id="flow12" name="通过" sourceRef="safaertask1" targetRef="approvertask">
|
|
|
+ <endEvent id="endevent2" name="End"></endEvent>
|
|
|
+ <sequenceFlow id="flow8" name="通过" sourceRef="approvertask" targetRef="executortask">
|
|
|
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${condition == 1}]]></conditionExpression>
|
|
|
</sequenceFlow>
|
|
|
- <sequenceFlow id="flow13" name="驳回" sourceRef="approvertask" targetRef="safaertask1">
|
|
|
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${condition == 2}]]></conditionExpression>
|
|
|
- </sequenceFlow>
|
|
|
- <endEvent id="endevent1" name="End"></endEvent>
|
|
|
- <sequenceFlow id="flow14" name="通过" sourceRef="resetConfirmer2" targetRef="endevent1">
|
|
|
+ <sequenceFlow id="flow9" name="通过" sourceRef="executortask" targetRef="confirmertask">
|
|
|
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${condition == 1}]]></conditionExpression>
|
|
|
</sequenceFlow>
|
|
|
- <endEvent id="endevent2" name="End"></endEvent>
|
|
|
- <sequenceFlow id="flow15" name="拒绝" sourceRef="safaertask1" targetRef="endevent2">
|
|
|
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${condition == 0}]]></conditionExpression>
|
|
|
+ <sequenceFlow id="flow10" name="通过" sourceRef="confirmertask" targetRef="changetask">
|
|
|
+ <conditionExpression xsi:type="tFormalExpression"><![CDATA[${condition == 1}]]></conditionExpression>
|
|
|
</sequenceFlow>
|
|
|
- <sequenceFlow id="flow16" name="拒绝" sourceRef="approvertask" targetRef="endevent2">
|
|
|
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${condition == 0}]]></conditionExpression>
|
|
|
+ <sequenceFlow id="flow11" name="通过" sourceRef="changetask" targetRef="safaertask2">
|
|
|
+ <conditionExpression xsi:type="tFormalExpression"><![CDATA[${condition == 1}]]></conditionExpression>
|
|
|
</sequenceFlow>
|
|
|
- <userTask id="safaertask2" name="安全评估人2" activiti:assignee="#{safaer}"></userTask>
|
|
|
- <sequenceFlow id="flow17" name="通过" sourceRef="changetask" targetRef="safaertask2">
|
|
|
+ <sequenceFlow id="flow12" name="通过" sourceRef="safaertask2" targetRef="resetConfirmer1">
|
|
|
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${condition == 1}]]></conditionExpression>
|
|
|
</sequenceFlow>
|
|
|
- <sequenceFlow id="flow18" sourceRef="startevent1" targetRef="applytask"></sequenceFlow>
|
|
|
- <sequenceFlow id="flow19" sourceRef="applytask" targetRef="safaertask1">
|
|
|
+ <sequenceFlow id="flow13" name="通过" sourceRef="resetConfirmer1" targetRef="resetConfirmer2">
|
|
|
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${condition == 1}]]></conditionExpression>
|
|
|
</sequenceFlow>
|
|
|
- <sequenceFlow id="flow20" name="驳回" sourceRef="safaertask1" targetRef="applytask">
|
|
|
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${condition == 2}]]></conditionExpression>
|
|
|
+ <sequenceFlow id="flow14" name="通过" sourceRef="resetConfirmer2" targetRef="endevent2">
|
|
|
+ <conditionExpression xsi:type="tFormalExpression"><![CDATA[${condition == 1}]]></conditionExpression>
|
|
|
</sequenceFlow>
|
|
|
</process>
|
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_safetychange">
|
|
|
<bpmndi:BPMNPlane bpmnElement="safetychange" id="BPMNPlane_safetychange">
|
|
|
<bpmndi:BPMNShape bpmnElement="startevent1" id="BPMNShape_startevent1">
|
|
|
- <omgdc:Bounds height="35.0" width="35.0" x="410.0" y="1.0"></omgdc:Bounds>
|
|
|
+ <omgdc:Bounds height="35.0" width="35.0" x="420.0" y="60.0"></omgdc:Bounds>
|
|
|
+ </bpmndi:BPMNShape>
|
|
|
+ <bpmndi:BPMNShape bpmnElement="applytask" id="BPMNShape_applytask">
|
|
|
+ <omgdc:Bounds height="55.0" width="105.0" x="385.0" y="120.0"></omgdc:Bounds>
|
|
|
</bpmndi:BPMNShape>
|
|
|
<bpmndi:BPMNShape bpmnElement="safaertask1" id="BPMNShape_safaertask1">
|
|
|
- <omgdc:Bounds height="55.0" width="105.0" x="375.0" y="219.0"></omgdc:Bounds>
|
|
|
+ <omgdc:Bounds height="55.0" width="105.0" x="385.0" y="220.0"></omgdc:Bounds>
|
|
|
</bpmndi:BPMNShape>
|
|
|
<bpmndi:BPMNShape bpmnElement="approvertask" id="BPMNShape_approvertask">
|
|
|
- <omgdc:Bounds height="55.0" width="105.0" x="375.0" y="343.0"></omgdc:Bounds>
|
|
|
+ <omgdc:Bounds height="55.0" width="105.0" x="385.0" y="330.0"></omgdc:Bounds>
|
|
|
+ </bpmndi:BPMNShape>
|
|
|
+ <bpmndi:BPMNShape bpmnElement="endevent1" id="BPMNShape_endevent1">
|
|
|
+ <omgdc:Bounds height="35.0" width="35.0" x="610.0" y="340.0"></omgdc:Bounds>
|
|
|
</bpmndi:BPMNShape>
|
|
|
<bpmndi:BPMNShape bpmnElement="executortask" id="BPMNShape_executortask">
|
|
|
- <omgdc:Bounds height="55.0" width="105.0" x="375.0" y="451.0"></omgdc:Bounds>
|
|
|
+ <omgdc:Bounds height="55.0" width="105.0" x="385.0" y="440.0"></omgdc:Bounds>
|
|
|
</bpmndi:BPMNShape>
|
|
|
<bpmndi:BPMNShape bpmnElement="confirmertask" id="BPMNShape_confirmertask">
|
|
|
- <omgdc:Bounds height="55.0" width="105.0" x="520.0" y="451.0"></omgdc:Bounds>
|
|
|
+ <omgdc:Bounds height="55.0" width="105.0" x="550.0" y="440.0"></omgdc:Bounds>
|
|
|
</bpmndi:BPMNShape>
|
|
|
<bpmndi:BPMNShape bpmnElement="changetask" id="BPMNShape_changetask">
|
|
|
- <omgdc:Bounds height="55.0" width="105.0" x="670.0" y="451.0"></omgdc:Bounds>
|
|
|
+ <omgdc:Bounds height="55.0" width="105.0" x="720.0" y="440.0"></omgdc:Bounds>
|
|
|
+ </bpmndi:BPMNShape>
|
|
|
+ <bpmndi:BPMNShape bpmnElement="safaertask2" id="BPMNShape_safaertask2">
|
|
|
+ <omgdc:Bounds height="55.0" width="105.0" x="720.0" y="570.0"></omgdc:Bounds>
|
|
|
</bpmndi:BPMNShape>
|
|
|
<bpmndi:BPMNShape bpmnElement="resetConfirmer1" id="BPMNShape_resetConfirmer1">
|
|
|
- <omgdc:Bounds height="55.0" width="105.0" x="520.0" y="570.0"></omgdc:Bounds>
|
|
|
+ <omgdc:Bounds height="55.0" width="105.0" x="550.0" y="570.0"></omgdc:Bounds>
|
|
|
</bpmndi:BPMNShape>
|
|
|
<bpmndi:BPMNShape bpmnElement="resetConfirmer2" id="BPMNShape_resetConfirmer2">
|
|
|
- <omgdc:Bounds height="71.0" width="105.0" x="377.0" y="562.0"></omgdc:Bounds>
|
|
|
- </bpmndi:BPMNShape>
|
|
|
- <bpmndi:BPMNShape bpmnElement="applytask" id="BPMNShape_applytask">
|
|
|
- <omgdc:Bounds height="55.0" width="105.0" x="375.0" y="91.0"></omgdc:Bounds>
|
|
|
- </bpmndi:BPMNShape>
|
|
|
- <bpmndi:BPMNShape bpmnElement="endevent1" id="BPMNShape_endevent1">
|
|
|
- <omgdc:Bounds height="35.0" width="35.0" x="412.0" y="670.0"></omgdc:Bounds>
|
|
|
+ <omgdc:Bounds height="55.0" width="105.0" x="385.0" y="570.0"></omgdc:Bounds>
|
|
|
</bpmndi:BPMNShape>
|
|
|
<bpmndi:BPMNShape bpmnElement="endevent2" id="BPMNShape_endevent2">
|
|
|
- <omgdc:Bounds height="35.0" width="35.0" x="620.0" y="353.0"></omgdc:Bounds>
|
|
|
- </bpmndi:BPMNShape>
|
|
|
- <bpmndi:BPMNShape bpmnElement="safaertask2" id="BPMNShape_safaertask2">
|
|
|
- <omgdc:Bounds height="55.0" width="105.0" x="670.0" y="570.0"></omgdc:Bounds>
|
|
|
+ <omgdc:Bounds height="35.0" width="35.0" x="420.0" y="670.0"></omgdc:Bounds>
|
|
|
</bpmndi:BPMNShape>
|
|
|
+ <bpmndi:BPMNEdge bpmnElement="flow1" id="BPMNEdge_flow1">
|
|
|
+ <omgdi:waypoint x="437.0" y="95.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="437.0" y="120.0"></omgdi:waypoint>
|
|
|
+ </bpmndi:BPMNEdge>
|
|
|
+ <bpmndi:BPMNEdge bpmnElement="flow2" id="BPMNEdge_flow2">
|
|
|
+ <omgdi:waypoint x="437.0" y="175.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="437.0" y="220.0"></omgdi:waypoint>
|
|
|
+ <bpmndi:BPMNLabel>
|
|
|
+ <omgdc:Bounds height="14.0" width="100.0" x="437.0" y="175.0"></omgdc:Bounds>
|
|
|
+ </bpmndi:BPMNLabel>
|
|
|
+ </bpmndi:BPMNEdge>
|
|
|
<bpmndi:BPMNEdge bpmnElement="flow3" id="BPMNEdge_flow3">
|
|
|
- <omgdi:waypoint x="427.0" y="398.0"></omgdi:waypoint>
|
|
|
- <omgdi:waypoint x="427.0" y="451.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="385.0" y="247.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="293.0" y="247.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="293.0" y="198.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="293.0" y="147.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="385.0" y="147.0"></omgdi:waypoint>
|
|
|
<bpmndi:BPMNLabel>
|
|
|
- <omgdc:Bounds height="14.0" width="24.0" x="427.0" y="398.0"></omgdc:Bounds>
|
|
|
+ <omgdc:Bounds height="14.0" width="100.0" x="301.0" y="189.0"></omgdc:Bounds>
|
|
|
</bpmndi:BPMNLabel>
|
|
|
</bpmndi:BPMNEdge>
|
|
|
<bpmndi:BPMNEdge bpmnElement="flow4" id="BPMNEdge_flow4">
|
|
|
- <omgdi:waypoint x="480.0" y="478.0"></omgdi:waypoint>
|
|
|
- <omgdi:waypoint x="520.0" y="478.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="437.0" y="275.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="437.0" y="330.0"></omgdi:waypoint>
|
|
|
<bpmndi:BPMNLabel>
|
|
|
- <omgdc:Bounds height="14.0" width="24.0" x="480.0" y="478.0"></omgdc:Bounds>
|
|
|
+ <omgdc:Bounds height="14.0" width="100.0" x="437.0" y="275.0"></omgdc:Bounds>
|
|
|
</bpmndi:BPMNLabel>
|
|
|
</bpmndi:BPMNEdge>
|
|
|
<bpmndi:BPMNEdge bpmnElement="flow5" id="BPMNEdge_flow5">
|
|
|
- <omgdi:waypoint x="625.0" y="478.0"></omgdi:waypoint>
|
|
|
- <omgdi:waypoint x="670.0" y="478.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="385.0" y="357.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="298.0" y="357.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="298.0" y="247.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="385.0" y="247.0"></omgdi:waypoint>
|
|
|
<bpmndi:BPMNLabel>
|
|
|
- <omgdc:Bounds height="14.0" width="24.0" x="625.0" y="478.0"></omgdc:Bounds>
|
|
|
+ <omgdc:Bounds height="14.0" width="100.0" x="301.0" y="300.0"></omgdc:Bounds>
|
|
|
</bpmndi:BPMNLabel>
|
|
|
</bpmndi:BPMNEdge>
|
|
|
<bpmndi:BPMNEdge bpmnElement="flow6" id="BPMNEdge_flow6">
|
|
|
- <omgdi:waypoint x="670.0" y="597.0"></omgdi:waypoint>
|
|
|
- <omgdi:waypoint x="625.0" y="597.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="490.0" y="247.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="627.0" y="247.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="627.0" y="340.0"></omgdi:waypoint>
|
|
|
<bpmndi:BPMNLabel>
|
|
|
- <omgdc:Bounds height="14.0" width="24.0" x="631.0" y="597.0"></omgdc:Bounds>
|
|
|
+ <omgdc:Bounds height="14.0" width="100.0" x="490.0" y="247.0"></omgdc:Bounds>
|
|
|
</bpmndi:BPMNLabel>
|
|
|
</bpmndi:BPMNEdge>
|
|
|
<bpmndi:BPMNEdge bpmnElement="flow7" id="BPMNEdge_flow7">
|
|
|
- <omgdi:waypoint x="520.0" y="597.0"></omgdi:waypoint>
|
|
|
- <omgdi:waypoint x="482.0" y="597.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="490.0" y="357.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="610.0" y="357.0"></omgdi:waypoint>
|
|
|
<bpmndi:BPMNLabel>
|
|
|
- <omgdc:Bounds height="14.0" width="24.0" x="491.0" y="597.0"></omgdc:Bounds>
|
|
|
+ <omgdc:Bounds height="14.0" width="100.0" x="490.0" y="357.0"></omgdc:Bounds>
|
|
|
</bpmndi:BPMNLabel>
|
|
|
</bpmndi:BPMNEdge>
|
|
|
- <bpmndi:BPMNEdge bpmnElement="flow12" id="BPMNEdge_flow12">
|
|
|
- <omgdi:waypoint x="427.0" y="274.0"></omgdi:waypoint>
|
|
|
- <omgdi:waypoint x="427.0" y="343.0"></omgdi:waypoint>
|
|
|
+ <bpmndi:BPMNEdge bpmnElement="flow8" id="BPMNEdge_flow8">
|
|
|
+ <omgdi:waypoint x="437.0" y="385.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="437.0" y="440.0"></omgdi:waypoint>
|
|
|
<bpmndi:BPMNLabel>
|
|
|
- <omgdc:Bounds height="14.0" width="24.0" x="427.0" y="274.0"></omgdc:Bounds>
|
|
|
+ <omgdc:Bounds height="14.0" width="100.0" x="437.0" y="385.0"></omgdc:Bounds>
|
|
|
</bpmndi:BPMNLabel>
|
|
|
</bpmndi:BPMNEdge>
|
|
|
- <bpmndi:BPMNEdge bpmnElement="flow13" id="BPMNEdge_flow13">
|
|
|
- <omgdi:waypoint x="375.0" y="370.0"></omgdi:waypoint>
|
|
|
- <omgdi:waypoint x="287.0" y="370.0"></omgdi:waypoint>
|
|
|
- <omgdi:waypoint x="287.0" y="246.0"></omgdi:waypoint>
|
|
|
- <omgdi:waypoint x="375.0" y="246.0"></omgdi:waypoint>
|
|
|
+ <bpmndi:BPMNEdge bpmnElement="flow9" id="BPMNEdge_flow9">
|
|
|
+ <omgdi:waypoint x="490.0" y="467.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="550.0" y="467.0"></omgdi:waypoint>
|
|
|
<bpmndi:BPMNLabel>
|
|
|
- <omgdc:Bounds height="14.0" width="24.0" x="321.0" y="370.0"></omgdc:Bounds>
|
|
|
+ <omgdc:Bounds height="14.0" width="100.0" x="490.0" y="467.0"></omgdc:Bounds>
|
|
|
</bpmndi:BPMNLabel>
|
|
|
</bpmndi:BPMNEdge>
|
|
|
- <bpmndi:BPMNEdge bpmnElement="flow14" id="BPMNEdge_flow14">
|
|
|
- <omgdi:waypoint x="429.0" y="633.0"></omgdi:waypoint>
|
|
|
- <omgdi:waypoint x="429.0" y="670.0"></omgdi:waypoint>
|
|
|
+ <bpmndi:BPMNEdge bpmnElement="flow10" id="BPMNEdge_flow10">
|
|
|
+ <omgdi:waypoint x="655.0" y="467.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="720.0" y="467.0"></omgdi:waypoint>
|
|
|
<bpmndi:BPMNLabel>
|
|
|
- <omgdc:Bounds height="14.0" width="24.0" x="429.0" y="633.0"></omgdc:Bounds>
|
|
|
+ <omgdc:Bounds height="14.0" width="100.0" x="655.0" y="467.0"></omgdc:Bounds>
|
|
|
</bpmndi:BPMNLabel>
|
|
|
</bpmndi:BPMNEdge>
|
|
|
- <bpmndi:BPMNEdge bpmnElement="flow15" id="BPMNEdge_flow15">
|
|
|
- <omgdi:waypoint x="480.0" y="246.0"></omgdi:waypoint>
|
|
|
- <omgdi:waypoint x="637.0" y="246.0"></omgdi:waypoint>
|
|
|
- <omgdi:waypoint x="637.0" y="353.0"></omgdi:waypoint>
|
|
|
+ <bpmndi:BPMNEdge bpmnElement="flow11" id="BPMNEdge_flow11">
|
|
|
+ <omgdi:waypoint x="772.0" y="495.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="772.0" y="570.0"></omgdi:waypoint>
|
|
|
<bpmndi:BPMNLabel>
|
|
|
- <omgdc:Bounds height="14.0" width="24.0" x="606.0" y="311.0"></omgdc:Bounds>
|
|
|
+ <omgdc:Bounds height="14.0" width="100.0" x="772.0" y="495.0"></omgdc:Bounds>
|
|
|
</bpmndi:BPMNLabel>
|
|
|
</bpmndi:BPMNEdge>
|
|
|
- <bpmndi:BPMNEdge bpmnElement="flow16" id="BPMNEdge_flow16">
|
|
|
- <omgdi:waypoint x="480.0" y="370.0"></omgdi:waypoint>
|
|
|
- <omgdi:waypoint x="620.0" y="370.0"></omgdi:waypoint>
|
|
|
+ <bpmndi:BPMNEdge bpmnElement="flow12" id="BPMNEdge_flow12">
|
|
|
+ <omgdi:waypoint x="720.0" y="597.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="655.0" y="597.0"></omgdi:waypoint>
|
|
|
<bpmndi:BPMNLabel>
|
|
|
- <omgdc:Bounds height="14.0" width="24.0" x="522.0" y="370.0"></omgdc:Bounds>
|
|
|
+ <omgdc:Bounds height="14.0" width="100.0" x="681.0" y="597.0"></omgdc:Bounds>
|
|
|
</bpmndi:BPMNLabel>
|
|
|
</bpmndi:BPMNEdge>
|
|
|
- <bpmndi:BPMNEdge bpmnElement="flow17" id="BPMNEdge_flow17">
|
|
|
- <omgdi:waypoint x="722.0" y="506.0"></omgdi:waypoint>
|
|
|
- <omgdi:waypoint x="722.0" y="570.0"></omgdi:waypoint>
|
|
|
+ <bpmndi:BPMNEdge bpmnElement="flow13" id="BPMNEdge_flow13">
|
|
|
+ <omgdi:waypoint x="550.0" y="597.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="490.0" y="597.0"></omgdi:waypoint>
|
|
|
<bpmndi:BPMNLabel>
|
|
|
- <omgdc:Bounds height="14.0" width="24.0" x="722.0" y="506.0"></omgdc:Bounds>
|
|
|
+ <omgdc:Bounds height="14.0" width="100.0" x="512.0" y="597.0"></omgdc:Bounds>
|
|
|
</bpmndi:BPMNLabel>
|
|
|
</bpmndi:BPMNEdge>
|
|
|
- <bpmndi:BPMNEdge bpmnElement="flow18" id="BPMNEdge_flow18">
|
|
|
- <omgdi:waypoint x="427.0" y="36.0"></omgdi:waypoint>
|
|
|
- <omgdi:waypoint x="427.0" y="91.0"></omgdi:waypoint>
|
|
|
- </bpmndi:BPMNEdge>
|
|
|
- <bpmndi:BPMNEdge bpmnElement="flow19" id="BPMNEdge_flow19">
|
|
|
- <omgdi:waypoint x="427.0" y="146.0"></omgdi:waypoint>
|
|
|
- <omgdi:waypoint x="427.0" y="219.0"></omgdi:waypoint>
|
|
|
- </bpmndi:BPMNEdge>
|
|
|
- <bpmndi:BPMNEdge bpmnElement="flow20" id="BPMNEdge_flow20">
|
|
|
- <omgdi:waypoint x="375.0" y="246.0"></omgdi:waypoint>
|
|
|
- <omgdi:waypoint x="284.0" y="246.0"></omgdi:waypoint>
|
|
|
- <omgdi:waypoint x="284.0" y="118.0"></omgdi:waypoint>
|
|
|
- <omgdi:waypoint x="375.0" y="118.0"></omgdi:waypoint>
|
|
|
+ <bpmndi:BPMNEdge bpmnElement="flow14" id="BPMNEdge_flow14">
|
|
|
+ <omgdi:waypoint x="437.0" y="625.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="437.0" y="670.0"></omgdi:waypoint>
|
|
|
<bpmndi:BPMNLabel>
|
|
|
- <omgdc:Bounds height="14.0" width="100.0" x="291.0" y="171.0"></omgdc:Bounds>
|
|
|
+ <omgdc:Bounds height="14.0" width="100.0" x="437.0" y="625.0"></omgdc:Bounds>
|
|
|
</bpmndi:BPMNLabel>
|
|
|
</bpmndi:BPMNEdge>
|
|
|
</bpmndi:BPMNPlane>
|