123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342 |
- <?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/test">
- <process id="jsjdjggz" name="建设进度加固改造" isExecutable="true">
- <startEvent id="startevent1" name="Start" activiti:initiator="applyUserId"></startEvent>
- <userTask id="axlyspsp" name="岸线利用审批支撑文件审查" activiti:candidateGroups="${role_sc}"></userTask>
- <endEvent id="endevent1" name="End"></endEvent>
- <userTask id="xmsphzbasp" name="项目审批、核准、备案支撑文件审查" activiti:candidateGroups="${role_sc}"></userTask>
- <userTask id="cbsjspsp" name="初步设计审批支撑文件审查" activiti:candidateGroups="${role_sc}"></userTask>
- <userTask id="sgtsjspsp" name="施工图设计审批支撑文件审查" activiti:candidateGroups="${role_sc}"></userTask>
- <userTask id="kgbasp" name="开工备案支撑文件审查" activiti:candidateGroups="${role_sc}"></userTask>
- <userTask id="jgys1sp" name="交工验收支撑文件审查" activiti:candidateGroups="${role_sc}"></userTask>
- <userTask id="axlysptb" name="岸线利用审批支撑文件提交" activiti:candidateGroups="${role_jyr}">
- <extensionElements>
- <activiti:taskListener event="create" delegateExpression="${taskVarBean}">
- <activiti:field name="varName">
- <activiti:string><![CDATA[var_autoComplete]]></activiti:string>
- </activiti:field>
- <activiti:field name="varValue">
- <activiti:string><![CDATA[true]]></activiti:string>
- </activiti:field>
- </activiti:taskListener>
- </extensionElements>
- </userTask>
- <sequenceFlow id="flow22" sourceRef="startevent1" targetRef="axlysptb"></sequenceFlow>
- <sequenceFlow id="flow23" sourceRef="axlysptb" targetRef="axlyspsp"></sequenceFlow>
- <userTask id="xmsphzbatb" name="项目审批、核准、备案支撑文件提交" activiti:candidateGroups="${role_jyr}"></userTask>
- <sequenceFlow id="flow25" sourceRef="xmsphzbatb" targetRef="xmsphzbasp"></sequenceFlow>
- <userTask id="cbsjsptb" name="初步设计审批支撑文件提交" activiti:candidateGroups="${role_jyr}"></userTask>
- <sequenceFlow id="flow27" sourceRef="cbsjsptb" targetRef="cbsjspsp"></sequenceFlow>
- <userTask id="sgtsjsptb" name="施工图设计审批支撑文件提交" activiti:candidateGroups="${role_jyr}"></userTask>
- <sequenceFlow id="flow29" sourceRef="sgtsjsptb" targetRef="sgtsjspsp"></sequenceFlow>
- <userTask id="kgbatb" name="开工备案支撑文件提交" activiti:candidateGroups="${role_jyr}"></userTask>
- <sequenceFlow id="flow31" sourceRef="kgbatb" targetRef="kgbasp"></sequenceFlow>
- <userTask id="jgys1tb" name="交工验收支撑文件提交" activiti:candidateGroups="${role_jyr}"></userTask>
- <sequenceFlow id="flow33" sourceRef="jgys1tb" targetRef="jgys1sp"></sequenceFlow>
- <userTask id="jgys2tb" name="竣工验收支撑文件提交" activiti:candidateGroups="${role_jyr}"></userTask>
- <userTask id="jgys2sp" name="竣工验收支撑文件审查" activiti:candidateGroups="${role_sc}"></userTask>
- <sequenceFlow id="flow40" sourceRef="jgys2tb" targetRef="jgys2sp"></sequenceFlow>
- <exclusiveGateway id="exclusivegateway1" name="Exclusive Gateway"></exclusiveGateway>
- <sequenceFlow id="flow43" sourceRef="axlyspsp" targetRef="exclusivegateway1"></sequenceFlow>
- <sequenceFlow id="flow44" name="不通过" sourceRef="exclusivegateway1" targetRef="axlysptb">
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_axlyspsp}]]></conditionExpression>
- </sequenceFlow>
- <sequenceFlow id="flow45" name="通过" sourceRef="exclusivegateway1" targetRef="xmsphzbatb">
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_axlyspsp}]]></conditionExpression>
- </sequenceFlow>
- <exclusiveGateway id="exclusivegateway2" name="Exclusive Gateway"></exclusiveGateway>
- <sequenceFlow id="flow47" sourceRef="xmsphzbasp" targetRef="exclusivegateway2"></sequenceFlow>
- <sequenceFlow id="flow48" name="不通过" sourceRef="exclusivegateway2" targetRef="xmsphzbatb">
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_xmsphzbasp}]]></conditionExpression>
- </sequenceFlow>
- <sequenceFlow id="flow49" name="通过" sourceRef="exclusivegateway2" targetRef="cbsjsptb">
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_xmsphzbasp}]]></conditionExpression>
- </sequenceFlow>
- <exclusiveGateway id="exclusivegateway3" name="Exclusive Gateway"></exclusiveGateway>
- <sequenceFlow id="flow50" sourceRef="cbsjspsp" targetRef="exclusivegateway3"></sequenceFlow>
- <sequenceFlow id="flow51" name="不通过" sourceRef="exclusivegateway3" targetRef="cbsjsptb">
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_cbsjspsp}]]></conditionExpression>
- </sequenceFlow>
- <sequenceFlow id="flow52" name="通过" sourceRef="exclusivegateway3" targetRef="sgtsjsptb">
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_cbsjspsp}]]></conditionExpression>
- </sequenceFlow>
- <exclusiveGateway id="exclusivegateway4" name="Exclusive Gateway"></exclusiveGateway>
- <sequenceFlow id="flow53" sourceRef="sgtsjspsp" targetRef="exclusivegateway4"></sequenceFlow>
- <sequenceFlow id="flow54" name="不通过" sourceRef="exclusivegateway4" targetRef="sgtsjsptb">
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_sgtsjspsp}]]></conditionExpression>
- </sequenceFlow>
- <sequenceFlow id="flow55" name="通过" sourceRef="exclusivegateway4" targetRef="kgbatb">
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_sgtsjspsp}]]></conditionExpression>
- </sequenceFlow>
- <exclusiveGateway id="exclusivegateway5" name="Exclusive Gateway"></exclusiveGateway>
- <sequenceFlow id="flow56" sourceRef="kgbasp" targetRef="exclusivegateway5"></sequenceFlow>
- <sequenceFlow id="flow57" name="不通过" sourceRef="exclusivegateway5" targetRef="kgbatb">
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_kgbasp}]]></conditionExpression>
- </sequenceFlow>
- <sequenceFlow id="flow58" name="通过" sourceRef="exclusivegateway5" targetRef="jgys1tb">
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_kgbasp}]]></conditionExpression>
- </sequenceFlow>
- <exclusiveGateway id="exclusivegateway6" name="Exclusive Gateway"></exclusiveGateway>
- <sequenceFlow id="flow59" sourceRef="jgys1sp" targetRef="exclusivegateway6"></sequenceFlow>
- <sequenceFlow id="flow60" name="不通过" sourceRef="exclusivegateway6" targetRef="jgys1tb">
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_jgys1sp}]]></conditionExpression>
- </sequenceFlow>
- <sequenceFlow id="flow61" name="通过" sourceRef="exclusivegateway6" targetRef="jgys2tb">
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_jgys1sp}]]></conditionExpression>
- </sequenceFlow>
- <exclusiveGateway id="exclusivegateway7" name="Exclusive Gateway"></exclusiveGateway>
- <sequenceFlow id="flow62" sourceRef="jgys2sp" targetRef="exclusivegateway7"></sequenceFlow>
- <sequenceFlow id="flow63" name="不通过" sourceRef="exclusivegateway7" targetRef="jgys2tb">
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_jgys2sp}]]></conditionExpression>
- </sequenceFlow>
- <sequenceFlow id="flow64" name="通过" sourceRef="exclusivegateway7" targetRef="endevent1">
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_jgys2sp}]]></conditionExpression>
- </sequenceFlow>
- </process>
- <bpmndi:BPMNDiagram id="BPMNDiagram_jsjdjggz">
- <bpmndi:BPMNPlane bpmnElement="jsjdjggz" id="BPMNPlane_jsjdjggz">
- <bpmndi:BPMNShape bpmnElement="startevent1" id="BPMNShape_startevent1">
- <omgdc:Bounds height="35.0" width="35.0" x="190.0" y="96.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="axlyspsp" id="BPMNShape_axlyspsp">
- <omgdc:Bounds height="55.0" width="105.0" x="430.0" y="86.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="endevent1" id="BPMNShape_endevent1">
- <omgdc:Bounds height="35.0" width="35.0" x="615.0" y="400.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="xmsphzbasp" id="BPMNShape_xmsphzbasp">
- <omgdc:Bounds height="55.0" width="105.0" x="730.0" y="86.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="cbsjspsp" id="BPMNShape_cbsjspsp">
- <omgdc:Bounds height="55.0" width="105.0" x="1080.0" y="86.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="sgtsjspsp" id="BPMNShape_sgtsjspsp">
- <omgdc:Bounds height="55.0" width="105.0" x="897.0" y="206.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="kgbasp" id="BPMNShape_kgbasp">
- <omgdc:Bounds height="55.0" width="105.0" x="580.0" y="206.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="jgys1sp" id="BPMNShape_jgys1sp">
- <omgdc:Bounds height="55.0" width="105.0" x="287.0" y="206.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="axlysptb" id="BPMNShape_axlysptb">
- <omgdc:Bounds height="55.0" width="105.0" x="287.0" y="86.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="xmsphzbatb" id="BPMNShape_xmsphzbatb">
- <omgdc:Bounds height="55.0" width="105.0" x="580.0" y="86.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="cbsjsptb" id="BPMNShape_cbsjsptb">
- <omgdc:Bounds height="55.0" width="105.0" x="897.0" y="86.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="sgtsjsptb" id="BPMNShape_sgtsjsptb">
- <omgdc:Bounds height="55.0" width="105.0" x="1080.0" y="206.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="kgbatb" id="BPMNShape_kgbatb">
- <omgdc:Bounds height="55.0" width="105.0" x="730.0" y="206.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="jgys1tb" id="BPMNShape_jgys1tb">
- <omgdc:Bounds height="55.0" width="105.0" x="430.0" y="206.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="jgys2tb" id="BPMNShape_jgys2tb">
- <omgdc:Bounds height="55.0" width="105.0" x="287.0" y="390.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="jgys2sp" id="BPMNShape_jgys2sp">
- <omgdc:Bounds height="55.0" width="105.0" x="430.0" y="390.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="exclusivegateway1" id="BPMNShape_exclusivegateway1">
- <omgdc:Bounds height="40.0" width="40.0" x="462.0" y="20.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="exclusivegateway2" id="BPMNShape_exclusivegateway2">
- <omgdc:Bounds height="40.0" width="40.0" x="762.0" y="20.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="exclusivegateway3" id="BPMNShape_exclusivegateway3">
- <omgdc:Bounds height="40.0" width="40.0" x="1112.0" y="20.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="exclusivegateway4" id="BPMNShape_exclusivegateway4">
- <omgdc:Bounds height="40.0" width="40.0" x="929.0" y="317.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="exclusivegateway5" id="BPMNShape_exclusivegateway5">
- <omgdc:Bounds height="40.0" width="40.0" x="612.0" y="290.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="exclusivegateway6" id="BPMNShape_exclusivegateway6">
- <omgdc:Bounds height="40.0" width="40.0" x="319.0" y="297.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="exclusivegateway7" id="BPMNShape_exclusivegateway7">
- <omgdc:Bounds height="40.0" width="40.0" x="462.0" y="318.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNEdge bpmnElement="flow22" id="BPMNEdge_flow22">
- <omgdi:waypoint x="225.0" y="113.0"></omgdi:waypoint>
- <omgdi:waypoint x="287.0" y="113.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow23" id="BPMNEdge_flow23">
- <omgdi:waypoint x="392.0" y="113.0"></omgdi:waypoint>
- <omgdi:waypoint x="430.0" y="113.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow25" id="BPMNEdge_flow25">
- <omgdi:waypoint x="685.0" y="113.0"></omgdi:waypoint>
- <omgdi:waypoint x="730.0" y="113.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow27" id="BPMNEdge_flow27">
- <omgdi:waypoint x="1002.0" y="113.0"></omgdi:waypoint>
- <omgdi:waypoint x="1080.0" y="113.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow29" id="BPMNEdge_flow29">
- <omgdi:waypoint x="1080.0" y="233.0"></omgdi:waypoint>
- <omgdi:waypoint x="1002.0" y="233.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow31" id="BPMNEdge_flow31">
- <omgdi:waypoint x="730.0" y="233.0"></omgdi:waypoint>
- <omgdi:waypoint x="685.0" y="233.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow33" id="BPMNEdge_flow33">
- <omgdi:waypoint x="430.0" y="233.0"></omgdi:waypoint>
- <omgdi:waypoint x="392.0" y="233.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow40" id="BPMNEdge_flow40">
- <omgdi:waypoint x="392.0" y="417.0"></omgdi:waypoint>
- <omgdi:waypoint x="430.0" y="417.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow43" id="BPMNEdge_flow43">
- <omgdi:waypoint x="482.0" y="86.0"></omgdi:waypoint>
- <omgdi:waypoint x="482.0" y="60.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow44" id="BPMNEdge_flow44">
- <omgdi:waypoint x="462.0" y="40.0"></omgdi:waypoint>
- <omgdi:waypoint x="387.0" y="40.0"></omgdi:waypoint>
- <omgdi:waypoint x="339.0" y="86.0"></omgdi:waypoint>
- <bpmndi:BPMNLabel>
- <omgdc:Bounds height="14.0" width="36.0" x="391.0" y="42.0"></omgdc:Bounds>
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow45" id="BPMNEdge_flow45">
- <omgdi:waypoint x="502.0" y="40.0"></omgdi:waypoint>
- <omgdi:waypoint x="588.0" y="40.0"></omgdi:waypoint>
- <omgdi:waypoint x="632.0" y="86.0"></omgdi:waypoint>
- <bpmndi:BPMNLabel>
- <omgdc:Bounds height="14.0" width="24.0" x="512.0" y="40.0"></omgdc:Bounds>
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow47" id="BPMNEdge_flow47">
- <omgdi:waypoint x="782.0" y="86.0"></omgdi:waypoint>
- <omgdi:waypoint x="782.0" y="60.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow48" id="BPMNEdge_flow48">
- <omgdi:waypoint x="762.0" y="40.0"></omgdi:waypoint>
- <omgdi:waypoint x="672.0" y="40.0"></omgdi:waypoint>
- <omgdi:waypoint x="632.0" y="86.0"></omgdi:waypoint>
- <bpmndi:BPMNLabel>
- <omgdc:Bounds height="14.0" width="36.0" x="681.0" y="40.0"></omgdc:Bounds>
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow49" id="BPMNEdge_flow49">
- <omgdi:waypoint x="802.0" y="40.0"></omgdi:waypoint>
- <omgdi:waypoint x="890.0" y="40.0"></omgdi:waypoint>
- <omgdi:waypoint x="949.0" y="86.0"></omgdi:waypoint>
- <bpmndi:BPMNLabel>
- <omgdc:Bounds height="14.0" width="24.0" x="812.0" y="40.0"></omgdc:Bounds>
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow50" id="BPMNEdge_flow50">
- <omgdi:waypoint x="1132.0" y="86.0"></omgdi:waypoint>
- <omgdi:waypoint x="1132.0" y="60.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow51" id="BPMNEdge_flow51">
- <omgdi:waypoint x="1112.0" y="40.0"></omgdi:waypoint>
- <omgdi:waypoint x="998.0" y="40.0"></omgdi:waypoint>
- <omgdi:waypoint x="949.0" y="86.0"></omgdi:waypoint>
- <bpmndi:BPMNLabel>
- <omgdc:Bounds height="14.0" width="36.0" x="1002.0" y="40.0"></omgdc:Bounds>
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow52" id="BPMNEdge_flow52">
- <omgdi:waypoint x="1132.0" y="60.0"></omgdi:waypoint>
- <omgdi:waypoint x="1223.0" y="78.0"></omgdi:waypoint>
- <omgdi:waypoint x="1223.0" y="139.0"></omgdi:waypoint>
- <omgdi:waypoint x="1223.0" y="178.0"></omgdi:waypoint>
- <omgdi:waypoint x="1132.0" y="206.0"></omgdi:waypoint>
- <bpmndi:BPMNLabel>
- <omgdc:Bounds height="14.0" width="24.0" x="1140.0" y="72.0"></omgdc:Bounds>
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow53" id="BPMNEdge_flow53">
- <omgdi:waypoint x="949.0" y="261.0"></omgdi:waypoint>
- <omgdi:waypoint x="949.0" y="317.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow54" id="BPMNEdge_flow54">
- <omgdi:waypoint x="969.0" y="337.0"></omgdi:waypoint>
- <omgdi:waypoint x="1096.0" y="336.0"></omgdi:waypoint>
- <omgdi:waypoint x="1132.0" y="261.0"></omgdi:waypoint>
- <bpmndi:BPMNLabel>
- <omgdc:Bounds height="14.0" width="36.0" x="979.0" y="337.0"></omgdc:Bounds>
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow55" id="BPMNEdge_flow55">
- <omgdi:waypoint x="929.0" y="337.0"></omgdi:waypoint>
- <omgdi:waypoint x="847.0" y="337.0"></omgdi:waypoint>
- <omgdi:waypoint x="782.0" y="261.0"></omgdi:waypoint>
- <bpmndi:BPMNLabel>
- <omgdc:Bounds height="14.0" width="24.0" x="861.0" y="336.0"></omgdc:Bounds>
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow56" id="BPMNEdge_flow56">
- <omgdi:waypoint x="632.0" y="261.0"></omgdi:waypoint>
- <omgdi:waypoint x="632.0" y="290.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow57" id="BPMNEdge_flow57">
- <omgdi:waypoint x="652.0" y="310.0"></omgdi:waypoint>
- <omgdi:waypoint x="740.0" y="309.0"></omgdi:waypoint>
- <omgdi:waypoint x="782.0" y="261.0"></omgdi:waypoint>
- <bpmndi:BPMNLabel>
- <omgdc:Bounds height="14.0" width="36.0" x="662.0" y="310.0"></omgdc:Bounds>
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow58" id="BPMNEdge_flow58">
- <omgdi:waypoint x="612.0" y="310.0"></omgdi:waypoint>
- <omgdi:waypoint x="535.0" y="309.0"></omgdi:waypoint>
- <omgdi:waypoint x="482.0" y="261.0"></omgdi:waypoint>
- <bpmndi:BPMNLabel>
- <omgdc:Bounds height="14.0" width="24.0" x="543.0" y="310.0"></omgdc:Bounds>
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow59" id="BPMNEdge_flow59">
- <omgdi:waypoint x="339.0" y="261.0"></omgdi:waypoint>
- <omgdi:waypoint x="339.0" y="297.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow60" id="BPMNEdge_flow60">
- <omgdi:waypoint x="359.0" y="317.0"></omgdi:waypoint>
- <omgdi:waypoint x="426.0" y="316.0"></omgdi:waypoint>
- <omgdi:waypoint x="482.0" y="261.0"></omgdi:waypoint>
- <bpmndi:BPMNLabel>
- <omgdc:Bounds height="14.0" width="36.0" x="369.0" y="317.0"></omgdc:Bounds>
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow61" id="BPMNEdge_flow61">
- <omgdi:waypoint x="339.0" y="337.0"></omgdi:waypoint>
- <omgdi:waypoint x="339.0" y="390.0"></omgdi:waypoint>
- <bpmndi:BPMNLabel>
- <omgdc:Bounds height="14.0" width="24.0" x="340.0" y="348.0"></omgdc:Bounds>
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow62" id="BPMNEdge_flow62">
- <omgdi:waypoint x="482.0" y="390.0"></omgdi:waypoint>
- <omgdi:waypoint x="482.0" y="358.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow63" id="BPMNEdge_flow63">
- <omgdi:waypoint x="462.0" y="338.0"></omgdi:waypoint>
- <omgdi:waypoint x="398.0" y="338.0"></omgdi:waypoint>
- <omgdi:waypoint x="339.0" y="390.0"></omgdi:waypoint>
- <bpmndi:BPMNLabel>
- <omgdc:Bounds height="14.0" width="36.0" x="404.0" y="338.0"></omgdc:Bounds>
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow64" id="BPMNEdge_flow64">
- <omgdi:waypoint x="502.0" y="338.0"></omgdi:waypoint>
- <omgdi:waypoint x="592.0" y="338.0"></omgdi:waypoint>
- <omgdi:waypoint x="632.0" y="400.0"></omgdi:waypoint>
- <bpmndi:BPMNLabel>
- <omgdc:Bounds height="14.0" width="24.0" x="512.0" y="338.0"></omgdc:Bounds>
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- </bpmndi:BPMNPlane>
- </bpmndi:BPMNDiagram>
- </definitions>
|