领导审批流程新增分管领导副所长

This commit is contained in:
chen 2024-08-08 16:45:49 +08:00
parent 92b0dfd6e7
commit 247315750b

View File

@ -1,15 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="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:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:activiti="http://activiti.org/bpmn" xmlns:tns="http://www.activiti.org/testm1525406093092" xmlns:xsd="http://www.w3.org/2001/XMLSchema" id="m1525406093092" name="" targetNamespace="http://www.activiti.org/testm1525406093092" exporter="Camunda Modeler" exporterVersion="5.25.0"> <definitions xmlns="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:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:activiti="http://activiti.org/bpmn" xmlns:tns="http://www.activiti.org/testm1525406093092" xmlns:xsd="http://www.w3.org/2001/XMLSchema" id="m1525406093092" name="" targetNamespace="http://www.activiti.org/testm1525406093092" exporter="Camunda Modeler" exporterVersion="5.24.0">
<process id="leaveLeader" name="请假(领导)" processType="None" isClosed="false" isExecutable="true"> <process id="leaveLeader" name="请假(领导)" processType="None" isClosed="false" isExecutable="true">
<startEvent id="start" name="StartEvent" /> <startEvent id="start" name="StartEvent" />
<userTask id="apply" name="申请人" activiti:assignee="${apply}" activiti:exclusive="true" /> <userTask id="apply" name="申请人" activiti:assignee="${apply}" activiti:exclusive="true" />
<userTask id="branchLeader" name="分管领导">
<extensionElements>
<activiti:taskListener class="com.xqopen.kehui.flows.util.MyTaskListener" event="create"/>
</extensionElements>
<incoming>_7</incoming>
<outgoing>_9</outgoing>
</userTask>
<userTask id="director" name="所长" activiti:exclusive="true"> <userTask id="director" name="所长" activiti:exclusive="true">
<extensionElements> <extensionElements>
<activiti:taskListener class="com.xqopen.kehui.flows.util.MyTaskListener" event="create" /> <activiti:taskListener class="com.xqopen.kehui.flows.util.MyTaskListener" event="create" />
</extensionElements> </extensionElements>
<incoming>_9</incoming>
</userTask> </userTask>
<sequenceFlow id="_6" sourceRef="start" targetRef="apply" /> <sequenceFlow id="_6" sourceRef="start" targetRef="apply" />
<sequenceFlow id="_7" sourceRef="apply" targetRef="director" /> <sequenceFlow id="_7" sourceRef="apply" targetRef="branchLeader" />
<sequenceFlow id="_3" sourceRef="director" targetRef="end" /> <sequenceFlow id="_3" sourceRef="director" targetRef="end" />
<endEvent id="end" name="EndEvent"> <endEvent id="end" name="EndEvent">
<extensionElements> <extensionElements>
@ -17,6 +25,7 @@
</extensionElements> </extensionElements>
<incoming>_3</incoming> <incoming>_3</incoming>
</endEvent> </endEvent>
<sequenceFlow id="_9" sourceRef="branchLeader" targetRef="director" />
</process> </process>
<bpmndi:BPMNDiagram id="Diagram-_1" name="New Diagram" documentation="background=#3C3F41;count=1;horizontalcount=1;orientation=0;width=842.4;height=1195.2;imageableWidth=832.4;imageableHeight=1185.2;imageableX=5.0;imageableY=5.0"> <bpmndi:BPMNDiagram id="Diagram-_1" name="New Diagram" documentation="background=#3C3F41;count=1;horizontalcount=1;orientation=0;width=842.4;height=1195.2;imageableWidth=832.4;imageableHeight=1185.2;imageableX=5.0;imageableY=5.0">
<bpmndi:BPMNPlane bpmnElement="leaveLeader"> <bpmndi:BPMNPlane bpmnElement="leaveLeader">
@ -32,10 +41,16 @@
<dc:Bounds x="170" y="80" width="85" height="55" /> <dc:Bounds x="170" y="80" width="85" height="55" />
</bpmndi:BPMNLabel> </bpmndi:BPMNLabel>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Shape-business" bpmnElement="director"> <bpmndi:BPMNShape id="BPMNShape_1lv4hk9" bpmnElement="branchLeader">
<dc:Bounds x="355" y="375" width="85" height="55" /> <dc:Bounds x="359" y="339" width="85" height="55" />
<bpmndi:BPMNLabel> <bpmndi:BPMNLabel>
<dc:Bounds x="170" y="80" width="85" height="55" /> <dc:Bounds x="174" y="184" width="85" height="55" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Shape-business" bpmnElement="director">
<dc:Bounds x="355" y="442" width="85" height="55" />
<bpmndi:BPMNLabel>
<dc:Bounds x="170" y="147" width="85" height="55" />
</bpmndi:BPMNLabel> </bpmndi:BPMNLabel>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Shape-end" bpmnElement="end"> <bpmndi:BPMNShape id="Shape-end" bpmnElement="end">
@ -51,20 +66,26 @@
<dc:Bounds x="0" y="0" width="0" height="0" /> <dc:Bounds x="0" y="0" width="0" height="0" />
</bpmndi:BPMNLabel> </bpmndi:BPMNLabel>
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge__7" bpmnElement="_7" sourceElement="Shape-apply" targetElement="Shape-business"> <bpmndi:BPMNEdge id="BPMNEdge__7" bpmnElement="_7" sourceElement="Shape-apply" targetElement="BPMNShape_1lv4hk9">
<di:waypoint x="397.5" y="290" /> <di:waypoint x="398" y="290" />
<di:waypoint x="397.5" y="375" /> <di:waypoint x="398" y="315" />
<di:waypoint x="402" y="315" />
<di:waypoint x="402" y="339" />
<bpmndi:BPMNLabel> <bpmndi:BPMNLabel>
<dc:Bounds x="0" y="0" width="0" height="0" /> <dc:Bounds x="0" y="0" width="0" height="0" />
</bpmndi:BPMNLabel> </bpmndi:BPMNLabel>
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge__3" bpmnElement="_3" sourceElement="Shape-business" targetElement="Shape-end"> <bpmndi:BPMNEdge id="BPMNEdge__3" bpmnElement="_3" sourceElement="Shape-business" targetElement="Shape-end">
<di:waypoint x="400" y="430" /> <di:waypoint x="400" y="497" />
<di:waypoint x="400" y="825" /> <di:waypoint x="400" y="825" />
<bpmndi:BPMNLabel> <bpmndi:BPMNLabel>
<dc:Bounds x="0" y="0" width="0" height="0" /> <dc:Bounds x="0" y="0" width="0" height="0" />
</bpmndi:BPMNLabel> </bpmndi:BPMNLabel>
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1nkhvhb_di" bpmnElement="_9">
<di:waypoint x="401" y="394" />
<di:waypoint x="399" y="442" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane> </bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram> </bpmndi:BPMNDiagram>
</definitions> </definitions>