|
@@ -1,278 +0,0 @@
|
|
|
-<?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: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="jdjc" name="监督检查" isExecutable="true">
|
|
|
- <startEvent id="startevent" name="Start" activiti:initiator="applyUserId"></startEvent>
|
|
|
- <userTask id="tb" name="wf.tb" activiti:assignee="${applyUserId}">
|
|
|
- <extensionElements>
|
|
|
- <activiti:taskListener event="create" delegateExpression="${taskVarBean}">
|
|
|
- <activiti:field name="varName">
|
|
|
- <activiti:string>var_autoComplete</activiti:string>
|
|
|
- </activiti:field>
|
|
|
- <activiti:field name="varValue">
|
|
|
- <activiti:string>true</activiti:string>
|
|
|
- </activiti:field>
|
|
|
- </activiti:taskListener>
|
|
|
- </extensionElements>
|
|
|
- </userTask>
|
|
|
- <userTask id="kzsc" name="wf.kzsc" activiti:candidateGroups="007"></userTask>
|
|
|
- <sequenceFlow id="flow5" sourceRef="tb" targetRef="exclusivegateway5"></sequenceFlow>
|
|
|
- <sequenceFlow id="flow9" sourceRef="startevent" targetRef="tb"></sequenceFlow>
|
|
|
- <userTask id="sh" name="wf.sh" activiti:candidateGroups="005"></userTask>
|
|
|
- <sequenceFlow id="flow10" name="上级审批" sourceRef="exclusivegateway1" targetRef="sh">
|
|
|
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_kzsc && audit_sjsh}]]></conditionExpression>
|
|
|
- </sequenceFlow>
|
|
|
- <userTask id="pz" name="wf.pz" activiti:candidateGroups="006"></userTask>
|
|
|
- <sequenceFlow id="flow11" name="上级审批" sourceRef="exclusivegateway2" targetRef="pz">
|
|
|
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_sh && audit_sjsh}]]></conditionExpression>
|
|
|
- </sequenceFlow>
|
|
|
- <userTask id="xf" name="wf.xf" activiti:assignee="${applyUserId}"></userTask>
|
|
|
- <sequenceFlow id="flow12" name="审批通过" sourceRef="exclusivegateway3" targetRef="xf">
|
|
|
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_pz}]]></conditionExpression>
|
|
|
- </sequenceFlow>
|
|
|
- <userTask id="qytj" name="wf.qytj" activiti:candidateGroups="${role_jyr}"></userTask>
|
|
|
- <sequenceFlow id="flow13" sourceRef="xf" targetRef="qytj"></sequenceFlow>
|
|
|
- <exclusiveGateway id="exclusivegateway1" name="Exclusive Gateway"></exclusiveGateway>
|
|
|
- <sequenceFlow id="flow15" sourceRef="kzsc" targetRef="exclusivegateway1"></sequenceFlow>
|
|
|
- <sequenceFlow id="flow16" name="审批通过" sourceRef="exclusivegateway1" targetRef="xf">
|
|
|
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_kzsc&& !audit_sjsh}]]></conditionExpression>
|
|
|
- </sequenceFlow>
|
|
|
- <exclusiveGateway id="exclusivegateway2" name="Exclusive Gateway"></exclusiveGateway>
|
|
|
- <sequenceFlow id="flow17" sourceRef="sh" targetRef="exclusivegateway2"></sequenceFlow>
|
|
|
- <sequenceFlow id="flow18" name="审批通过" sourceRef="exclusivegateway2" targetRef="xf">
|
|
|
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_sh && !audit_sjsh}]]></conditionExpression>
|
|
|
- </sequenceFlow>
|
|
|
- <sequenceFlow id="flow19" name="审批不通过" sourceRef="exclusivegateway1" targetRef="tb">
|
|
|
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_kzsc}]]></conditionExpression>
|
|
|
- </sequenceFlow>
|
|
|
- <sequenceFlow id="flow20" name="审批不通过" sourceRef="exclusivegateway2" targetRef="tb">
|
|
|
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_sh}]]></conditionExpression>
|
|
|
- </sequenceFlow>
|
|
|
- <exclusiveGateway id="exclusivegateway3" name="Exclusive Gateway"></exclusiveGateway>
|
|
|
- <sequenceFlow id="flow21" sourceRef="pz" targetRef="exclusivegateway3"></sequenceFlow>
|
|
|
- <sequenceFlow id="flow22" name="审批不通过" sourceRef="exclusivegateway3" targetRef="tb">
|
|
|
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_pz}]]></conditionExpression>
|
|
|
- </sequenceFlow>
|
|
|
- <exclusiveGateway id="exclusivegateway4" name="Exclusive Gateway"></exclusiveGateway>
|
|
|
- <endEvent id="endevent1" name="End"></endEvent>
|
|
|
- <sequenceFlow id="flow25" name="审查通过" sourceRef="exclusivegateway4" targetRef="endevent1">
|
|
|
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_sc}]]></conditionExpression>
|
|
|
- </sequenceFlow>
|
|
|
- <sequenceFlow id="flow26" name="审查不通过,经营人重填" sourceRef="exclusivegateway4" targetRef="qytj">
|
|
|
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_sc && !thtb}]]></conditionExpression>
|
|
|
- </sequenceFlow>
|
|
|
- <sequenceFlow id="flow27" name="审查不通过,港口局重填" sourceRef="exclusivegateway4" targetRef="tb">
|
|
|
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_sc && thtb}]]></conditionExpression>
|
|
|
- </sequenceFlow>
|
|
|
- <exclusiveGateway id="exclusivegateway5" name="Exclusive Gateway"></exclusiveGateway>
|
|
|
- <sequenceFlow id="flow28" sourceRef="exclusivegateway5" targetRef="kzsc">
|
|
|
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_tb}]]></conditionExpression>
|
|
|
- </sequenceFlow>
|
|
|
- <sequenceFlow id="flow29" sourceRef="exclusivegateway5" targetRef="qytj">
|
|
|
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_tb}]]></conditionExpression>
|
|
|
- </sequenceFlow>
|
|
|
- <exclusiveGateway id="exclusivegateway8" name="Exclusive Gateway"></exclusiveGateway>
|
|
|
- <sequenceFlow id="flow35" sourceRef="qytj" targetRef="exclusivegateway8"></sequenceFlow>
|
|
|
- <userTask id="yqsc" name="wf.yqsc" activiti:candidateGroups="004"></userTask>
|
|
|
- <sequenceFlow id="flow40" sourceRef="exclusivegateway8" targetRef="yqsc">
|
|
|
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_qytj}]]></conditionExpression>
|
|
|
- </sequenceFlow>
|
|
|
- <sequenceFlow id="flow41" sourceRef="yqsc" targetRef="qytj"></sequenceFlow>
|
|
|
- <userTask id="sc" name="wf.sc" activiti:candidateGroups="004"></userTask>
|
|
|
- <sequenceFlow id="flow42" sourceRef="exclusivegateway8" targetRef="sc">
|
|
|
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_qytj}]]></conditionExpression>
|
|
|
- </sequenceFlow>
|
|
|
- <sequenceFlow id="flow43" sourceRef="sc" targetRef="exclusivegateway4"></sequenceFlow>
|
|
|
- </process>
|
|
|
- <bpmndi:BPMNDiagram id="BPMNDiagram_jdjc">
|
|
|
- <bpmndi:BPMNPlane bpmnElement="jdjc" id="BPMNPlane_jdjc">
|
|
|
- <bpmndi:BPMNShape bpmnElement="startevent" id="BPMNShape_startevent">
|
|
|
- <omgdc:Bounds height="35.0" width="35.0" x="120.0" y="230.0"></omgdc:Bounds>
|
|
|
- </bpmndi:BPMNShape>
|
|
|
- <bpmndi:BPMNShape bpmnElement="tb" id="BPMNShape_tb">
|
|
|
- <omgdc:Bounds height="55.0" width="105.0" x="210.0" y="220.0"></omgdc:Bounds>
|
|
|
- </bpmndi:BPMNShape>
|
|
|
- <bpmndi:BPMNShape bpmnElement="kzsc" id="BPMNShape_kzsc">
|
|
|
- <omgdc:Bounds height="55.0" width="105.0" x="361.0" y="220.0"></omgdc:Bounds>
|
|
|
- </bpmndi:BPMNShape>
|
|
|
- <bpmndi:BPMNShape bpmnElement="sh" id="BPMNShape_sh">
|
|
|
- <omgdc:Bounds height="55.0" width="105.0" x="600.0" y="220.0"></omgdc:Bounds>
|
|
|
- </bpmndi:BPMNShape>
|
|
|
- <bpmndi:BPMNShape bpmnElement="pz" id="BPMNShape_pz">
|
|
|
- <omgdc:Bounds height="55.0" width="105.0" x="850.0" y="220.0"></omgdc:Bounds>
|
|
|
- </bpmndi:BPMNShape>
|
|
|
- <bpmndi:BPMNShape bpmnElement="xf" id="BPMNShape_xf">
|
|
|
- <omgdc:Bounds height="55.0" width="105.0" x="465.0" y="350.0"></omgdc:Bounds>
|
|
|
- </bpmndi:BPMNShape>
|
|
|
- <bpmndi:BPMNShape bpmnElement="qytj" id="BPMNShape_qytj">
|
|
|
- <omgdc:Bounds height="55.0" width="105.0" x="465.0" y="481.0"></omgdc:Bounds>
|
|
|
- </bpmndi:BPMNShape>
|
|
|
- <bpmndi:BPMNShape bpmnElement="exclusivegateway1" id="BPMNShape_exclusivegateway1">
|
|
|
- <omgdc:Bounds height="40.0" width="40.0" x="497.0" y="227.0"></omgdc:Bounds>
|
|
|
- </bpmndi:BPMNShape>
|
|
|
- <bpmndi:BPMNShape bpmnElement="exclusivegateway2" id="BPMNShape_exclusivegateway2">
|
|
|
- <omgdc:Bounds height="40.0" width="40.0" x="740.0" y="227.0"></omgdc:Bounds>
|
|
|
- </bpmndi:BPMNShape>
|
|
|
- <bpmndi:BPMNShape bpmnElement="exclusivegateway3" id="BPMNShape_exclusivegateway3">
|
|
|
- <omgdc:Bounds height="40.0" width="40.0" x="987.0" y="227.0"></omgdc:Bounds>
|
|
|
- </bpmndi:BPMNShape>
|
|
|
- <bpmndi:BPMNShape bpmnElement="exclusivegateway4" id="BPMNShape_exclusivegateway4">
|
|
|
- <omgdc:Bounds height="40.0" width="40.0" x="732.0" y="590.0"></omgdc:Bounds>
|
|
|
- </bpmndi:BPMNShape>
|
|
|
- <bpmndi:BPMNShape bpmnElement="endevent1" id="BPMNShape_endevent1">
|
|
|
- <omgdc:Bounds height="35.0" width="35.0" x="840.0" y="593.0"></omgdc:Bounds>
|
|
|
- </bpmndi:BPMNShape>
|
|
|
- <bpmndi:BPMNShape bpmnElement="exclusivegateway5" id="BPMNShape_exclusivegateway5">
|
|
|
- <omgdc:Bounds height="40.0" width="40.0" x="326.0" y="310.0"></omgdc:Bounds>
|
|
|
- </bpmndi:BPMNShape>
|
|
|
- <bpmndi:BPMNShape bpmnElement="exclusivegateway8" id="BPMNShape_exclusivegateway8">
|
|
|
- <omgdc:Bounds height="40.0" width="40.0" x="615.0" y="488.0"></omgdc:Bounds>
|
|
|
- </bpmndi:BPMNShape>
|
|
|
- <bpmndi:BPMNShape bpmnElement="sc" id="BPMNShape_sc">
|
|
|
- <omgdc:Bounds height="55.0" width="105.0" x="700.0" y="481.0"></omgdc:Bounds>
|
|
|
- </bpmndi:BPMNShape>
|
|
|
- <bpmndi:BPMNShape bpmnElement="yqsc" id="BPMNShape_yqsc">
|
|
|
- <omgdc:Bounds height="55.0" width="105.0" x="583.0" y="396.0"></omgdc:Bounds>
|
|
|
- </bpmndi:BPMNShape>
|
|
|
- <bpmndi:BPMNEdge bpmnElement="flow5" id="BPMNEdge_flow5">
|
|
|
- <omgdi:waypoint x="262.0" y="275.0"></omgdi:waypoint>
|
|
|
- <omgdi:waypoint x="346.0" y="310.0"></omgdi:waypoint>
|
|
|
- </bpmndi:BPMNEdge>
|
|
|
- <bpmndi:BPMNEdge bpmnElement="flow9" id="BPMNEdge_flow9">
|
|
|
- <omgdi:waypoint x="155.0" y="247.0"></omgdi:waypoint>
|
|
|
- <omgdi:waypoint x="210.0" y="247.0"></omgdi:waypoint>
|
|
|
- </bpmndi:BPMNEdge>
|
|
|
- <bpmndi:BPMNEdge bpmnElement="flow10" id="BPMNEdge_flow10">
|
|
|
- <omgdi:waypoint x="537.0" y="247.0"></omgdi:waypoint>
|
|
|
- <omgdi:waypoint x="600.0" y="247.0"></omgdi:waypoint>
|
|
|
- <bpmndi:BPMNLabel>
|
|
|
- <omgdc:Bounds height="14.0" width="48.0" x="499.0" y="227.0"></omgdc:Bounds>
|
|
|
- </bpmndi:BPMNLabel>
|
|
|
- </bpmndi:BPMNEdge>
|
|
|
- <bpmndi:BPMNEdge bpmnElement="flow11" id="BPMNEdge_flow11">
|
|
|
- <omgdi:waypoint x="780.0" y="247.0"></omgdi:waypoint>
|
|
|
- <omgdi:waypoint x="850.0" y="247.0"></omgdi:waypoint>
|
|
|
- <bpmndi:BPMNLabel>
|
|
|
- <omgdc:Bounds height="14.0" width="48.0" x="753.0" y="227.0"></omgdc:Bounds>
|
|
|
- </bpmndi:BPMNLabel>
|
|
|
- </bpmndi:BPMNEdge>
|
|
|
- <bpmndi:BPMNEdge bpmnElement="flow12" id="BPMNEdge_flow12">
|
|
|
- <omgdi:waypoint x="1007.0" y="267.0"></omgdi:waypoint>
|
|
|
- <omgdi:waypoint x="1007.0" y="376.0"></omgdi:waypoint>
|
|
|
- <omgdi:waypoint x="570.0" y="377.0"></omgdi:waypoint>
|
|
|
- <bpmndi:BPMNLabel>
|
|
|
- <omgdc:Bounds height="14.0" width="48.0" x="1017.0" y="267.0"></omgdc:Bounds>
|
|
|
- </bpmndi:BPMNLabel>
|
|
|
- </bpmndi:BPMNEdge>
|
|
|
- <bpmndi:BPMNEdge bpmnElement="flow13" id="BPMNEdge_flow13">
|
|
|
- <omgdi:waypoint x="517.0" y="405.0"></omgdi:waypoint>
|
|
|
- <omgdi:waypoint x="517.0" y="481.0"></omgdi:waypoint>
|
|
|
- </bpmndi:BPMNEdge>
|
|
|
- <bpmndi:BPMNEdge bpmnElement="flow15" id="BPMNEdge_flow15">
|
|
|
- <omgdi:waypoint x="466.0" y="247.0"></omgdi:waypoint>
|
|
|
- <omgdi:waypoint x="497.0" y="247.0"></omgdi:waypoint>
|
|
|
- </bpmndi:BPMNEdge>
|
|
|
- <bpmndi:BPMNEdge bpmnElement="flow16" id="BPMNEdge_flow16">
|
|
|
- <omgdi:waypoint x="517.0" y="267.0"></omgdi:waypoint>
|
|
|
- <omgdi:waypoint x="517.0" y="350.0"></omgdi:waypoint>
|
|
|
- <bpmndi:BPMNLabel>
|
|
|
- <omgdc:Bounds height="14.0" width="48.0" x="468.0" y="248.0"></omgdc:Bounds>
|
|
|
- </bpmndi:BPMNLabel>
|
|
|
- </bpmndi:BPMNEdge>
|
|
|
- <bpmndi:BPMNEdge bpmnElement="flow17" id="BPMNEdge_flow17">
|
|
|
- <omgdi:waypoint x="705.0" y="247.0"></omgdi:waypoint>
|
|
|
- <omgdi:waypoint x="740.0" y="247.0"></omgdi:waypoint>
|
|
|
- </bpmndi:BPMNEdge>
|
|
|
- <bpmndi:BPMNEdge bpmnElement="flow18" id="BPMNEdge_flow18">
|
|
|
- <omgdi:waypoint x="760.0" y="267.0"></omgdi:waypoint>
|
|
|
- <omgdi:waypoint x="759.0" y="356.0"></omgdi:waypoint>
|
|
|
- <omgdi:waypoint x="570.0" y="377.0"></omgdi:waypoint>
|
|
|
- <bpmndi:BPMNLabel>
|
|
|
- <omgdc:Bounds height="14.0" width="48.0" x="756.0" y="250.0"></omgdc:Bounds>
|
|
|
- </bpmndi:BPMNLabel>
|
|
|
- </bpmndi:BPMNEdge>
|
|
|
- <bpmndi:BPMNEdge bpmnElement="flow19" id="BPMNEdge_flow19">
|
|
|
- <omgdi:waypoint x="517.0" y="227.0"></omgdi:waypoint>
|
|
|
- <omgdi:waypoint x="513.0" y="204.0"></omgdi:waypoint>
|
|
|
- <omgdi:waypoint x="264.0" y="204.0"></omgdi:waypoint>
|
|
|
- <omgdi:waypoint x="262.0" y="220.0"></omgdi:waypoint>
|
|
|
- <bpmndi:BPMNLabel>
|
|
|
- <omgdc:Bounds height="14.0" width="60.0" x="501.0" y="213.0"></omgdc:Bounds>
|
|
|
- </bpmndi:BPMNLabel>
|
|
|
- </bpmndi:BPMNEdge>
|
|
|
- <bpmndi:BPMNEdge bpmnElement="flow20" id="BPMNEdge_flow20">
|
|
|
- <omgdi:waypoint x="760.0" y="227.0"></omgdi:waypoint>
|
|
|
- <omgdi:waypoint x="760.0" y="159.0"></omgdi:waypoint>
|
|
|
- <omgdi:waypoint x="262.0" y="159.0"></omgdi:waypoint>
|
|
|
- <omgdi:waypoint x="262.0" y="220.0"></omgdi:waypoint>
|
|
|
- <bpmndi:BPMNLabel>
|
|
|
- <omgdc:Bounds height="14.0" width="60.0" x="770.0" y="227.0"></omgdc:Bounds>
|
|
|
- </bpmndi:BPMNLabel>
|
|
|
- </bpmndi:BPMNEdge>
|
|
|
- <bpmndi:BPMNEdge bpmnElement="flow21" id="BPMNEdge_flow21">
|
|
|
- <omgdi:waypoint x="955.0" y="247.0"></omgdi:waypoint>
|
|
|
- <omgdi:waypoint x="987.0" y="247.0"></omgdi:waypoint>
|
|
|
- </bpmndi:BPMNEdge>
|
|
|
- <bpmndi:BPMNEdge bpmnElement="flow22" id="BPMNEdge_flow22">
|
|
|
- <omgdi:waypoint x="1007.0" y="227.0"></omgdi:waypoint>
|
|
|
- <omgdi:waypoint x="1007.0" y="125.0"></omgdi:waypoint>
|
|
|
- <omgdi:waypoint x="259.0" y="125.0"></omgdi:waypoint>
|
|
|
- <omgdi:waypoint x="262.0" y="220.0"></omgdi:waypoint>
|
|
|
- <bpmndi:BPMNLabel>
|
|
|
- <omgdc:Bounds height="14.0" width="60.0" x="1017.0" y="227.0"></omgdc:Bounds>
|
|
|
- </bpmndi:BPMNLabel>
|
|
|
- </bpmndi:BPMNEdge>
|
|
|
- <bpmndi:BPMNEdge bpmnElement="flow25" id="BPMNEdge_flow25">
|
|
|
- <omgdi:waypoint x="772.0" y="610.0"></omgdi:waypoint>
|
|
|
- <omgdi:waypoint x="840.0" y="610.0"></omgdi:waypoint>
|
|
|
- <bpmndi:BPMNLabel>
|
|
|
- <omgdc:Bounds height="14.0" width="48.0" x="665.0" y="593.0"></omgdc:Bounds>
|
|
|
- </bpmndi:BPMNLabel>
|
|
|
- </bpmndi:BPMNEdge>
|
|
|
- <bpmndi:BPMNEdge bpmnElement="flow26" id="BPMNEdge_flow26">
|
|
|
- <omgdi:waypoint x="752.0" y="590.0"></omgdi:waypoint>
|
|
|
- <omgdi:waypoint x="517.0" y="536.0"></omgdi:waypoint>
|
|
|
- <bpmndi:BPMNLabel>
|
|
|
- <omgdc:Bounds height="42.0" width="100.0" x="646.0" y="566.0"></omgdc:Bounds>
|
|
|
- </bpmndi:BPMNLabel>
|
|
|
- </bpmndi:BPMNEdge>
|
|
|
- <bpmndi:BPMNEdge bpmnElement="flow27" id="BPMNEdge_flow27">
|
|
|
- <omgdi:waypoint x="732.0" y="610.0"></omgdi:waypoint>
|
|
|
- <omgdi:waypoint x="262.0" y="610.0"></omgdi:waypoint>
|
|
|
- <omgdi:waypoint x="262.0" y="275.0"></omgdi:waypoint>
|
|
|
- <bpmndi:BPMNLabel>
|
|
|
- <omgdc:Bounds height="42.0" width="100.0" x="157.0" y="-47.0"></omgdc:Bounds>
|
|
|
- </bpmndi:BPMNLabel>
|
|
|
- </bpmndi:BPMNEdge>
|
|
|
- <bpmndi:BPMNEdge bpmnElement="flow28" id="BPMNEdge_flow28">
|
|
|
- <omgdi:waypoint x="346.0" y="310.0"></omgdi:waypoint>
|
|
|
- <omgdi:waypoint x="346.0" y="247.0"></omgdi:waypoint>
|
|
|
- <omgdi:waypoint x="361.0" y="247.0"></omgdi:waypoint>
|
|
|
- </bpmndi:BPMNEdge>
|
|
|
- <bpmndi:BPMNEdge bpmnElement="flow29" id="BPMNEdge_flow29">
|
|
|
- <omgdi:waypoint x="346.0" y="350.0"></omgdi:waypoint>
|
|
|
- <omgdi:waypoint x="346.0" y="508.0"></omgdi:waypoint>
|
|
|
- <omgdi:waypoint x="465.0" y="508.0"></omgdi:waypoint>
|
|
|
- </bpmndi:BPMNEdge>
|
|
|
- <bpmndi:BPMNEdge bpmnElement="flow35" id="BPMNEdge_flow35">
|
|
|
- <omgdi:waypoint x="570.0" y="508.0"></omgdi:waypoint>
|
|
|
- <omgdi:waypoint x="615.0" y="508.0"></omgdi:waypoint>
|
|
|
- </bpmndi:BPMNEdge>
|
|
|
- <bpmndi:BPMNEdge bpmnElement="flow40" id="BPMNEdge_flow40">
|
|
|
- <omgdi:waypoint x="635.0" y="488.0"></omgdi:waypoint>
|
|
|
- <omgdi:waypoint x="635.0" y="451.0"></omgdi:waypoint>
|
|
|
- </bpmndi:BPMNEdge>
|
|
|
- <bpmndi:BPMNEdge bpmnElement="flow41" id="BPMNEdge_flow41">
|
|
|
- <omgdi:waypoint x="635.0" y="451.0"></omgdi:waypoint>
|
|
|
- <omgdi:waypoint x="517.0" y="481.0"></omgdi:waypoint>
|
|
|
- </bpmndi:BPMNEdge>
|
|
|
- <bpmndi:BPMNEdge bpmnElement="flow42" id="BPMNEdge_flow42">
|
|
|
- <omgdi:waypoint x="655.0" y="508.0"></omgdi:waypoint>
|
|
|
- <omgdi:waypoint x="700.0" y="508.0"></omgdi:waypoint>
|
|
|
- </bpmndi:BPMNEdge>
|
|
|
- <bpmndi:BPMNEdge bpmnElement="flow43" id="BPMNEdge_flow43">
|
|
|
- <omgdi:waypoint x="752.0" y="536.0"></omgdi:waypoint>
|
|
|
- <omgdi:waypoint x="752.0" y="590.0"></omgdi:waypoint>
|
|
|
- </bpmndi:BPMNEdge>
|
|
|
- </bpmndi:BPMNPlane>
|
|
|
- </bpmndi:BPMNDiagram>
|
|
|
-</definitions>
|