kehui/src/main/resources/processes/postDocumentJi.bpmn
2024-07-02 16:59:52 +08:00

89 lines
4.9 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" 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" xmlns:tns="http://www.activiti.org/testm1525406093092" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" expressionLanguage="http://www.w3.org/1999/XPath" id="m1525406093092" name="" targetNamespace="http://www.activiti.org/testm1525406093092" typeLanguage="http://www.w3.org/2001/XMLSchema">
<process id="postDocumentJi" isClosed="false" isExecutable="true" name="发文管理" processType="None">
<startEvent id="start" name="StartEvent"/>
<endEvent id="end" name="EndEvent">
<extensionElements>
<activiti:executionListener class="com.xqopen.kehui.flows.util.MyExecutionListener" event="end"/>
</extensionElements>
</endEvent>
<userTask activiti:assignee="${apply}" activiti:exclusive="true" id="apply" name="申请人"/>
<userTask activiti:exclusive="true" id="depDirector" name="副所长">
<extensionElements>
<activiti:taskListener class="com.xqopen.kehui.flows.util.MyTaskListener" event="create"/>
</extensionElements>
</userTask>
<sequenceFlow id="_9" sourceRef="apply" targetRef="depDirector"/>
<userTask activiti:exclusive="true" id="director" name="所长">
<extensionElements>
<activiti:taskListener class="com.xqopen.kehui.flows.util.MyTaskListener" event="create"/>
</extensionElements>
</userTask>
<sequenceFlow id="_12" sourceRef="depDirector" targetRef="director"/>
<sequenceFlow id="_13" sourceRef="director" targetRef="end"/>
<sequenceFlow id="_14" sourceRef="start" targetRef="apply"/>
</process>
<bpmndi:BPMNDiagram 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" id="Diagram-_1" name="New Diagram">
<bpmndi:BPMNPlane bpmnElement="postDocumentJi">
<bpmndi:BPMNShape bpmnElement="start" id="Shape-start">
<dc:Bounds height="32.0" width="32.0" x="205.0" y="20.0"/>
<bpmndi:BPMNLabel>
<dc:Bounds height="32.0" width="32.0" x="0.0" y="0.0"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="end" id="Shape-end">
<dc:Bounds height="32.0" width="32.0" x="210.0" y="630.0"/>
<bpmndi:BPMNLabel>
<dc:Bounds height="32.0" width="32.0" x="0.0" y="0.0"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="apply" id="Shape-apply">
<dc:Bounds height="55.0" width="85.0" x="185.0" y="185.0"/>
<bpmndi:BPMNLabel>
<dc:Bounds height="55.0" width="85.0" x="0.0" y="0.0"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="depDirector" id="Shape-depDirector">
<dc:Bounds height="55.0" width="85.0" x="185.0" y="315.0"/>
<bpmndi:BPMNLabel>
<dc:Bounds height="55.0" width="85.0" x="0.0" y="0.0"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="director" id="Shape-director">
<dc:Bounds height="55.0" width="85.0" x="185.0" y="465.0"/>
<bpmndi:BPMNLabel>
<dc:Bounds height="55.0" width="85.0" x="0.0" y="0.0"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge bpmnElement="_13" id="BPMNEdge__13" sourceElement="director" targetElement="end">
<di:waypoint x="226.0" y="520.0"/>
<di:waypoint x="226.0" y="630.0"/>
<bpmndi:BPMNLabel>
<dc:Bounds height="0.0" width="0.0" x="0.0" y="0.0"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="_12" id="BPMNEdge__12" sourceElement="depDirector" targetElement="director">
<di:waypoint x="227.5" y="370.0"/>
<di:waypoint x="227.5" y="465.0"/>
<bpmndi:BPMNLabel>
<dc:Bounds height="0.0" width="0.0" x="0.0" y="0.0"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="_14" id="BPMNEdge__14" sourceElement="start" targetElement="apply">
<di:waypoint x="221.0" y="52.0"/>
<di:waypoint x="221.0" y="185.0"/>
<bpmndi:BPMNLabel>
<dc:Bounds height="0.0" width="0.0" x="0.0" y="0.0"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="_9" id="BPMNEdge__9" sourceElement="apply" targetElement="depDirector">
<di:waypoint x="227.5" y="240.0"/>
<di:waypoint x="227.5" y="315.0"/>
<bpmndi:BPMNLabel>
<dc:Bounds height="0.0" width="0.0" x="0.0" y="0.0"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</definitions>