add 未符合项跟踪流程 发起流程,查询详情,提交,审批,保存
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: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-not-met" 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="法规工程师发起整改" activiti:assignee="${standardsEngineer}">
|
||||
<bpmn:incoming>Flow_12b9yhd</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0ndqyc9</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
<bpmn:userTask id="fggcssp" name="法规工程师审批" activiti: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="设计工程师上传整改材料" activiti:assignee="${designEngineer}">
|
||||
<bpmn:extensionElements>
|
||||
<activiti: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="主管级领导审批" activiti: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-not-met">
|
||||
<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>
|
||||
Reference in New Issue
Block a user