Commit 337690db by chenweisong

更新

parent 59b52750
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:activiti="http://activiti.org/bpmn" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:tns="http://www.activiti.org/testm1585201515028" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" expressionLanguage="http://www.w3.org/1999/XPath" id="m1585201515028" name="" targetNamespace="http://www.activiti.org/testm1585201515028" typeLanguage="http://www.w3.org/2001/XMLSchema"> <definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:activiti="http://activiti.org/bpmn"
<process id="MoreSubProcess" isClosed="false" isExecutable="true" processType="None"> xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC"
<startEvent id="_2" name="StartEvent"/> xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:tns="http://www.activiti.org/testm1585201515028"
<userTask activiti:assignee="${inputUser}" activiti:exclusive="true" id="StartMission" name="启动补录任务"/> xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<sequenceFlow id="_4" sourceRef="_2" targetRef="StartMission"/> expressionLanguage="http://www.w3.org/1999/XPath" id="m1585201515028" name=""
<subProcess activiti:exclusive="true" id="_5" triggeredByEvent="false"> targetNamespace="http://www.activiti.org/testm1585201515028"
<multiInstanceLoopCharacteristics activiti:collection="candidateUsers" activiti:elementVariable="candidateUser" isSequential="false"> typeLanguage="http://www.w3.org/2001/XMLSchema">
<completionCondition> <process id="MoreSubProcess" isClosed="false" isExecutable="true" processType="None">
<!-- 这里表示当完成数和总数相等的时候到下一步 --> <startEvent id="_2" name="StartEvent"/>
<![CDATA[${nrOfCompletedInstances/nrOfInstances == 1}]]> <userTask activiti:assignee="${inputUser}" activiti:exclusive="true" id="StartMission" name="启动补录任务"/>
</completionCondition> <sequenceFlow id="_4" sourceRef="_2" targetRef="StartMission"/>
</multiInstanceLoopCharacteristics> <subProcess activiti:exclusive="true" id="_5" triggeredByEvent="false">
<startEvent id="_7" name="StartEvent"/> <multiInstanceLoopCharacteristics activiti:collection="candidateUsers"
<userTask activiti:assignee="${candidateUser}" activiti:candidateUsers="${candidateUsers}" activiti:exclusive="true" id="DataEnter" name="填写补录数据"/> activiti:elementVariable="candidateUser" isSequential="false">
<exclusiveGateway gatewayDirection="Unspecified" id="_9"/> <completionCondition>
<endEvent id="_10" name="EndEvent"/> <!-- 这里表示当完成数和总数相等的时候到下一步 -->
<sequenceFlow id="_11" sourceRef="DataEnter" targetRef="_9"/> <![CDATA[${nrOfCompletedInstances/nrOfInstances == 1}]]>
<sequenceFlow id="_12" sourceRef="_9" targetRef="_10"> </completionCondition>
<conditionExpression xsi:type="tFormalExpression"> </multiInstanceLoopCharacteristics>
<![CDATA[${needDataAudit == 'false'}]]> <startEvent id="_7" name="StartEvent"/>
</conditionExpression> <userTask activiti:assignee="${candidateUser}" activiti:candidateUsers="${candidateUsers}"
</sequenceFlow> activiti:exclusive="true" id="DataEnter" name="填写补录数据"/>
<userTask activiti:assignee="${auditUser}" activiti:exclusive="true" id="DataAudit" name="审核数据"/> <exclusiveGateway gatewayDirection="Unspecified" id="_9"/>
<sequenceFlow id="_14" sourceRef="_9" targetRef="DataAudit"> <endEvent id="_10" name="EndEvent"/>
<conditionExpression xsi:type="tFormalExpression"> <sequenceFlow id="_11" sourceRef="DataEnter" targetRef="_9"/>
<![CDATA[${needDataAudit == 'true'}]]> <sequenceFlow id="_12" sourceRef="_9" targetRef="_10">
</conditionExpression> <conditionExpression xsi:type="tFormalExpression">
</sequenceFlow> <![CDATA[${needDataAudit == 'false'}]]>
<exclusiveGateway gatewayDirection="Unspecified" id="_15"/> </conditionExpression>
<sequenceFlow id="_16" sourceRef="DataAudit" targetRef="_15"/> </sequenceFlow>
<sequenceFlow id="_17" sourceRef="_15" targetRef="DataEnter"> <userTask activiti:assignee="${auditUser}" activiti:exclusive="true" id="DataAudit" name="审核数据"/>
<conditionExpression xsi:type="tFormalExpression"> <sequenceFlow id="_14" sourceRef="_9" targetRef="DataAudit">
<![CDATA[${dataAudit == 'false'}]]> <conditionExpression xsi:type="tFormalExpression">
</conditionExpression> <![CDATA[${needDataAudit == 'true'}]]>
</sequenceFlow> </conditionExpression>
<sequenceFlow id="_18" sourceRef="_15" targetRef="_10"> </sequenceFlow>
<conditionExpression xsi:type="tFormalExpression"> <exclusiveGateway gatewayDirection="Unspecified" id="_15"/>
<![CDATA[${needDataAudit == 'true'}]]> <sequenceFlow id="_16" sourceRef="DataAudit" targetRef="_15"/>
</conditionExpression> <sequenceFlow id="_17" sourceRef="_15" targetRef="DataEnter">
</sequenceFlow> <conditionExpression xsi:type="tFormalExpression">
<sequenceFlow id="_35" sourceRef="_7" targetRef="DataEnter"/> <![CDATA[${dataAudit == 'false'}]]>
</subProcess> </conditionExpression>
<sequenceFlow id="_6" sourceRef="StartMission" targetRef="_5"/> </sequenceFlow>
<exclusiveGateway gatewayDirection="Unspecified" id="_19"/> <sequenceFlow id="_18" sourceRef="_15" targetRef="_10">
<sequenceFlow id="_20" sourceRef="_5" targetRef="_19"/> <conditionExpression xsi:type="tFormalExpression">
<userTask activiti:assignee="${inputUser}" activiti:exclusive="true" id="UserAudit" name="负责人审核"/> <![CDATA[${needDataAudit == 'true'}]]>
<exclusiveGateway gatewayDirection="Unspecified" id="_22"/> </conditionExpression>
<sequenceFlow id="_23" sourceRef="UserAudit" targetRef="_22"/> </sequenceFlow>
<endEvent id="_24" name="EndEvent"/> <sequenceFlow id="_35" sourceRef="_7" targetRef="DataEnter"/>
<exclusiveGateway gatewayDirection="Unspecified" id="_25"/> </subProcess>
<sequenceFlow id="_26" sourceRef="_19" targetRef="UserAudit"> <sequenceFlow id="_6" sourceRef="StartMission" targetRef="_5"/>
<conditionExpression xsi:type="tFormalExpression"> <exclusiveGateway gatewayDirection="Unspecified" id="_19"/>
<![CDATA[${needConfirm == 'true'}]]> <sequenceFlow id="_20" sourceRef="_5" targetRef="_19"/>
</conditionExpression> <userTask activiti:assignee="${inputUser}" activiti:exclusive="true" id="UserAudit" name="负责人审核"/>
</sequenceFlow> <exclusiveGateway gatewayDirection="Unspecified" id="_22"/>
<sequenceFlow id="_27" sourceRef="_19" targetRef="_25"> <sequenceFlow id="_23" sourceRef="UserAudit" targetRef="_22"/>
<conditionExpression xsi:type="tFormalExpression"> <endEvent id="_24" name="EndEvent"/>
<![CDATA[${needConfirm == 'false'}]]> <exclusiveGateway gatewayDirection="Unspecified" id="_25"/>
</conditionExpression> <sequenceFlow id="_26" sourceRef="_19" targetRef="UserAudit">
</sequenceFlow> <conditionExpression xsi:type="tFormalExpression">
<userTask activiti:exclusive="true" id="DataBackFlow" name="数据回流"/> <![CDATA[${needConfirm == 'true'}]]>
<sequenceFlow id="_29" sourceRef="_25" targetRef="DataBackFlow"> </conditionExpression>
<conditionExpression xsi:type="tFormalExpression"> </sequenceFlow>
<![CDATA[${needDataBackflow == 'true'}]]> <sequenceFlow id="_27" sourceRef="_19" targetRef="_25">
</conditionExpression> <conditionExpression xsi:type="tFormalExpression">
</sequenceFlow> <![CDATA[${needConfirm == 'false'}]]>
<sequenceFlow id="_31" sourceRef="_22" targetRef="_24"> </conditionExpression>
<conditionExpression xsi:type="tFormalExpression"> </sequenceFlow>
<![CDATA[${signConfirm == 'false'}]]> <userTask activiti:assignee="${backflowUser}" activiti:exclusive="true" id="DataBackFlow" name="数据回流"/>
</conditionExpression> <sequenceFlow id="_29" sourceRef="_25" targetRef="DataBackFlow">
</sequenceFlow> <conditionExpression xsi:type="tFormalExpression">
<sequenceFlow id="_32" sourceRef="DataBackFlow" targetRef="_24"/> <![CDATA[${needDataBackflow == 'true'}]]>
<sequenceFlow id="_33" sourceRef="_22" targetRef="_25"> </conditionExpression>
<conditionExpression xsi:type="tFormalExpression"> </sequenceFlow>
<![CDATA[${signConfirm == 'true'}]]> <sequenceFlow id="_31" sourceRef="_22" targetRef="_24">
</conditionExpression> <conditionExpression xsi:type="tFormalExpression">
</sequenceFlow> <![CDATA[${signConfirm == 'false'}]]>
<sequenceFlow id="_34" sourceRef="_25" targetRef="_24"> </conditionExpression>
<conditionExpression xsi:type="tFormalExpression"> </sequenceFlow>
<![CDATA[${needDataBackflow == 'false'}]]> <sequenceFlow id="_32" sourceRef="DataBackFlow" targetRef="_24"/>
</conditionExpression> <sequenceFlow id="_33" sourceRef="_22" targetRef="_25">
</sequenceFlow> <conditionExpression xsi:type="tFormalExpression">
</process> <![CDATA[${signConfirm == 'true'}]]>
<bpmndi:BPMNDiagram documentation="background=#3C3F41;count=1;horizontalcount=1;orientation=0;width=842.4;height=1195.2;imageableWidth=832.4;imageableHeight=1185.2;imageableX=5.0;imageableY=5.0" id="Diagram-_1" name="New Diagram"> </conditionExpression>
<bpmndi:BPMNPlane bpmnElement="MoreSubProcess"> </sequenceFlow>
<bpmndi:BPMNShape bpmnElement="_2" id="Shape-_2"> <sequenceFlow id="_34" sourceRef="_25" targetRef="_24">
<dc:Bounds height="32.0" width="32.0" x="10.0" y="55.0"/> <conditionExpression xsi:type="tFormalExpression">
<bpmndi:BPMNLabel> <![CDATA[${needDataBackflow == 'false'}]]>
<dc:Bounds height="32.0" width="32.0" x="0.0" y="0.0"/> </conditionExpression>
</bpmndi:BPMNLabel> </sequenceFlow>
</bpmndi:BPMNShape> </process>
<bpmndi:BPMNShape bpmnElement="StartMission" id="Shape-StartMission"> <bpmndi:BPMNDiagram
<dc:Bounds height="55.0" width="85.0" x="95.0" y="45.0"/> documentation="background=#3C3F41;count=1;horizontalcount=1;orientation=0;width=842.4;height=1195.2;imageableWidth=832.4;imageableHeight=1185.2;imageableX=5.0;imageableY=5.0"
<bpmndi:BPMNLabel> id="Diagram-_1" name="New Diagram">
<dc:Bounds height="55.0" width="85.0" x="0.0" y="0.0"/> <bpmndi:BPMNPlane bpmnElement="MoreSubProcess">
</bpmndi:BPMNLabel> <bpmndi:BPMNShape bpmnElement="_2" id="Shape-_2">
</bpmndi:BPMNShape> <dc:Bounds height="32.0" width="32.0" x="10.0" y="55.0"/>
<bpmndi:BPMNShape bpmnElement="_5" id="Shape-_5" isExpanded="true"> <bpmndi:BPMNLabel>
<dc:Bounds height="250.0" width="400.0" x="275.0" y="35.0"/> <dc:Bounds height="32.0" width="32.0" x="0.0" y="0.0"/>
<bpmndi:BPMNLabel> </bpmndi:BPMNLabel>
<dc:Bounds height="250.0" width="400.0" x="0.0" y="0.0"/> </bpmndi:BPMNShape>
</bpmndi:BPMNLabel> <bpmndi:BPMNShape bpmnElement="StartMission" id="Shape-StartMission">
</bpmndi:BPMNShape> <dc:Bounds height="55.0" width="85.0" x="95.0" y="45.0"/>
<bpmndi:BPMNShape bpmnElement="_19" id="Shape-_19" isMarkerVisible="false"> <bpmndi:BPMNLabel>
<dc:Bounds height="32.0" width="32.0" x="745.0" y="60.0"/> <dc:Bounds height="55.0" width="85.0" x="0.0" y="0.0"/>
<bpmndi:BPMNLabel> </bpmndi:BPMNLabel>
<dc:Bounds height="32.0" width="32.0" x="0.0" y="0.0"/> </bpmndi:BPMNShape>
</bpmndi:BPMNLabel> <bpmndi:BPMNShape bpmnElement="_5" id="Shape-_5" isExpanded="true">
</bpmndi:BPMNShape> <dc:Bounds height="250.0" width="400.0" x="275.0" y="35.0"/>
<bpmndi:BPMNShape bpmnElement="UserAudit" id="Shape-UserAudit"> <bpmndi:BPMNLabel>
<dc:Bounds height="55.0" width="85.0" x="720.0" y="200.0"/> <dc:Bounds height="250.0" width="400.0" x="0.0" y="0.0"/>
<bpmndi:BPMNLabel> </bpmndi:BPMNLabel>
<dc:Bounds height="55.0" width="85.0" x="0.0" y="0.0"/> </bpmndi:BPMNShape>
</bpmndi:BPMNLabel> <bpmndi:BPMNShape bpmnElement="_19" id="Shape-_19" isMarkerVisible="false">
</bpmndi:BPMNShape> <dc:Bounds height="32.0" width="32.0" x="745.0" y="60.0"/>
<bpmndi:BPMNShape bpmnElement="_22" id="Shape-_22" isMarkerVisible="false"> <bpmndi:BPMNLabel>
<dc:Bounds height="32.0" width="32.0" x="740.0" y="335.0"/> <dc:Bounds height="32.0" width="32.0" x="0.0" y="0.0"/>
<bpmndi:BPMNLabel> </bpmndi:BPMNLabel>
<dc:Bounds height="32.0" width="32.0" x="0.0" y="0.0"/> </bpmndi:BPMNShape>
</bpmndi:BPMNLabel> <bpmndi:BPMNShape bpmnElement="UserAudit" id="Shape-UserAudit">
</bpmndi:BPMNShape> <dc:Bounds height="55.0" width="85.0" x="720.0" y="200.0"/>
<bpmndi:BPMNShape bpmnElement="_24" id="Shape-_24"> <bpmndi:BPMNLabel>
<dc:Bounds height="32.0" width="32.0" x="875.0" y="415.0"/> <dc:Bounds height="55.0" width="85.0" x="0.0" y="0.0"/>
<bpmndi:BPMNLabel> </bpmndi:BPMNLabel>
<dc:Bounds height="32.0" width="32.0" x="0.0" y="0.0"/> </bpmndi:BPMNShape>
</bpmndi:BPMNLabel> <bpmndi:BPMNShape bpmnElement="_22" id="Shape-_22" isMarkerVisible="false">
</bpmndi:BPMNShape> <dc:Bounds height="32.0" width="32.0" x="740.0" y="335.0"/>
<bpmndi:BPMNShape bpmnElement="_25" id="Shape-_25" isMarkerVisible="false"> <bpmndi:BPMNLabel>
<dc:Bounds height="32.0" width="32.0" x="870.0" y="200.0"/> <dc:Bounds height="32.0" width="32.0" x="0.0" y="0.0"/>
<bpmndi:BPMNLabel> </bpmndi:BPMNLabel>
<dc:Bounds height="32.0" width="32.0" x="0.0" y="0.0"/> </bpmndi:BPMNShape>
</bpmndi:BPMNLabel> <bpmndi:BPMNShape bpmnElement="_24" id="Shape-_24">
</bpmndi:BPMNShape> <dc:Bounds height="32.0" width="32.0" x="875.0" y="415.0"/>
<bpmndi:BPMNShape bpmnElement="DataBackFlow" id="Shape-DataBackFlow"> <bpmndi:BPMNLabel>
<dc:Bounds height="55.0" width="85.0" x="1040.0" y="115.0"/> <dc:Bounds height="32.0" width="32.0" x="0.0" y="0.0"/>
<bpmndi:BPMNLabel> </bpmndi:BPMNLabel>
<dc:Bounds height="55.0" width="85.0" x="0.0" y="0.0"/> </bpmndi:BPMNShape>
</bpmndi:BPMNLabel> <bpmndi:BPMNShape bpmnElement="_25" id="Shape-_25" isMarkerVisible="false">
</bpmndi:BPMNShape> <dc:Bounds height="32.0" width="32.0" x="870.0" y="200.0"/>
<bpmndi:BPMNShape bpmnElement="_7" id="Shape-_7"> <bpmndi:BPMNLabel>
<dc:Bounds height="32.0" width="32.0" x="300.0" y="70.0"/> <dc:Bounds height="32.0" width="32.0" x="0.0" y="0.0"/>
<bpmndi:BPMNLabel> </bpmndi:BPMNLabel>
<dc:Bounds height="32.0" width="32.0" x="0.0" y="0.0"/> </bpmndi:BPMNShape>
</bpmndi:BPMNLabel> <bpmndi:BPMNShape bpmnElement="DataBackFlow" id="Shape-DataBackFlow">
</bpmndi:BPMNShape> <dc:Bounds height="55.0" width="85.0" x="1040.0" y="115.0"/>
<bpmndi:BPMNShape bpmnElement="DataEnter" id="Shape-DataEnter"> <bpmndi:BPMNLabel>
<dc:Bounds height="55.0" width="85.0" x="375.0" y="65.0"/> <dc:Bounds height="55.0" width="85.0" x="0.0" y="0.0"/>
<bpmndi:BPMNLabel> </bpmndi:BPMNLabel>
<dc:Bounds height="55.0" width="85.0" x="0.0" y="0.0"/> </bpmndi:BPMNShape>
</bpmndi:BPMNLabel> <bpmndi:BPMNShape bpmnElement="_7" id="Shape-_7">
</bpmndi:BPMNShape> <dc:Bounds height="32.0" width="32.0" x="300.0" y="70.0"/>
<bpmndi:BPMNShape bpmnElement="_9" id="Shape-_9" isMarkerVisible="false"> <bpmndi:BPMNLabel>
<dc:Bounds height="32.0" width="32.0" x="510.0" y="70.0"/> <dc:Bounds height="32.0" width="32.0" x="0.0" y="0.0"/>
<bpmndi:BPMNLabel> </bpmndi:BPMNLabel>
<dc:Bounds height="32.0" width="32.0" x="0.0" y="0.0"/> </bpmndi:BPMNShape>
</bpmndi:BPMNLabel> <bpmndi:BPMNShape bpmnElement="DataEnter" id="Shape-DataEnter">
</bpmndi:BPMNShape> <dc:Bounds height="55.0" width="85.0" x="375.0" y="65.0"/>
<bpmndi:BPMNShape bpmnElement="_10" id="Shape-_10"> <bpmndi:BPMNLabel>
<dc:Bounds height="32.0" width="32.0" x="605.0" y="195.0"/> <dc:Bounds height="55.0" width="85.0" x="0.0" y="0.0"/>
<bpmndi:BPMNLabel> </bpmndi:BPMNLabel>
<dc:Bounds height="32.0" width="32.0" x="0.0" y="0.0"/> </bpmndi:BPMNShape>
</bpmndi:BPMNLabel> <bpmndi:BPMNShape bpmnElement="_9" id="Shape-_9" isMarkerVisible="false">
</bpmndi:BPMNShape> <dc:Bounds height="32.0" width="32.0" x="510.0" y="70.0"/>
<bpmndi:BPMNShape bpmnElement="DataAudit" id="Shape-DataAudit"> <bpmndi:BPMNLabel>
<dc:Bounds height="55.0" width="85.0" x="445.0" y="150.0"/> <dc:Bounds height="32.0" width="32.0" x="0.0" y="0.0"/>
<bpmndi:BPMNLabel> </bpmndi:BPMNLabel>
<dc:Bounds height="55.0" width="85.0" x="0.0" y="0.0"/> </bpmndi:BPMNShape>
</bpmndi:BPMNLabel> <bpmndi:BPMNShape bpmnElement="_10" id="Shape-_10">
</bpmndi:BPMNShape> <dc:Bounds height="32.0" width="32.0" x="605.0" y="195.0"/>
<bpmndi:BPMNShape bpmnElement="_15" id="Shape-_15" isMarkerVisible="false"> <bpmndi:BPMNLabel>
<dc:Bounds height="32.0" width="32.0" x="365.0" y="155.0"/> <dc:Bounds height="32.0" width="32.0" x="0.0" y="0.0"/>
<bpmndi:BPMNLabel> </bpmndi:BPMNLabel>
<dc:Bounds height="32.0" width="32.0" x="0.0" y="0.0"/> </bpmndi:BPMNShape>
</bpmndi:BPMNLabel> <bpmndi:BPMNShape bpmnElement="DataAudit" id="Shape-DataAudit">
</bpmndi:BPMNShape> <dc:Bounds height="55.0" width="85.0" x="445.0" y="150.0"/>
<bpmndi:BPMNEdge bpmnElement="_35" id="BPMNEdge__35" sourceElement="_7" targetElement="DataEnter"> <bpmndi:BPMNLabel>
<di:waypoint x="332.0" y="86.0"/> <dc:Bounds height="55.0" width="85.0" x="0.0" y="0.0"/>
<di:waypoint x="375.0" y="92.5"/> </bpmndi:BPMNLabel>
<bpmndi:BPMNLabel> </bpmndi:BPMNShape>
<dc:Bounds height="0.0" width="0.0" x="0.0" y="0.0"/> <bpmndi:BPMNShape bpmnElement="_15" id="Shape-_15" isMarkerVisible="false">
</bpmndi:BPMNLabel> <dc:Bounds height="32.0" width="32.0" x="365.0" y="155.0"/>
</bpmndi:BPMNEdge> <bpmndi:BPMNLabel>
<bpmndi:BPMNEdge bpmnElement="_12" id="BPMNEdge__12" sourceElement="_9" targetElement="_10"> <dc:Bounds height="32.0" width="32.0" x="0.0" y="0.0"/>
<di:waypoint x="542.0" y="86.0"/> </bpmndi:BPMNLabel>
<di:waypoint x="618.0" y="114.0"/> </bpmndi:BPMNShape>
<di:waypoint x="618.0" y="195.28376635449828"/> <bpmndi:BPMNEdge bpmnElement="_35" id="BPMNEdge__35" sourceElement="_7" targetElement="DataEnter">
<bpmndi:BPMNLabel> <di:waypoint x="332.0" y="86.0"/>
<dc:Bounds height="-38.0" width="-34.0" x="0.0" y="21.0"/> <di:waypoint x="375.0" y="92.5"/>
</bpmndi:BPMNLabel> <bpmndi:BPMNLabel>
</bpmndi:BPMNEdge> <dc:Bounds height="0.0" width="0.0" x="0.0" y="0.0"/>
<bpmndi:BPMNEdge bpmnElement="_34" id="BPMNEdge__34" sourceElement="_25" targetElement="_24"> </bpmndi:BPMNLabel>
<di:waypoint x="902.0" y="216.0"/> </bpmndi:BPMNEdge>
<di:waypoint x="973.0" y="299.0"/> <bpmndi:BPMNEdge bpmnElement="_12" id="BPMNEdge__12" sourceElement="_9" targetElement="_10">
<di:waypoint x="907.0" y="431.0"/> <di:waypoint x="542.0" y="86.0"/>
<bpmndi:BPMNLabel> <di:waypoint x="618.0" y="114.0"/>
<dc:Bounds height="0.0" width="0.0" x="0.0" y="0.0"/> <di:waypoint x="618.0" y="195.28376635449828"/>
</bpmndi:BPMNLabel> <bpmndi:BPMNLabel>
</bpmndi:BPMNEdge> <dc:Bounds height="-38.0" width="-34.0" x="0.0" y="21.0"/>
<bpmndi:BPMNEdge bpmnElement="_14" id="BPMNEdge__14" sourceElement="_9" targetElement="DataAudit"> </bpmndi:BPMNLabel>
<di:waypoint x="520.0" y="96.0"/> </bpmndi:BPMNEdge>
<di:waypoint x="520.0" y="150.0"/> <bpmndi:BPMNEdge bpmnElement="_34" id="BPMNEdge__34" sourceElement="_25" targetElement="_24">
<bpmndi:BPMNLabel> <di:waypoint x="902.0" y="216.0"/>
<dc:Bounds height="2.0" width="0.0" x="0.0" y="20.0"/> <di:waypoint x="973.0" y="299.0"/>
</bpmndi:BPMNLabel> <di:waypoint x="907.0" y="431.0"/>
</bpmndi:BPMNEdge> <bpmndi:BPMNLabel>
<bpmndi:BPMNEdge bpmnElement="_17" id="BPMNEdge__17" sourceElement="_15" targetElement="DataEnter"> <dc:Bounds height="0.0" width="0.0" x="0.0" y="0.0"/>
<di:waypoint x="386.0" y="160.0"/> </bpmndi:BPMNLabel>
<di:waypoint x="386.0" y="120.0"/> </bpmndi:BPMNEdge>
<bpmndi:BPMNLabel> <bpmndi:BPMNEdge bpmnElement="_14" id="BPMNEdge__14" sourceElement="_9" targetElement="DataAudit">
<dc:Bounds height="5.0" width="0.0" x="0.0" y="6.0"/> <di:waypoint x="520.0" y="96.0"/>
</bpmndi:BPMNLabel> <di:waypoint x="520.0" y="150.0"/>
</bpmndi:BPMNEdge> <bpmndi:BPMNLabel>
<bpmndi:BPMNEdge bpmnElement="_16" id="BPMNEdge__16" sourceElement="DataAudit" targetElement="_15"> <dc:Bounds height="2.0" width="0.0" x="0.0" y="20.0"/>
<di:waypoint x="445.0" y="177.5"/> </bpmndi:BPMNLabel>
<di:waypoint x="397.0" y="171.0"/> </bpmndi:BPMNEdge>
<bpmndi:BPMNLabel> <bpmndi:BPMNEdge bpmnElement="_17" id="BPMNEdge__17" sourceElement="_15" targetElement="DataEnter">
<dc:Bounds height="0.0" width="0.0" x="0.0" y="0.0"/> <di:waypoint x="386.0" y="160.0"/>
</bpmndi:BPMNLabel> <di:waypoint x="386.0" y="120.0"/>
</bpmndi:BPMNEdge> <bpmndi:BPMNLabel>
<bpmndi:BPMNEdge bpmnElement="_18" id="BPMNEdge__18" sourceElement="_15" targetElement="_10"> <dc:Bounds height="5.0" width="0.0" x="0.0" y="6.0"/>
<di:waypoint x="381.0" y="187.0"/> </bpmndi:BPMNLabel>
<di:waypoint x="449.0" y="243.0"/> </bpmndi:BPMNEdge>
<di:waypoint x="621.0" y="227.0"/> <bpmndi:BPMNEdge bpmnElement="_16" id="BPMNEdge__16" sourceElement="DataAudit" targetElement="_15">
<bpmndi:BPMNLabel> <di:waypoint x="445.0" y="177.5"/>
<dc:Bounds height="0.0" width="-6.0" x="0.0" y="-22.0"/> <di:waypoint x="397.0" y="171.0"/>
</bpmndi:BPMNLabel> <bpmndi:BPMNLabel>
</bpmndi:BPMNEdge> <dc:Bounds height="0.0" width="0.0" x="0.0" y="0.0"/>
<bpmndi:BPMNEdge bpmnElement="_20" id="BPMNEdge__20" sourceElement="_5" targetElement="_19"> </bpmndi:BPMNLabel>
<di:waypoint x="675.0" y="160.0"/> </bpmndi:BPMNEdge>
<di:waypoint x="745.0" y="76.0"/> <bpmndi:BPMNEdge bpmnElement="_18" id="BPMNEdge__18" sourceElement="_15" targetElement="_10">
<bpmndi:BPMNLabel> <di:waypoint x="381.0" y="187.0"/>
<dc:Bounds height="0.0" width="0.0" x="0.0" y="0.0"/> <di:waypoint x="449.0" y="243.0"/>
</bpmndi:BPMNLabel> <di:waypoint x="621.0" y="227.0"/>
</bpmndi:BPMNEdge> <bpmndi:BPMNLabel>
<bpmndi:BPMNEdge bpmnElement="_23" id="BPMNEdge__23" sourceElement="UserAudit" targetElement="_22"> <dc:Bounds height="0.0" width="-6.0" x="0.0" y="-22.0"/>
<di:waypoint x="756.0" y="255.0"/> </bpmndi:BPMNLabel>
<di:waypoint x="756.0" y="335.0"/> </bpmndi:BPMNEdge>
<bpmndi:BPMNLabel> <bpmndi:BPMNEdge bpmnElement="_20" id="BPMNEdge__20" sourceElement="_5" targetElement="_19">
<dc:Bounds height="0.0" width="0.0" x="0.0" y="0.0"/> <di:waypoint x="675.0" y="160.0"/>
</bpmndi:BPMNLabel> <di:waypoint x="745.0" y="76.0"/>
</bpmndi:BPMNEdge> <bpmndi:BPMNLabel>
<bpmndi:BPMNEdge bpmnElement="_26" id="BPMNEdge__26" sourceElement="_19" targetElement="UserAudit"> <dc:Bounds height="0.0" width="0.0" x="0.0" y="0.0"/>
<di:waypoint x="761.0" y="92.0"/> </bpmndi:BPMNLabel>
<di:waypoint x="761.0" y="200.0"/> </bpmndi:BPMNEdge>
<bpmndi:BPMNLabel> <bpmndi:BPMNEdge bpmnElement="_23" id="BPMNEdge__23" sourceElement="UserAudit" targetElement="_22">
<dc:Bounds height="-20.0" width="0.0" x="1.0" y="-6.0"/> <di:waypoint x="756.0" y="255.0"/>
</bpmndi:BPMNLabel> <di:waypoint x="756.0" y="335.0"/>
</bpmndi:BPMNEdge> <bpmndi:BPMNLabel>
<bpmndi:BPMNEdge bpmnElement="_27" id="BPMNEdge__27" sourceElement="_19" targetElement="_25"> <dc:Bounds height="0.0" width="0.0" x="0.0" y="0.0"/>
<di:waypoint x="777.0" y="76.0"/> </bpmndi:BPMNLabel>
<di:waypoint x="870.0" y="216.0"/> </bpmndi:BPMNEdge>
<bpmndi:BPMNLabel> <bpmndi:BPMNEdge bpmnElement="_26" id="BPMNEdge__26" sourceElement="_19" targetElement="UserAudit">
<dc:Bounds height="0.0" width="68.0" x="-1.0" y="-34.0"/> <di:waypoint x="761.0" y="92.0"/>
</bpmndi:BPMNLabel> <di:waypoint x="761.0" y="200.0"/>
</bpmndi:BPMNEdge> <bpmndi:BPMNLabel>
<bpmndi:BPMNEdge bpmnElement="_29" id="BPMNEdge__29" sourceElement="_25" targetElement="DataBackFlow"> <dc:Bounds height="-20.0" width="0.0" x="1.0" y="-6.0"/>
<di:waypoint x="902.0" y="216.0"/> </bpmndi:BPMNLabel>
<di:waypoint x="1040.0" y="142.5"/> </bpmndi:BPMNEdge>
<bpmndi:BPMNLabel> <bpmndi:BPMNEdge bpmnElement="_27" id="BPMNEdge__27" sourceElement="_19" targetElement="_25">
<dc:Bounds height="0.0" width="0.0" x="0.0" y="0.0"/> <di:waypoint x="777.0" y="76.0"/>
</bpmndi:BPMNLabel> <di:waypoint x="870.0" y="216.0"/>
</bpmndi:BPMNEdge> <bpmndi:BPMNLabel>
<bpmndi:BPMNEdge bpmnElement="_4" id="BPMNEdge__4" sourceElement="_2" targetElement="StartMission"> <dc:Bounds height="0.0" width="68.0" x="-1.0" y="-34.0"/>
<di:waypoint x="42.0" y="71.0"/> </bpmndi:BPMNLabel>
<di:waypoint x="95.0" y="72.5"/> </bpmndi:BPMNEdge>
<bpmndi:BPMNLabel> <bpmndi:BPMNEdge bpmnElement="_29" id="BPMNEdge__29" sourceElement="_25" targetElement="DataBackFlow">
<dc:Bounds height="0.0" width="0.0" x="0.0" y="0.0"/> <di:waypoint x="902.0" y="216.0"/>
</bpmndi:BPMNLabel> <di:waypoint x="1040.0" y="142.5"/>
</bpmndi:BPMNEdge> <bpmndi:BPMNLabel>
<bpmndi:BPMNEdge bpmnElement="_6" id="BPMNEdge__6" sourceElement="StartMission" targetElement="_5"> <dc:Bounds height="0.0" width="0.0" x="0.0" y="0.0"/>
<di:waypoint x="180.0" y="72.5"/> </bpmndi:BPMNLabel>
<di:waypoint x="275.0" y="160.0"/> </bpmndi:BPMNEdge>
<bpmndi:BPMNLabel> <bpmndi:BPMNEdge bpmnElement="_4" id="BPMNEdge__4" sourceElement="_2" targetElement="StartMission">
<dc:Bounds height="0.0" width="0.0" x="0.0" y="0.0"/> <di:waypoint x="42.0" y="71.0"/>
</bpmndi:BPMNLabel> <di:waypoint x="95.0" y="72.5"/>
</bpmndi:BPMNEdge> <bpmndi:BPMNLabel>
<bpmndi:BPMNEdge bpmnElement="_31" id="BPMNEdge__31" sourceElement="_22" targetElement="_24"> <dc:Bounds height="0.0" width="0.0" x="0.0" y="0.0"/>
<di:waypoint x="755.0" y="366.0"/> </bpmndi:BPMNLabel>
<di:waypoint x="755.0" y="410.0"/> </bpmndi:BPMNEdge>
<di:waypoint x="875.0" y="431.0"/> <bpmndi:BPMNEdge bpmnElement="_6" id="BPMNEdge__6" sourceElement="StartMission" targetElement="_5">
<bpmndi:BPMNLabel> <di:waypoint x="180.0" y="72.5"/>
<dc:Bounds height="0.0" width="0.0" x="0.0" y="0.0"/> <di:waypoint x="275.0" y="160.0"/>
</bpmndi:BPMNLabel> <bpmndi:BPMNLabel>
</bpmndi:BPMNEdge> <dc:Bounds height="0.0" width="0.0" x="0.0" y="0.0"/>
<bpmndi:BPMNEdge bpmnElement="_11" id="BPMNEdge__11" sourceElement="DataEnter" targetElement="_9"> </bpmndi:BPMNLabel>
<di:waypoint x="460.0" y="92.5"/> </bpmndi:BPMNEdge>
<di:waypoint x="510.0" y="86.0"/> <bpmndi:BPMNEdge bpmnElement="_31" id="BPMNEdge__31" sourceElement="_22" targetElement="_24">
<bpmndi:BPMNLabel> <di:waypoint x="755.0" y="366.0"/>
<dc:Bounds height="0.0" width="0.0" x="0.0" y="0.0"/> <di:waypoint x="755.0" y="410.0"/>
</bpmndi:BPMNLabel> <di:waypoint x="875.0" y="431.0"/>
</bpmndi:BPMNEdge> <bpmndi:BPMNLabel>
<bpmndi:BPMNEdge bpmnElement="_33" id="BPMNEdge__33" sourceElement="_22" targetElement="_25"> <dc:Bounds height="0.0" width="0.0" x="0.0" y="0.0"/>
<di:waypoint x="772.0" y="351.0"/> </bpmndi:BPMNLabel>
<di:waypoint x="885.0" y="260.0"/> </bpmndi:BPMNEdge>
<di:waypoint x="885.0" y="231.0"/> <bpmndi:BPMNEdge bpmnElement="_11" id="BPMNEdge__11" sourceElement="DataEnter" targetElement="_9">
<bpmndi:BPMNLabel> <di:waypoint x="460.0" y="92.5"/>
<dc:Bounds height="0.0" width="0.0" x="0.0" y="0.0"/> <di:waypoint x="510.0" y="86.0"/>
</bpmndi:BPMNLabel> <bpmndi:BPMNLabel>
</bpmndi:BPMNEdge> <dc:Bounds height="0.0" width="0.0" x="0.0" y="0.0"/>
<bpmndi:BPMNEdge bpmnElement="_32" id="BPMNEdge__32" sourceElement="DataBackFlow" targetElement="_24"> </bpmndi:BPMNLabel>
<di:waypoint x="1090.0" y="170.0"/> </bpmndi:BPMNEdge>
<di:waypoint x="1090.0" y="310.0"/> <bpmndi:BPMNEdge bpmnElement="_33" id="BPMNEdge__33" sourceElement="_22" targetElement="_25">
<di:waypoint x="907.0" y="431.0"/> <di:waypoint x="772.0" y="351.0"/>
<bpmndi:BPMNLabel> <di:waypoint x="885.0" y="260.0"/>
<dc:Bounds height="0.0" width="0.0" x="0.0" y="0.0"/> <di:waypoint x="885.0" y="231.0"/>
</bpmndi:BPMNLabel> <bpmndi:BPMNLabel>
</bpmndi:BPMNEdge> <dc:Bounds height="0.0" width="0.0" x="0.0" y="0.0"/>
</bpmndi:BPMNPlane> </bpmndi:BPMNLabel>
</bpmndi:BPMNDiagram> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="_32" id="BPMNEdge__32" sourceElement="DataBackFlow" targetElement="_24">
<di:waypoint x="1090.0" y="170.0"/>
<di:waypoint x="1090.0" y="310.0"/>
<di:waypoint x="907.0" y="431.0"/>
<bpmndi:BPMNLabel>
<dc:Bounds height="0.0" width="0.0" x="0.0" y="0.0"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</definitions> </definitions>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment