add 项目合规评估流程.bpmn

This commit is contained in:
lijiarao
2023-12-12 10:18:33 +08:00
parent 08547b5e3a
commit 38d3898e7e
3 changed files with 517 additions and 5 deletions
@@ -0,0 +1,257 @@
<?xml version="1.0" encoding="UTF-8"?>
<bpmn:definitions xmlns:bpmn="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:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="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">
<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="fggcsfq" />
<bpmn:userTask id="fggcsfq" name="法规工程师发起" activiti: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 activiti:collection="managerLeaderList" activiti: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="gbmzgjldxf" />
<bpmn:userTask id="gbmzgjldxf" name="各部门主管级领导下发" activiti:assignee="${managerLeader}">
<bpmn:incoming>Flow_1g6zc95</bpmn:incoming>
<bpmn:outgoing>Flow_168zkyq</bpmn:outgoing>
</bpmn:userTask>
<bpmn:sequenceFlow id="Flow_168zkyq" sourceRef="gbmzgjldxf" targetRef="Activity_08c4m85" />
<bpmn:subProcess id="Activity_08c4m85">
<bpmn:incoming>Flow_168zkyq</bpmn:incoming>
<bpmn:outgoing>Flow_1o0npc9</bpmn:outgoing>
<bpmn:multiInstanceLoopCharacteristics activiti:collection="moduleOwnerList" activiti: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:userTask id="mkfzrff" name="模块负责人分发" activiti:assignee="${moduleOwner}">
<bpmn:incoming>Flow_0xb4gtd</bpmn:incoming>
<bpmn:outgoing>Flow_1d18hwv</bpmn:outgoing>
</bpmn:userTask>
<bpmn:sequenceFlow id="Flow_0xb4gtd" sourceRef="Event_1ian0ub" targetRef="mkfzrff" />
<bpmn:userTask id="sjgcspg" name="设计工程师评估" activiti:assignee="${designEngineer}">
<bpmn:incoming>Flow_1d18hwv</bpmn:incoming>
<bpmn:incoming>Flow_07hxwn8</bpmn:incoming>
<bpmn:outgoing>Flow_09f92lr</bpmn:outgoing>
<bpmn:multiInstanceLoopCharacteristics activiti:collection="designEngineerList" activiti:elementVariable="designEngineer">
<bpmn:completionCondition xsi:type="bpmn:tFormalExpression">${nrOfInstances == nrOfCompletedInstances}</bpmn:completionCondition>
</bpmn:multiInstanceLoopCharacteristics>
</bpmn:userTask>
<bpmn:sequenceFlow id="Flow_1d18hwv" sourceRef="mkfzrff" targetRef="sjgcspg" />
<bpmn:userTask id="mkfzrsp" name="模块负责人审批" activiti:assignee="${moduleOwner}">
<bpmn:incoming>Flow_09f92lr</bpmn:incoming>
<bpmn:outgoing>Flow_1w5wrt4</bpmn:outgoing>
</bpmn:userTask>
<bpmn:sequenceFlow id="Flow_09f92lr" sourceRef="sjgcspg" targetRef="mkfzrsp" />
<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:subProcess>
<bpmn:userTask id="gbmzgjldsp" name="各部门主管级领导(汇总)审批" activiti:assignee="${managerLeader}">
<bpmn:incoming>Flow_1o0npc9</bpmn:incoming>
<bpmn:incoming>Flow_0mpm9av</bpmn:incoming>
<bpmn:outgoing>Flow_10o9sl2</bpmn:outgoing>
</bpmn:userTask>
<bpmn:sequenceFlow id="Flow_1o0npc9" sourceRef="Activity_08c4m85" targetRef="gbmzgjldsp" />
<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="gbmzgjldsp" targetRef="Gateway_1qktq5f" />
<bpmn:sequenceFlow id="Flow_11i64js" name="驳回" sourceRef="Gateway_1qktq5f" targetRef="mkfzrxg">
<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:sequenceFlow id="Flow_0mpm9av" sourceRef="mkfzrxg" targetRef="gbmzgjldsp" />
<bpmn:userTask id="mkfzrxg" name="模块负责人修改" activiti:assignee="${moduleOwner}">
<bpmn:incoming>Flow_11i64js</bpmn:incoming>
<bpmn:outgoing>Flow_0mpm9av</bpmn:outgoing>
<bpmn:multiInstanceLoopCharacteristics activiti:collection="moduleOwnerList" activiti:elementVariable="moduleOwner">
<bpmn:completionCondition xsi:type="bpmn:tFormalExpression">${nrOfInstances == nrOfCompletedInstances}</bpmn:completionCondition>
</bpmn:multiInstanceLoopCharacteristics>
</bpmn:userTask>
</bpmn:subProcess>
<bpmn:userTask id="fggcsgd" name="法规工程师归档" activiti:assignee="${standardsEngineer}">
<bpmn:incoming>Flow_0w3nr57</bpmn:incoming>
<bpmn:outgoing>Flow_14lgswg</bpmn:outgoing>
</bpmn:userTask>
<bpmn:sequenceFlow id="Flow_0w3nr57" sourceRef="Activity_1wp96uu" targetRef="fggcsgd" />
<bpmn:endEvent id="Event_0nxyypv">
<bpmn:incoming>Flow_14lgswg</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_14lgswg" sourceRef="fggcsgd" targetRef="Event_0nxyypv" />
</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="fggcsfq">
<dc:Bounds x="250" y="150" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0z0ilv7_di" bpmnElement="Activity_1wp96uu" isExpanded="true">
<dc:Bounds x="430" y="40" width="1110" height="560" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_1azjojy_di" bpmnElement="Event_1azjojy">
<dc:Bounds x="470.3333333333333" y="147" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0x09ket_di" bpmnElement="gbmzgjldxf">
<dc:Bounds x="550" y="125" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0njknr1_di" bpmnElement="Activity_08c4m85" isExpanded="true">
<dc:Bounds x="710" y="70" width="790" height="190" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_1ian0ub_di" bpmnElement="Event_1ian0ub">
<dc:Bounds x="750.3333333333334" y="152" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_02udv1z_di" bpmnElement="mkfzrff">
<dc:Bounds x="830" y="130" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1vb9u4y_di" bpmnElement="sjgcspg">
<dc:Bounds x="990" y="130" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_19iwpt2" bpmnElement="mkfzrsp">
<dc:Bounds x="1160" y="130" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Gateway_1vkxod2_di" bpmnElement="Gateway_1vkxod2" isMarkerVisible="true">
<dc:Bounds x="1315" y="145" width="50" height="50" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_151o5cu_di" bpmnElement="Event_151o5cu">
<dc:Bounds x="1432" y="152" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_0xb4gtd_di" bpmnElement="Flow_0xb4gtd">
<di:waypoint x="786" y="170" />
<di:waypoint x="830" y="170" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1d18hwv_di" bpmnElement="Flow_1d18hwv">
<di:waypoint x="930" y="170" />
<di:waypoint x="990" y="170" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_09f92lr_di" bpmnElement="Flow_09f92lr">
<di:waypoint x="1090" y="170" />
<di:waypoint x="1160" y="170" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1w5wrt4_di" bpmnElement="Flow_1w5wrt4">
<di:waypoint x="1260" y="170" />
<di:waypoint x="1315" y="170" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1m6dxws_di" bpmnElement="Flow_1m6dxws">
<di:waypoint x="1365" y="170" />
<di:waypoint x="1432" y="170" />
<bpmndi:BPMNLabel>
<dc:Bounds x="1388" y="152" width="22" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_07hxwn8_di" bpmnElement="Flow_07hxwn8">
<di:waypoint x="1340" y="145" />
<di:waypoint x="1340" y="90" />
<di:waypoint x="1040" y="90" />
<di:waypoint x="1040" y="130" />
<bpmndi:BPMNLabel>
<dc:Bounds x="1180" y="72" width="21" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="BPMNShape_155ubeu" bpmnElement="gbmzgjldsp">
<dc:Bounds x="730" y="330" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Gateway_1qktq5f_di" bpmnElement="Gateway_1qktq5f" isMarkerVisible="true">
<dc:Bounds x="755" y="445" width="50" height="50" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_17bnh8x_di" bpmnElement="Event_17bnh8x">
<dc:Bounds x="762" y="542" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0p7dxnt_di" bpmnElement="mkfzrxg">
<dc:Bounds x="920" y="430" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_1g6zc95_di" bpmnElement="Flow_1g6zc95">
<di:waypoint x="506" y="165" />
<di:waypoint x="550" y="165" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_168zkyq_di" bpmnElement="Flow_168zkyq">
<di:waypoint x="650" y="165" />
<di:waypoint x="710" y="165" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1o0npc9_di" bpmnElement="Flow_1o0npc9">
<di:waypoint x="780" y="260" />
<di:waypoint x="780" y="330" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_10o9sl2_di" bpmnElement="Flow_10o9sl2">
<di:waypoint x="780" y="410" />
<di:waypoint x="780" y="445" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_11i64js_di" bpmnElement="Flow_11i64js">
<di:waypoint x="805" y="470" />
<di:waypoint x="920" y="470" />
<bpmndi:BPMNLabel>
<dc:Bounds x="849" y="458" width="21" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_132fp4x_di" bpmnElement="Flow_132fp4x">
<di:waypoint x="780" y="495" />
<di:waypoint x="780" y="542" />
<bpmndi:BPMNLabel>
<dc:Bounds x="784" y="503" width="22" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0mpm9av_di" bpmnElement="Flow_0mpm9av">
<di:waypoint x="970" y="430" />
<di:waypoint x="970" y="370" />
<di:waypoint x="830" y="370" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="BPMNShape_1uw77uz" bpmnElement="fggcsgd">
<dc:Bounds x="750" y="640" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_0nxyypv_di" bpmnElement="Event_0nxyypv">
<dc:Bounds x="882" y="662" width="36" height="36" />
</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_0tgn37q_di" bpmnElement="Flow_0tgn37q">
<di:waypoint x="350" y="190" />
<di:waypoint x="430" y="190" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0w3nr57_di" bpmnElement="Flow_0w3nr57">
<di:waypoint x="800" y="600" />
<di:waypoint x="800" y="640" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_14lgswg_di" bpmnElement="Flow_14lgswg">
<di:waypoint x="850" y="680" />
<di:waypoint x="882" y="680" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>
@@ -0,0 +1,257 @@
<?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="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="gbmzgjldxf" />
<bpmn:userTask id="gbmzgjldxf" name="各部门主管级领导下发" camunda:assignee="${managerLeader}">
<bpmn:incoming>Flow_1g6zc95</bpmn:incoming>
<bpmn:outgoing>Flow_168zkyq</bpmn:outgoing>
</bpmn:userTask>
<bpmn:sequenceFlow id="Flow_168zkyq" sourceRef="gbmzgjldxf" targetRef="Activity_08c4m85" />
<bpmn:subProcess id="Activity_08c4m85">
<bpmn:incoming>Flow_168zkyq</bpmn:incoming>
<bpmn:outgoing>Flow_1o0npc9</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:userTask id="mkfzrff" name="模块负责人分发" camunda:assignee="${moduleOwner}">
<bpmn:incoming>Flow_0xb4gtd</bpmn:incoming>
<bpmn:outgoing>Flow_1d18hwv</bpmn:outgoing>
</bpmn:userTask>
<bpmn:sequenceFlow id="Flow_0xb4gtd" sourceRef="Event_1ian0ub" targetRef="mkfzrff" />
<bpmn:userTask id="sjgcspg" name="设计工程师评估" camunda:assignee="${designEngineer}">
<bpmn:incoming>Flow_1d18hwv</bpmn:incoming>
<bpmn:incoming>Flow_07hxwn8</bpmn:incoming>
<bpmn:outgoing>Flow_09f92lr</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_1d18hwv" sourceRef="mkfzrff" targetRef="sjgcspg" />
<bpmn:userTask id="mkfzrsp" name="模块负责人审批" camunda:assignee="${moduleOwner}">
<bpmn:incoming>Flow_09f92lr</bpmn:incoming>
<bpmn:outgoing>Flow_1w5wrt4</bpmn:outgoing>
</bpmn:userTask>
<bpmn:sequenceFlow id="Flow_09f92lr" sourceRef="sjgcspg" targetRef="mkfzrsp" />
<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:subProcess>
<bpmn:userTask id="gbmzgjldsp" name="各部门主管级领导(汇总)审批" camunda:assignee="${managerLeader}">
<bpmn:incoming>Flow_1o0npc9</bpmn:incoming>
<bpmn:incoming>Flow_0mpm9av</bpmn:incoming>
<bpmn:outgoing>Flow_10o9sl2</bpmn:outgoing>
</bpmn:userTask>
<bpmn:sequenceFlow id="Flow_1o0npc9" sourceRef="Activity_08c4m85" targetRef="gbmzgjldsp" />
<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="gbmzgjldsp" targetRef="Gateway_1qktq5f" />
<bpmn:sequenceFlow id="Flow_11i64js" name="驳回" sourceRef="Gateway_1qktq5f" targetRef="mkfzrxg">
<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:sequenceFlow id="Flow_0mpm9av" sourceRef="mkfzrxg" targetRef="gbmzgjldsp" />
<bpmn:userTask id="mkfzrxg" name="模块负责人修改" camunda:assignee="${moduleOwner}">
<bpmn:incoming>Flow_11i64js</bpmn:incoming>
<bpmn:outgoing>Flow_0mpm9av</bpmn:outgoing>
<bpmn:multiInstanceLoopCharacteristics camunda:collection="moduleOwnerList" camunda:elementVariable="moduleOwner">
<bpmn:completionCondition xsi:type="bpmn:tFormalExpression">${nrOfInstances == nrOfCompletedInstances}</bpmn:completionCondition>
</bpmn:multiInstanceLoopCharacteristics>
</bpmn:userTask>
</bpmn:subProcess>
<bpmn:userTask id="fggcsgd" name="法规工程师归档" camunda:assignee="${standardsEngineer}">
<bpmn:incoming>Flow_0w3nr57</bpmn:incoming>
<bpmn:outgoing>Flow_14lgswg</bpmn:outgoing>
</bpmn:userTask>
<bpmn:sequenceFlow id="Flow_0w3nr57" sourceRef="Activity_1wp96uu" targetRef="fggcsgd" />
<bpmn:endEvent id="Event_0nxyypv">
<bpmn:incoming>Flow_14lgswg</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_14lgswg" sourceRef="fggcsgd" targetRef="Event_0nxyypv" />
</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="fggcsfq">
<dc:Bounds x="250" y="150" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0z0ilv7_di" bpmnElement="Activity_1wp96uu" isExpanded="true">
<dc:Bounds x="430" y="40" width="1110" height="560" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_1azjojy_di" bpmnElement="Event_1azjojy">
<dc:Bounds x="470.3333333333333" y="147" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0x09ket_di" bpmnElement="gbmzgjldxf">
<dc:Bounds x="550" y="125" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0njknr1_di" bpmnElement="Activity_08c4m85" isExpanded="true">
<dc:Bounds x="710" y="70" width="790" height="190" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_1ian0ub_di" bpmnElement="Event_1ian0ub">
<dc:Bounds x="750.3333333333334" y="152" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_02udv1z_di" bpmnElement="mkfzrff">
<dc:Bounds x="830" y="130" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1vb9u4y_di" bpmnElement="sjgcspg">
<dc:Bounds x="990" y="130" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_19iwpt2" bpmnElement="mkfzrsp">
<dc:Bounds x="1160" y="130" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Gateway_1vkxod2_di" bpmnElement="Gateway_1vkxod2" isMarkerVisible="true">
<dc:Bounds x="1315" y="145" width="50" height="50" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_151o5cu_di" bpmnElement="Event_151o5cu">
<dc:Bounds x="1432" y="152" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_0xb4gtd_di" bpmnElement="Flow_0xb4gtd">
<di:waypoint x="786" y="170" />
<di:waypoint x="830" y="170" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1d18hwv_di" bpmnElement="Flow_1d18hwv">
<di:waypoint x="930" y="170" />
<di:waypoint x="990" y="170" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_09f92lr_di" bpmnElement="Flow_09f92lr">
<di:waypoint x="1090" y="170" />
<di:waypoint x="1160" y="170" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1w5wrt4_di" bpmnElement="Flow_1w5wrt4">
<di:waypoint x="1260" y="170" />
<di:waypoint x="1315" y="170" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1m6dxws_di" bpmnElement="Flow_1m6dxws">
<di:waypoint x="1365" y="170" />
<di:waypoint x="1432" y="170" />
<bpmndi:BPMNLabel>
<dc:Bounds x="1388" y="152" width="22" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_07hxwn8_di" bpmnElement="Flow_07hxwn8">
<di:waypoint x="1340" y="145" />
<di:waypoint x="1340" y="90" />
<di:waypoint x="1040" y="90" />
<di:waypoint x="1040" y="130" />
<bpmndi:BPMNLabel>
<dc:Bounds x="1180" y="72" width="21" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="BPMNShape_155ubeu" bpmnElement="gbmzgjldsp">
<dc:Bounds x="730" y="330" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Gateway_1qktq5f_di" bpmnElement="Gateway_1qktq5f" isMarkerVisible="true">
<dc:Bounds x="755" y="445" width="50" height="50" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_17bnh8x_di" bpmnElement="Event_17bnh8x">
<dc:Bounds x="762" y="542" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0p7dxnt_di" bpmnElement="mkfzrxg">
<dc:Bounds x="920" y="430" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_1g6zc95_di" bpmnElement="Flow_1g6zc95">
<di:waypoint x="506" y="165" />
<di:waypoint x="550" y="165" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_168zkyq_di" bpmnElement="Flow_168zkyq">
<di:waypoint x="650" y="165" />
<di:waypoint x="710" y="165" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1o0npc9_di" bpmnElement="Flow_1o0npc9">
<di:waypoint x="780" y="260" />
<di:waypoint x="780" y="330" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_10o9sl2_di" bpmnElement="Flow_10o9sl2">
<di:waypoint x="780" y="410" />
<di:waypoint x="780" y="445" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_11i64js_di" bpmnElement="Flow_11i64js">
<di:waypoint x="805" y="470" />
<di:waypoint x="920" y="470" />
<bpmndi:BPMNLabel>
<dc:Bounds x="849" y="458" width="21" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_132fp4x_di" bpmnElement="Flow_132fp4x">
<di:waypoint x="780" y="495" />
<di:waypoint x="780" y="542" />
<bpmndi:BPMNLabel>
<dc:Bounds x="784" y="503" width="22" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0mpm9av_di" bpmnElement="Flow_0mpm9av">
<di:waypoint x="970" y="430" />
<di:waypoint x="970" y="370" />
<di:waypoint x="830" y="370" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="BPMNShape_1uw77uz" bpmnElement="fggcsgd">
<dc:Bounds x="750" y="640" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_0nxyypv_di" bpmnElement="Event_0nxyypv">
<dc:Bounds x="882" y="662" width="36" height="36" />
</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_0tgn37q_di" bpmnElement="Flow_0tgn37q">
<di:waypoint x="350" y="190" />
<di:waypoint x="430" y="190" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0w3nr57_di" bpmnElement="Flow_0w3nr57">
<di:waypoint x="800" y="600" />
<di:waypoint x="800" y="640" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_14lgswg_di" bpmnElement="Flow_14lgswg">
<di:waypoint x="850" y="680" />
<di:waypoint x="882" y="680" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>