add 未符合项跟踪流程.bpmn,法规合规评估流程.bpmn
This commit is contained in:
@@ -0,0 +1,143 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:modeler="http://camunda.org/schema/modeler/1.0" id="Definitions_0zmm786" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="5.13.0" modeler:executionPlatform="Camunda Platform" modeler:executionPlatformVersion="7.19.0">
|
||||
<bpmn:process id="project-assessment" name="项目合规评估流程" isExecutable="true">
|
||||
<bpmn:startEvent id="StartEvent_1">
|
||||
<bpmn:outgoing>Flow_12b9yhd</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
<bpmn:sequenceFlow id="Flow_12b9yhd" sourceRef="StartEvent_1" targetRef="fggcsfqzg" />
|
||||
<bpmn:userTask id="fggcsfqzg" name="法规工程师发起整改" camunda:assignee="${standardsEngineer}">
|
||||
<bpmn:incoming>Flow_12b9yhd</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0ndqyc9</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
<bpmn:userTask id="fggcssp" name="法规工程师审批" camunda:assignee="${standardsEngineer}">
|
||||
<bpmn:incoming>Flow_0eu6g3b</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1uaygks</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
<bpmn:endEvent id="Event_0nxyypv">
|
||||
<bpmn:incoming>Flow_0ame206</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:userTask id="sjgcssczgcl" name="设计工程师上传整改材料" camunda:assignee="${designEngineer}">
|
||||
<bpmn:extensionElements>
|
||||
<camunda:taskListener class="com.jero.modules.activiti.process.projectassess.listener.ProcessProjectAssessCreateListener" event="create" />
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_0ndqyc9</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_1torqxs</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_1e2ecjo</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1ko64jc</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
<bpmn:sequenceFlow id="Flow_0ndqyc9" sourceRef="fggcsfqzg" targetRef="sjgcssczgcl" />
|
||||
<bpmn:userTask id="zgjldsp" name="主管级领导审批" camunda:assignee="${managerLeader}">
|
||||
<bpmn:incoming>Flow_1ko64jc</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0rn2xkx</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
<bpmn:sequenceFlow id="Flow_1ko64jc" sourceRef="sjgcssczgcl" targetRef="zgjldsp" />
|
||||
<bpmn:exclusiveGateway id="Gateway_02v5162">
|
||||
<bpmn:incoming>Flow_0rn2xkx</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0eu6g3b</bpmn:outgoing>
|
||||
<bpmn:outgoing>Flow_1torqxs</bpmn:outgoing>
|
||||
</bpmn:exclusiveGateway>
|
||||
<bpmn:sequenceFlow id="Flow_0rn2xkx" sourceRef="zgjldsp" targetRef="Gateway_02v5162" />
|
||||
<bpmn:exclusiveGateway id="Gateway_1mqjvoq">
|
||||
<bpmn:incoming>Flow_1uaygks</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0ame206</bpmn:outgoing>
|
||||
<bpmn:outgoing>Flow_1e2ecjo</bpmn:outgoing>
|
||||
</bpmn:exclusiveGateway>
|
||||
<bpmn:sequenceFlow id="Flow_1uaygks" sourceRef="fggcssp" targetRef="Gateway_1mqjvoq" />
|
||||
<bpmn:sequenceFlow id="Flow_0ame206" name="通过" sourceRef="Gateway_1mqjvoq" targetRef="Event_0nxyypv">
|
||||
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">${pass}</bpmn:conditionExpression>
|
||||
</bpmn:sequenceFlow>
|
||||
<bpmn:sequenceFlow id="Flow_0eu6g3b" name="通过" sourceRef="Gateway_02v5162" targetRef="fggcssp">
|
||||
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">${pass}</bpmn:conditionExpression>
|
||||
</bpmn:sequenceFlow>
|
||||
<bpmn:sequenceFlow id="Flow_1torqxs" name="驳回" sourceRef="Gateway_02v5162" targetRef="sjgcssczgcl">
|
||||
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">${!pass}</bpmn:conditionExpression>
|
||||
</bpmn:sequenceFlow>
|
||||
<bpmn:sequenceFlow id="Flow_1e2ecjo" name="驳回" sourceRef="Gateway_1mqjvoq" targetRef="sjgcssczgcl">
|
||||
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">${!pass}</bpmn:conditionExpression>
|
||||
</bpmn:sequenceFlow>
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="project-assessment">
|
||||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
||||
<dc:Bounds x="159" y="172" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_03wwtxl_di" bpmnElement="fggcsfqzg">
|
||||
<dc:Bounds x="250" y="150" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="BPMNShape_1uw77uz" bpmnElement="fggcssp">
|
||||
<dc:Bounds x="900" y="150" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_0nxyypv_di" bpmnElement="Event_0nxyypv">
|
||||
<dc:Bounds x="1162" y="172" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="BPMNShape_0hjb91v" bpmnElement="sjgcssczgcl">
|
||||
<dc:Bounds x="460" y="150" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="BPMNShape_03jj2f8" bpmnElement="zgjldsp">
|
||||
<dc:Bounds x="640" y="150" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Gateway_02v5162_di" bpmnElement="Gateway_02v5162" isMarkerVisible="true">
|
||||
<dc:Bounds x="795" y="165" width="50" height="50" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Gateway_1mqjvoq_di" bpmnElement="Gateway_1mqjvoq" isMarkerVisible="true">
|
||||
<dc:Bounds x="1055" y="165" width="50" height="50" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_12b9yhd_di" bpmnElement="Flow_12b9yhd">
|
||||
<di:waypoint x="195" y="190" />
|
||||
<di:waypoint x="250" y="190" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0ndqyc9_di" bpmnElement="Flow_0ndqyc9">
|
||||
<di:waypoint x="350" y="190" />
|
||||
<di:waypoint x="460" y="190" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1ko64jc_di" bpmnElement="Flow_1ko64jc">
|
||||
<di:waypoint x="560" y="190" />
|
||||
<di:waypoint x="640" y="190" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0rn2xkx_di" bpmnElement="Flow_0rn2xkx">
|
||||
<di:waypoint x="740" y="190" />
|
||||
<di:waypoint x="795" y="190" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1uaygks_di" bpmnElement="Flow_1uaygks">
|
||||
<di:waypoint x="1000" y="190" />
|
||||
<di:waypoint x="1055" y="190" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0ame206_di" bpmnElement="Flow_0ame206">
|
||||
<di:waypoint x="1105" y="190" />
|
||||
<di:waypoint x="1162" y="190" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="1123" y="172" width="22" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0eu6g3b_di" bpmnElement="Flow_0eu6g3b">
|
||||
<di:waypoint x="845" y="190" />
|
||||
<di:waypoint x="900" y="190" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="862" y="172" width="22" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1torqxs_di" bpmnElement="Flow_1torqxs">
|
||||
<di:waypoint x="820" y="165" />
|
||||
<di:waypoint x="820" y="100" />
|
||||
<di:waypoint x="510" y="100" />
|
||||
<di:waypoint x="510" y="150" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="655" y="82" width="21" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1e2ecjo_di" bpmnElement="Flow_1e2ecjo">
|
||||
<di:waypoint x="1080" y="165" />
|
||||
<di:waypoint x="1080" y="100" />
|
||||
<di:waypoint x="510" y="100" />
|
||||
<di:waypoint x="510" y="150" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="889" y="82" width="21" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn:definitions>
|
||||
@@ -0,0 +1,594 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:modeler="http://camunda.org/schema/modeler/1.0" id="Definitions_0zmm786" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="5.13.0" modeler:executionPlatform="Camunda Platform" modeler:executionPlatformVersion="7.19.0">
|
||||
<bpmn:process id="regulations-assessment" name="法规合规评估流程" isExecutable="true">
|
||||
<bpmn:startEvent id="StartEvent_1">
|
||||
<bpmn:outgoing>Flow_12b9yhd</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
<bpmn:sequenceFlow id="Flow_12b9yhd" sourceRef="StartEvent_1" targetRef="fggcsfq" />
|
||||
<bpmn:userTask id="fggcsfq" name="法规工程师发起" camunda:assignee="${standardsEngineer}">
|
||||
<bpmn:incoming>Flow_12b9yhd</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0tgn37q</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
<bpmn:sequenceFlow id="Flow_0tgn37q" sourceRef="fggcsfq" targetRef="Activity_1wp96uu" />
|
||||
<bpmn:subProcess id="Activity_1wp96uu" name="部所主管级领导分发子流程">
|
||||
<bpmn:incoming>Flow_0tgn37q</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0w3nr57</bpmn:outgoing>
|
||||
<bpmn:multiInstanceLoopCharacteristics camunda:collection="managerLeaderList" camunda:elementVariable="managerLeader">
|
||||
<bpmn:completionCondition xsi:type="bpmn:tFormalExpression">${nrOfInstances == nrOfCompletedInstances}</bpmn:completionCondition>
|
||||
</bpmn:multiInstanceLoopCharacteristics>
|
||||
<bpmn:startEvent id="Event_1azjojy">
|
||||
<bpmn:outgoing>Flow_1g6zc95</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
<bpmn:sequenceFlow id="Flow_1g6zc95" sourceRef="Event_1azjojy" targetRef="bszgjldxf" />
|
||||
<bpmn:userTask id="bszgjldxf" name="部所主管级领导下发" camunda:assignee="${managerLeader}">
|
||||
<bpmn:incoming>Flow_1g6zc95</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_06h9ihd</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
<bpmn:subProcess id="Activity_08c4m85" name="模块负责人下发子流程">
|
||||
<bpmn:extensionElements />
|
||||
<bpmn:incoming>Flow_06h9ihd</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0ni7hxc</bpmn:outgoing>
|
||||
<bpmn:multiInstanceLoopCharacteristics camunda:collection="moduleOwnerList" camunda:elementVariable="moduleOwner">
|
||||
<bpmn:completionCondition xsi:type="bpmn:tFormalExpression">${nrOfInstances == nrOfCompletedInstances}</bpmn:completionCondition>
|
||||
</bpmn:multiInstanceLoopCharacteristics>
|
||||
<bpmn:startEvent id="Event_1ian0ub">
|
||||
<bpmn:outgoing>Flow_0xb4gtd</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
<bpmn:sequenceFlow id="Flow_0xb4gtd" sourceRef="Event_1ian0ub" targetRef="mkfzrff" />
|
||||
<bpmn:userTask id="sjgcspg" name="设计工程师评估" camunda:assignee="${designEngineer}">
|
||||
<bpmn:extensionElements>
|
||||
<camunda:taskListener class="com.jero.modules.activiti.process.projectassess.listener.ProcessProjectAssessCreateListener" event="create" />
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_07hxwn8</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_0a6biwg</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_197effc</bpmn:outgoing>
|
||||
<bpmn:multiInstanceLoopCharacteristics camunda:collection="designEngineerList" camunda:elementVariable="designEngineer">
|
||||
<bpmn:completionCondition xsi:type="bpmn:tFormalExpression">${nrOfInstances == nrOfCompletedInstances}</bpmn:completionCondition>
|
||||
</bpmn:multiInstanceLoopCharacteristics>
|
||||
</bpmn:userTask>
|
||||
<bpmn:userTask id="mkfzrsp" name="模块负责人审批" camunda:assignee="${moduleOwner}">
|
||||
<bpmn:extensionElements>
|
||||
<camunda:taskListener class="com.jero.modules.activiti.process.projectassess.listener.ProcessProjectAssessCreateListener" event="create" />
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_197effc</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1w5wrt4</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
<bpmn:exclusiveGateway id="Gateway_1vkxod2">
|
||||
<bpmn:incoming>Flow_1w5wrt4</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1m6dxws</bpmn:outgoing>
|
||||
<bpmn:outgoing>Flow_07hxwn8</bpmn:outgoing>
|
||||
</bpmn:exclusiveGateway>
|
||||
<bpmn:sequenceFlow id="Flow_1w5wrt4" sourceRef="mkfzrsp" targetRef="Gateway_1vkxod2" />
|
||||
<bpmn:endEvent id="Event_151o5cu">
|
||||
<bpmn:incoming>Flow_1m6dxws</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="Flow_1m6dxws" name="通过" sourceRef="Gateway_1vkxod2" targetRef="Event_151o5cu">
|
||||
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">${pass}</bpmn:conditionExpression>
|
||||
</bpmn:sequenceFlow>
|
||||
<bpmn:sequenceFlow id="Flow_07hxwn8" name="驳回" sourceRef="Gateway_1vkxod2" targetRef="sjgcspg">
|
||||
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">${!pass}</bpmn:conditionExpression>
|
||||
</bpmn:sequenceFlow>
|
||||
<bpmn:userTask id="mkfzrff" name="模块负责人分发" camunda:assignee="${moduleOwner}">
|
||||
<bpmn:extensionElements>
|
||||
<camunda:taskListener class="com.jero.modules.activiti.process.projectassess.listener.ProcessProjectAssessCreateListener" event="create" />
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_0xb4gtd</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0a6biwg</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
<bpmn:sequenceFlow id="Flow_0a6biwg" sourceRef="mkfzrff" targetRef="sjgcspg" />
|
||||
<bpmn:sequenceFlow id="Flow_197effc" sourceRef="sjgcspg" targetRef="mkfzrsp" />
|
||||
</bpmn:subProcess>
|
||||
<bpmn:userTask id="bszgjldsp" name="部所主管级领导审批" camunda:assignee="${managerLeader}">
|
||||
<bpmn:incoming>Flow_0ff821d</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_0ni7hxc</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_10o9sl2</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
<bpmn:exclusiveGateway id="Gateway_1qktq5f">
|
||||
<bpmn:incoming>Flow_10o9sl2</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_11i64js</bpmn:outgoing>
|
||||
<bpmn:outgoing>Flow_132fp4x</bpmn:outgoing>
|
||||
</bpmn:exclusiveGateway>
|
||||
<bpmn:sequenceFlow id="Flow_10o9sl2" sourceRef="bszgjldsp" targetRef="Gateway_1qktq5f" />
|
||||
<bpmn:sequenceFlow id="Flow_11i64js" name="驳回" sourceRef="Gateway_1qktq5f" targetRef="Activity_072gbnv">
|
||||
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">${!pass}</bpmn:conditionExpression>
|
||||
</bpmn:sequenceFlow>
|
||||
<bpmn:endEvent id="Event_17bnh8x">
|
||||
<bpmn:incoming>Flow_132fp4x</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="Flow_132fp4x" name="通过" sourceRef="Gateway_1qktq5f" targetRef="Event_17bnh8x">
|
||||
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">${pass}</bpmn:conditionExpression>
|
||||
</bpmn:sequenceFlow>
|
||||
<bpmn:subProcess id="Activity_072gbnv" name="模块负责人驳回子流程">
|
||||
<bpmn:incoming>Flow_11i64js</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0ff821d</bpmn:outgoing>
|
||||
<bpmn:multiInstanceLoopCharacteristics camunda:collection="moduleOwnerList" camunda:elementVariable="moduleOwner">
|
||||
<bpmn:completionCondition xsi:type="bpmn:tFormalExpression">${nrOfInstances == nrOfCompletedInstances}</bpmn:completionCondition>
|
||||
</bpmn:multiInstanceLoopCharacteristics>
|
||||
<bpmn:startEvent id="Event_1awayw1">
|
||||
<bpmn:outgoing>Flow_18i416j</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
<bpmn:sequenceFlow id="Flow_18i416j" sourceRef="Event_1awayw1" targetRef="mkfzrzdbh" />
|
||||
<bpmn:userTask id="mkfzrzdbh" name="模块负责人自动驳回">
|
||||
<bpmn:incoming>Flow_18i416j</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1q5kwu9</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
<bpmn:userTask id="sjgcspg2" name="设计工程师评估" camunda:assignee="${designEngineer}">
|
||||
<bpmn:extensionElements>
|
||||
<camunda:taskListener class="com.jero.modules.activiti.process.projectassess.listener.ProcessProjectAssessCreateListener" event="create" />
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_1al6zeq</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_1q5kwu9</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_11c0pso</bpmn:outgoing>
|
||||
<bpmn:multiInstanceLoopCharacteristics camunda:collection="designEngineerList" camunda:elementVariable="designEngineer">
|
||||
<bpmn:completionCondition xsi:type="bpmn:tFormalExpression">${nrOfInstances == nrOfCompletedInstances}</bpmn:completionCondition>
|
||||
</bpmn:multiInstanceLoopCharacteristics>
|
||||
</bpmn:userTask>
|
||||
<bpmn:userTask id="mkfzrsp2" name="模块负责人审批" camunda:assignee="${moduleOwner}">
|
||||
<bpmn:extensionElements>
|
||||
<camunda:taskListener class="com.jero.modules.activiti.process.projectassess.listener.ProcessProjectAssessCreateListener" event="create" />
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_11c0pso</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0gzlhk1</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
<bpmn:exclusiveGateway id="Gateway_0e1m7wn">
|
||||
<bpmn:incoming>Flow_0gzlhk1</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1al6zeq</bpmn:outgoing>
|
||||
<bpmn:outgoing>Flow_1tfvdpt</bpmn:outgoing>
|
||||
</bpmn:exclusiveGateway>
|
||||
<bpmn:endEvent id="Event_0662euh">
|
||||
<bpmn:incoming>Flow_1tfvdpt</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="Flow_1al6zeq" name="驳回" sourceRef="Gateway_0e1m7wn" targetRef="sjgcspg2">
|
||||
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">${!pass}</bpmn:conditionExpression>
|
||||
</bpmn:sequenceFlow>
|
||||
<bpmn:sequenceFlow id="Flow_11c0pso" sourceRef="sjgcspg2" targetRef="mkfzrsp2" />
|
||||
<bpmn:sequenceFlow id="Flow_0gzlhk1" sourceRef="mkfzrsp2" targetRef="Gateway_0e1m7wn" />
|
||||
<bpmn:sequenceFlow id="Flow_1tfvdpt" name="通过" sourceRef="Gateway_0e1m7wn" targetRef="Event_0662euh">
|
||||
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">${pass}</bpmn:conditionExpression>
|
||||
</bpmn:sequenceFlow>
|
||||
<bpmn:sequenceFlow id="Flow_1q5kwu9" sourceRef="mkfzrzdbh" targetRef="sjgcspg2" />
|
||||
</bpmn:subProcess>
|
||||
<bpmn:sequenceFlow id="Flow_0ff821d" sourceRef="Activity_072gbnv" targetRef="bszgjldsp" />
|
||||
<bpmn:sequenceFlow id="Flow_06h9ihd" sourceRef="bszgjldxf" targetRef="Activity_08c4m85" />
|
||||
<bpmn:sequenceFlow id="Flow_0ni7hxc" sourceRef="Activity_08c4m85" targetRef="bszgjldsp" />
|
||||
</bpmn:subProcess>
|
||||
<bpmn:sequenceFlow id="Flow_0w3nr57" sourceRef="Activity_1wp96uu" targetRef="fggcssp" />
|
||||
<bpmn:exclusiveGateway id="Gateway_0mobyxv">
|
||||
<bpmn:incoming>Flow_1gw9i5e</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0c3ic1y</bpmn:outgoing>
|
||||
<bpmn:outgoing>Flow_0mngw8y</bpmn:outgoing>
|
||||
</bpmn:exclusiveGateway>
|
||||
<bpmn:sequenceFlow id="Flow_1gw9i5e" sourceRef="fggcssp" targetRef="Gateway_0mobyxv" />
|
||||
<bpmn:sequenceFlow id="Flow_0c3ic1y" name="通过" sourceRef="Gateway_0mobyxv" targetRef="sjgcsbcgzlbh">
|
||||
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">${pass}</bpmn:conditionExpression>
|
||||
</bpmn:sequenceFlow>
|
||||
<bpmn:endEvent id="Event_1k7uv2r">
|
||||
<bpmn:incoming>Flow_19ehxvl</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="Flow_19ehxvl" sourceRef="sjgcsbcgzlbh" targetRef="Event_1k7uv2r" />
|
||||
<bpmn:userTask id="fggcssp" name="法规工程师审批" camunda:assignee="${standardsEngineer}">
|
||||
<bpmn:incoming>Flow_0w3nr57</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_03v0fem</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1gw9i5e</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
<bpmn:userTask id="sjgcsbcgzlbh" name="设计工程师补充工作令编号" camunda:assignee="${designEngineer}">
|
||||
<bpmn:incoming>Flow_0c3ic1y</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_19ehxvl</bpmn:outgoing>
|
||||
<bpmn:multiInstanceLoopCharacteristics camunda:collection="designEngineerList" camunda:elementVariable="designEngineer">
|
||||
<bpmn:completionCondition xsi:type="bpmn:tFormalExpression">${nrOfInstances == nrOfCompletedInstances}</bpmn:completionCondition>
|
||||
</bpmn:multiInstanceLoopCharacteristics>
|
||||
</bpmn:userTask>
|
||||
<bpmn:subProcess id="Activity_11wslv7" name="部所主管级领导审批流程">
|
||||
<bpmn:incoming>Flow_0mngw8y</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_03v0fem</bpmn:outgoing>
|
||||
<bpmn:multiInstanceLoopCharacteristics camunda:collection="managerLeaderList" camunda:elementVariable="managerLeader">
|
||||
<bpmn:completionCondition xsi:type="bpmn:tFormalExpression">${nrOfInstances == nrOfCompletedInstances}</bpmn:completionCondition>
|
||||
</bpmn:multiInstanceLoopCharacteristics>
|
||||
<bpmn:startEvent id="Event_1d40kan">
|
||||
<bpmn:outgoing>Flow_0x6qt62</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
<bpmn:exclusiveGateway id="Gateway_04xvn94">
|
||||
<bpmn:incoming>Flow_0juw2qw</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0a4b22u</bpmn:outgoing>
|
||||
<bpmn:outgoing>Flow_1lchcby</bpmn:outgoing>
|
||||
</bpmn:exclusiveGateway>
|
||||
<bpmn:endEvent id="Event_1iw82mp">
|
||||
<bpmn:incoming>Flow_1lchcby</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:userTask id="bszgjldsp2" name="部所主管级领导审批" camunda:assignee="${managerLeader}">
|
||||
<bpmn:incoming>Flow_0x6qt62</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_1xkmz4n</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0juw2qw</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
<bpmn:subProcess id="Activity_1xsrtpj" name="模块负责人驳回子流程">
|
||||
<bpmn:incoming>Flow_0a4b22u</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1xkmz4n</bpmn:outgoing>
|
||||
<bpmn:multiInstanceLoopCharacteristics camunda:collection="moduleOwnerList" camunda:elementVariable="moduleOwner">
|
||||
<bpmn:completionCondition xsi:type="bpmn:tFormalExpression">${nrOfInstances == nrOfCompletedInstances}</bpmn:completionCondition>
|
||||
</bpmn:multiInstanceLoopCharacteristics>
|
||||
<bpmn:userTask id="mkfzrsp3" name="模块负责人审批" camunda:assignee="${moduleOwner}">
|
||||
<bpmn:extensionElements>
|
||||
<camunda:taskListener class="com.jero.modules.activiti.process.projectassess.listener.ProcessProjectAssessCreateListener" event="create" />
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_1wjzl0u</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_19fpo83</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
<bpmn:exclusiveGateway id="Gateway_0fkslca">
|
||||
<bpmn:incoming>Flow_19fpo83</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0j9t3br</bpmn:outgoing>
|
||||
<bpmn:outgoing>Flow_0920pid</bpmn:outgoing>
|
||||
</bpmn:exclusiveGateway>
|
||||
<bpmn:endEvent id="Event_0uendgp">
|
||||
<bpmn:incoming>Flow_0920pid</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:userTask id="mkfzrzdbh2" name="模块负责人自动驳回">
|
||||
<bpmn:incoming>Flow_1lw0nd8</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1d7lhvy</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
<bpmn:startEvent id="Event_0en8fvn">
|
||||
<bpmn:outgoing>Flow_1lw0nd8</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
<bpmn:userTask id="sjgcspg3" name="设计工程师评估" camunda:assignee="${designEngineer}">
|
||||
<bpmn:extensionElements>
|
||||
<camunda:taskListener class="com.jero.modules.activiti.process.projectassess.listener.ProcessProjectAssessCreateListener" event="create" />
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_0j9t3br</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_1d7lhvy</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1wjzl0u</bpmn:outgoing>
|
||||
<bpmn:multiInstanceLoopCharacteristics camunda:collection="designEngineerList" camunda:elementVariable="designEngineer">
|
||||
<bpmn:completionCondition xsi:type="bpmn:tFormalExpression">${nrOfInstances == nrOfCompletedInstances}</bpmn:completionCondition>
|
||||
</bpmn:multiInstanceLoopCharacteristics>
|
||||
</bpmn:userTask>
|
||||
<bpmn:sequenceFlow id="Flow_19fpo83" sourceRef="mkfzrsp3" targetRef="Gateway_0fkslca" />
|
||||
<bpmn:sequenceFlow id="Flow_0j9t3br" name="驳回" sourceRef="Gateway_0fkslca" targetRef="sjgcspg3">
|
||||
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">${!pass}</bpmn:conditionExpression>
|
||||
</bpmn:sequenceFlow>
|
||||
<bpmn:sequenceFlow id="Flow_0920pid" name="通过" sourceRef="Gateway_0fkslca" targetRef="Event_0uendgp">
|
||||
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">${pass}</bpmn:conditionExpression>
|
||||
</bpmn:sequenceFlow>
|
||||
<bpmn:sequenceFlow id="Flow_1lw0nd8" sourceRef="Event_0en8fvn" targetRef="mkfzrzdbh2" />
|
||||
<bpmn:sequenceFlow id="Flow_1d7lhvy" sourceRef="mkfzrzdbh2" targetRef="sjgcspg3" />
|
||||
<bpmn:sequenceFlow id="Flow_1wjzl0u" sourceRef="sjgcspg3" targetRef="mkfzrsp3" />
|
||||
</bpmn:subProcess>
|
||||
<bpmn:sequenceFlow id="Flow_0juw2qw" sourceRef="bszgjldsp2" targetRef="Gateway_04xvn94" />
|
||||
<bpmn:sequenceFlow id="Flow_0a4b22u" name="驳回" sourceRef="Gateway_04xvn94" targetRef="Activity_1xsrtpj">
|
||||
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">${!pass}</bpmn:conditionExpression>
|
||||
</bpmn:sequenceFlow>
|
||||
<bpmn:sequenceFlow id="Flow_1lchcby" name="通过" sourceRef="Gateway_04xvn94" targetRef="Event_1iw82mp">
|
||||
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">${pass}</bpmn:conditionExpression>
|
||||
</bpmn:sequenceFlow>
|
||||
<bpmn:sequenceFlow id="Flow_1xkmz4n" sourceRef="Activity_1xsrtpj" targetRef="bszgjldsp2" />
|
||||
<bpmn:sequenceFlow id="Flow_0x6qt62" sourceRef="Event_1d40kan" targetRef="bszgjldsp2" />
|
||||
</bpmn:subProcess>
|
||||
<bpmn:sequenceFlow id="Flow_0mngw8y" name="驳回" sourceRef="Gateway_0mobyxv" targetRef="Activity_11wslv7">
|
||||
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">${!pass}</bpmn:conditionExpression>
|
||||
</bpmn:sequenceFlow>
|
||||
<bpmn:sequenceFlow id="Flow_03v0fem" sourceRef="Activity_11wslv7" targetRef="fggcssp" />
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="regulations-assessment">
|
||||
<bpmndi:BPMNShape id="Activity_1fh8fjh_di" bpmnElement="fggcssp">
|
||||
<dc:Bounds x="1730" y="120" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Gateway_0mobyxv_di" bpmnElement="Gateway_0mobyxv" isMarkerVisible="true">
|
||||
<dc:Bounds x="1945" y="135" width="50" height="50" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
||||
<dc:Bounds x="159" y="252" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_03wwtxl_di" bpmnElement="fggcsfq">
|
||||
<dc:Bounds x="250" y="230" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0z0ilv7_di" bpmnElement="Activity_1wp96uu" isExpanded="true">
|
||||
<dc:Bounds x="400" y="40" width="1100" height="640" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_1azjojy_di" bpmnElement="Event_1azjojy">
|
||||
<dc:Bounds x="430" y="147" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0x09ket_di" bpmnElement="bszgjldxf">
|
||||
<dc:Bounds x="510" y="125" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="BPMNShape_155ubeu" bpmnElement="bszgjldsp">
|
||||
<dc:Bounds x="500" y="350" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Gateway_1qktq5f_di" bpmnElement="Gateway_1qktq5f" isMarkerVisible="true">
|
||||
<dc:Bounds x="525" y="485" width="50" height="50" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_17bnh8x_di" bpmnElement="Event_17bnh8x">
|
||||
<dc:Bounds x="532" y="592" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0njknr1_di" bpmnElement="Activity_08c4m85" isExpanded="true">
|
||||
<dc:Bounds x="670" y="70" width="790" height="200" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_1ian0ub_di" bpmnElement="Event_1ian0ub">
|
||||
<dc:Bounds x="710" y="152" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1vb9u4y_di" bpmnElement="sjgcspg">
|
||||
<dc:Bounds x="950" y="130" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="BPMNShape_19iwpt2" bpmnElement="mkfzrsp">
|
||||
<dc:Bounds x="1140" y="130" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Gateway_1vkxod2_di" bpmnElement="Gateway_1vkxod2" isMarkerVisible="true">
|
||||
<dc:Bounds x="1275" y="145" width="50" height="50" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_151o5cu_di" bpmnElement="Event_151o5cu">
|
||||
<dc:Bounds x="1392" y="152" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_02udv1z_di" bpmnElement="mkfzrff">
|
||||
<dc:Bounds x="790" y="130" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_0xb4gtd_di" bpmnElement="Flow_0xb4gtd">
|
||||
<di:waypoint x="746" y="170" />
|
||||
<di:waypoint x="790" y="170" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1w5wrt4_di" bpmnElement="Flow_1w5wrt4">
|
||||
<di:waypoint x="1240" y="170" />
|
||||
<di:waypoint x="1275" y="170" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1m6dxws_di" bpmnElement="Flow_1m6dxws">
|
||||
<di:waypoint x="1325" y="170" />
|
||||
<di:waypoint x="1392" y="170" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="1348" y="152" width="22" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_07hxwn8_di" bpmnElement="Flow_07hxwn8">
|
||||
<di:waypoint x="1300" y="145" />
|
||||
<di:waypoint x="1300" y="90" />
|
||||
<di:waypoint x="1000" y="90" />
|
||||
<di:waypoint x="1000" y="130" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="1140" y="72" width="21" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0a6biwg_di" bpmnElement="Flow_0a6biwg">
|
||||
<di:waypoint x="890" y="170" />
|
||||
<di:waypoint x="950" y="170" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_197effc_di" bpmnElement="Flow_197effc">
|
||||
<di:waypoint x="1050" y="170" />
|
||||
<di:waypoint x="1140" y="170" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNShape id="BPMNShape_1sv6oe4" bpmnElement="Activity_072gbnv" isExpanded="true">
|
||||
<dc:Bounds x="710" y="340" width="750" height="250" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="BPMNShape_046x6b9" bpmnElement="Event_1awayw1">
|
||||
<dc:Bounds x="732" y="442" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="BPMNShape_09vjbtx" bpmnElement="mkfzrzdbh">
|
||||
<dc:Bounds x="810" y="420" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="BPMNShape_12g34bf" bpmnElement="sjgcspg2">
|
||||
<dc:Bounds x="970" y="420" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="BPMNShape_1hap6ua" bpmnElement="mkfzrsp2">
|
||||
<dc:Bounds x="1130" y="420" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="BPMNShape_1tsoy3k" bpmnElement="Gateway_0e1m7wn" isMarkerVisible="true">
|
||||
<dc:Bounds x="1265" y="435" width="50" height="50" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="BPMNShape_19mf899" bpmnElement="Event_0662euh">
|
||||
<dc:Bounds x="1382" y="442" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="BPMNEdge_0i6wiem" bpmnElement="Flow_18i416j">
|
||||
<di:waypoint x="768" y="460" />
|
||||
<di:waypoint x="810" y="460" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1q5kwu9_di" bpmnElement="Flow_1q5kwu9">
|
||||
<di:waypoint x="910" y="460" />
|
||||
<di:waypoint x="970" y="460" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="BPMNEdge_0b1d2f6" bpmnElement="Flow_1al6zeq">
|
||||
<di:waypoint x="1290" y="435" />
|
||||
<di:waypoint x="1290" y="380" />
|
||||
<di:waypoint x="1020" y="380" />
|
||||
<di:waypoint x="1020" y="420" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="1145" y="362" width="21" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="BPMNEdge_1yxmdgj" bpmnElement="Flow_11c0pso">
|
||||
<di:waypoint x="1070" y="460" />
|
||||
<di:waypoint x="1130" y="460" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="BPMNEdge_1r24hgb" bpmnElement="Flow_0gzlhk1">
|
||||
<di:waypoint x="1230" y="460" />
|
||||
<di:waypoint x="1265" y="460" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="BPMNEdge_0dfu7mi" bpmnElement="Flow_1tfvdpt">
|
||||
<di:waypoint x="1315" y="460" />
|
||||
<di:waypoint x="1382" y="460" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="1338" y="442" width="22" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1g6zc95_di" bpmnElement="Flow_1g6zc95">
|
||||
<di:waypoint x="466" y="165" />
|
||||
<di:waypoint x="510" y="165" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_11i64js_di" bpmnElement="Flow_11i64js">
|
||||
<di:waypoint x="575" y="510" />
|
||||
<di:waypoint x="710" y="510" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="641" y="393" width="21" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0ff821d_di" bpmnElement="Flow_0ff821d">
|
||||
<di:waypoint x="710" y="390" />
|
||||
<di:waypoint x="600" y="390" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_06h9ihd_di" bpmnElement="Flow_06h9ihd">
|
||||
<di:waypoint x="610" y="165" />
|
||||
<di:waypoint x="670" y="165" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0ni7hxc_di" bpmnElement="Flow_0ni7hxc">
|
||||
<di:waypoint x="670" y="243" />
|
||||
<di:waypoint x="550" y="243" />
|
||||
<di:waypoint x="550" y="350" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_10o9sl2_di" bpmnElement="Flow_10o9sl2">
|
||||
<di:waypoint x="550" y="430" />
|
||||
<di:waypoint x="550" y="485" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_132fp4x_di" bpmnElement="Flow_132fp4x">
|
||||
<di:waypoint x="550" y="535" />
|
||||
<di:waypoint x="550" y="592" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="554" y="549" width="22" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNShape id="Event_1k7uv2r_di" bpmnElement="Event_1k7uv2r">
|
||||
<dc:Bounds x="2342" y="142" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0y90822_di" bpmnElement="sjgcsbcgzlbh">
|
||||
<dc:Bounds x="2140" y="120" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="BPMNShape_0ehfvul" bpmnElement="Activity_11wslv7" isExpanded="true">
|
||||
<dc:Bounds x="1540" y="300" width="1090" height="380" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="BPMNShape_1gx36q9" bpmnElement="bszgjldsp2">
|
||||
<dc:Bounds x="1670" y="390" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="BPMNShape_0zy68mu" bpmnElement="Gateway_04xvn94" isMarkerVisible="true">
|
||||
<dc:Bounds x="1695" y="505" width="50" height="50" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="BPMNShape_0yvczwi" bpmnElement="Event_1iw82mp">
|
||||
<dc:Bounds x="1702" y="612" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="BPMNShape_0j8sx43" bpmnElement="Event_1d40kan">
|
||||
<dc:Bounds x="1572" y="412" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="BPMNShape_1m87r68" bpmnElement="Activity_1xsrtpj" isExpanded="true">
|
||||
<dc:Bounds x="1830" y="330" width="750" height="245" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="BPMNShape_0c83r33" bpmnElement="mkfzrsp3">
|
||||
<dc:Bounds x="2250" y="410" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="BPMNShape_0rgqbsq" bpmnElement="Gateway_0fkslca" isMarkerVisible="true">
|
||||
<dc:Bounds x="2385" y="425" width="50" height="50" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="BPMNShape_1tisvmf" bpmnElement="Event_0uendgp">
|
||||
<dc:Bounds x="2502" y="432" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="BPMNShape_1wlb78t" bpmnElement="mkfzrzdbh2">
|
||||
<dc:Bounds x="1930" y="410" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="BPMNShape_1tygdud" bpmnElement="Event_0en8fvn">
|
||||
<dc:Bounds x="1852" y="432" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="BPMNShape_1fv02ul" bpmnElement="sjgcspg3">
|
||||
<dc:Bounds x="2090" y="410" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="BPMNEdge_1wy27v4" bpmnElement="Flow_1wjzl0u">
|
||||
<di:waypoint x="2190" y="450" />
|
||||
<di:waypoint x="2250" y="450" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="BPMNEdge_0qxym6m" bpmnElement="Flow_19fpo83">
|
||||
<di:waypoint x="2350" y="450" />
|
||||
<di:waypoint x="2385" y="450" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="BPMNEdge_1xga16m" bpmnElement="Flow_0j9t3br">
|
||||
<di:waypoint x="2410" y="425" />
|
||||
<di:waypoint x="2410" y="370" />
|
||||
<di:waypoint x="2140" y="370" />
|
||||
<di:waypoint x="2140" y="410" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="2265" y="352" width="21" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="BPMNEdge_04bjto5" bpmnElement="Flow_0920pid">
|
||||
<di:waypoint x="2435" y="450" />
|
||||
<di:waypoint x="2502" y="450" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="2458" y="432" width="22" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="BPMNEdge_0bnzbta" bpmnElement="Flow_1lw0nd8">
|
||||
<di:waypoint x="1888" y="450" />
|
||||
<di:waypoint x="1930" y="450" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="BPMNEdge_0hzqqxy" bpmnElement="Flow_1d7lhvy">
|
||||
<di:waypoint x="2030" y="450" />
|
||||
<di:waypoint x="2090" y="450" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0x6qt62_di" bpmnElement="Flow_0x6qt62">
|
||||
<di:waypoint x="1608" y="430" />
|
||||
<di:waypoint x="1670" y="430" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="BPMNEdge_1gcltsg" bpmnElement="Flow_1xkmz4n">
|
||||
<di:waypoint x="1830" y="430" />
|
||||
<di:waypoint x="1770" y="430" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="BPMNEdge_1v1g3u8" bpmnElement="Flow_0juw2qw">
|
||||
<di:waypoint x="1720" y="470" />
|
||||
<di:waypoint x="1720" y="505" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="BPMNEdge_0uqdsgs" bpmnElement="Flow_0a4b22u">
|
||||
<di:waypoint x="1745" y="530" />
|
||||
<di:waypoint x="1830" y="530" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="1772" y="493" width="21" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="BPMNEdge_1do4zil" bpmnElement="Flow_1lchcby">
|
||||
<di:waypoint x="1720" y="555" />
|
||||
<di:waypoint x="1720" y="612" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="1724" y="569" width="22" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0tgn37q_di" bpmnElement="Flow_0tgn37q">
|
||||
<di:waypoint x="350" y="270" />
|
||||
<di:waypoint x="400" y="270" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0w3nr57_di" bpmnElement="Flow_0w3nr57">
|
||||
<di:waypoint x="1500" y="160" />
|
||||
<di:waypoint x="1730" y="160" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1gw9i5e_di" bpmnElement="Flow_1gw9i5e">
|
||||
<di:waypoint x="1830" y="160" />
|
||||
<di:waypoint x="1945" y="160" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0c3ic1y_di" bpmnElement="Flow_0c3ic1y">
|
||||
<di:waypoint x="1995" y="160" />
|
||||
<di:waypoint x="2140" y="160" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="2058" y="142" width="22" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_19ehxvl_di" bpmnElement="Flow_19ehxvl">
|
||||
<di:waypoint x="2240" y="160" />
|
||||
<di:waypoint x="2342" y="160" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0mngw8y_di" bpmnElement="Flow_0mngw8y">
|
||||
<di:waypoint x="1970" y="185" />
|
||||
<di:waypoint x="1970" y="300" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="1975" y="239" width="21" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_03v0fem_di" bpmnElement="Flow_03v0fem">
|
||||
<di:waypoint x="1780" y="300" />
|
||||
<di:waypoint x="1780" y="200" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_12b9yhd_di" bpmnElement="Flow_12b9yhd">
|
||||
<di:waypoint x="195" y="270" />
|
||||
<di:waypoint x="250" y="270" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn:definitions>
|
||||
Reference in New Issue
Block a user