zhangherong
5 天以前 bcd90314646203b32f73c89c1c2f89eaa96e2c9f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC" xmlns:bioc="http://bpmn.io/schema/bpmn/biocolor/1.0" xmlns:flowable="http://flowable.org/bpmn" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.flowable.org/processdef">
  <process id="technical_status_change_process" name="技术状态变更申请流程" flowable:processCategory="TECHNICAL_STATUS_CHANGE_PROCESS">
    <startEvent id="startNode1" name="开始">
      <outgoing>Flow_1a5561e</outgoing>
    </startEvent>
    <sequenceFlow id="Flow_1a5561e" sourceRef="startNode1" targetRef="Activity_0vjpbto" />
    <userTask id="Activity_0vjpbto" name="变更提交">
      <incoming>Flow_1a5561e</incoming>
      <outgoing>Flow_049516g</outgoing>
    </userTask>
    <sequenceFlow id="Flow_049516g" name="提交完成" sourceRef="Activity_0vjpbto" targetRef="Activity_13y6uei" />
    <userTask id="Activity_13y6uei" name="使用单位室级领导审核">
      <incoming>Flow_049516g</incoming>
      <outgoing>Flow_1p7phbk</outgoing>
      <outgoing>Flow_0kncgmv</outgoing>
    </userTask>
    <userTask id="Activity_00rff81" name="使用单位部级领导审核">
      <incoming>Flow_1p7phbk</incoming>
      <outgoing>Flow_09781az</outgoing>
    </userTask>
    <sequenceFlow id="Flow_1p7phbk" name="通过" sourceRef="Activity_13y6uei" targetRef="Activity_00rff81">
      <conditionExpression xsi:type="tFormalExpression">${departHeaderConfirmFlag == 1}</conditionExpression>
    </sequenceFlow>
    <endEvent id="Event_0jo3kio">
      <incoming>Flow_0kncgmv</incoming>
    </endEvent>
    <sequenceFlow id="Flow_0kncgmv" name="驳回" sourceRef="Activity_13y6uei" targetRef="Event_0jo3kio">
      <conditionExpression xsi:type="tFormalExpression">${departHeaderConfirmFlag == 2}</conditionExpression>
    </sequenceFlow>
    <endEvent id="Event_1nq08yu" name="">
      <incoming>Flow_09781az</incoming>
    </endEvent>
    <sequenceFlow id="Flow_09781az" name="通过或驳回" sourceRef="Activity_00rff81" targetRef="Event_1nq08yu" />
  </process>
  <bpmndi:BPMNDiagram id="BPMNDiagram_flow">
    <bpmndi:BPMNPlane id="BPMNPlane_flow" bpmnElement="technical_status_change_process">
      <bpmndi:BPMNEdge id="Flow_09781az_di" bpmnElement="Flow_09781az">
        <di:waypoint x="150" y="350" />
        <di:waypoint x="150" y="402" />
        <bpmndi:BPMNLabel>
          <omgdc:Bounds x="162" y="371" width="56" height="14" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_0kncgmv_di" bpmnElement="Flow_0kncgmv">
        <di:waypoint x="200" y="170" />
        <di:waypoint x="292" y="170" />
        <bpmndi:BPMNLabel>
          <omgdc:Bounds x="228" y="152" width="23" height="14" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_1p7phbk_di" bpmnElement="Flow_1p7phbk">
        <di:waypoint x="150" y="210" />
        <di:waypoint x="150" y="270" />
        <bpmndi:BPMNLabel>
          <omgdc:Bounds x="154" y="236" width="23" height="14" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_049516g_di" bpmnElement="Flow_049516g">
        <di:waypoint x="150" y="70" />
        <di:waypoint x="150" y="130" />
        <bpmndi:BPMNLabel>
          <omgdc:Bounds x="157" y="96" width="45" height="14" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_1a5561e_di" bpmnElement="Flow_1a5561e">
        <di:waypoint x="150" y="-65" />
        <di:waypoint x="150" y="-10" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="BPMNShape_startNode1" bpmnElement="startNode1" bioc:stroke="">
        <omgdc:Bounds x="135" y="-95" width="30" height="30" />
        <bpmndi:BPMNLabel>
          <omgdc:Bounds x="138" y="-117" width="23" height="14" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Activity_1kksbkh_di" bpmnElement="Activity_0vjpbto">
        <omgdc:Bounds x="100" y="-10" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Activity_1nkn08l_di" bpmnElement="Activity_13y6uei">
        <omgdc:Bounds x="100" y="130" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Activity_018xpql_di" bpmnElement="Activity_00rff81">
        <omgdc:Bounds x="100" y="270" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Event_0jo3kio_di" bpmnElement="Event_0jo3kio">
        <omgdc:Bounds x="292" y="152" width="36" height="36" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Event_1nq08yu_di" bpmnElement="Event_1nq08yu">
        <omgdc:Bounds x="132" y="402" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <omgdc:Bounds x="145" y="525" width="12" height="14" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</definitions>