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_deactivate_process" name="停用加工设备申请" flowable:processCategory="TECHNICAL_STATUS_DEACTIVATE_PROCESS">
    <startEvent id="startNode1" name="开始">
      <outgoing>Flow_0yfurvp</outgoing>
    </startEvent>
    <sequenceFlow id="Flow_0yfurvp" name="提交" sourceRef="startNode1" targetRef="Activity_02hq39f" />
    <userTask id="Activity_02hq39f" name="申请提交">
      <incoming>Flow_0yfurvp</incoming>
      <outgoing>Flow_06c497o</outgoing>
    </userTask>
    <sequenceFlow id="Flow_06c497o" name="提交完成" sourceRef="Activity_02hq39f" targetRef="Activity_1aymxw6" />
    <userTask id="Activity_1aymxw6" name="使用单位室级主管审批">
      <incoming>Flow_06c497o</incoming>
      <outgoing>Flow_07sm00g</outgoing>
      <outgoing>Flow_1y4h64d</outgoing>
    </userTask>
    <sequenceFlow id="Flow_07sm00g" name="通过" sourceRef="Activity_1aymxw6" targetRef="Activity_1abilq7">
      <conditionExpression xsi:type="tFormalExpression">${departHeaderConfrimFlag == 1}</conditionExpression>
    </sequenceFlow>
    <userTask id="Activity_1abilq7" name="使用单位部级主管审批">
      <incoming>Flow_07sm00g</incoming>
      <outgoing>Flow_16q19a6</outgoing>
    </userTask>
    <endEvent id="Event_0w00roh">
      <incoming>Flow_16q19a6</incoming>
    </endEvent>
    <sequenceFlow id="Flow_16q19a6" name="通过或驳回" sourceRef="Activity_1abilq7" targetRef="Event_0w00roh" />
    <endEvent id="Event_057c1tu">
      <incoming>Flow_1y4h64d</incoming>
    </endEvent>
    <sequenceFlow id="Flow_1y4h64d" name="驳回" sourceRef="Activity_1aymxw6" targetRef="Event_057c1tu">
      <conditionExpression xsi:type="tFormalExpression">${departHeaderConfrimFlag == 2}</conditionExpression>
    </sequenceFlow>
  </process>
  <bpmndi:BPMNDiagram id="BPMNDiagram_flow">
    <bpmndi:BPMNPlane id="BPMNPlane_flow" bpmnElement="technical_status_deactivate_process">
      <bpmndi:BPMNEdge id="Flow_1y4h64d_di" bpmnElement="Flow_1y4h64d">
        <di:waypoint x="310" y="340" />
        <di:waypoint x="372" y="340" />
        <bpmndi:BPMNLabel>
          <omgdc:Bounds x="330" y="322" width="23" height="14" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_16q19a6_di" bpmnElement="Flow_16q19a6">
        <di:waypoint x="260" y="520" />
        <di:waypoint x="260" y="592" />
        <bpmndi:BPMNLabel>
          <omgdc:Bounds x="192" y="554" width="56" height="14" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_07sm00g_di" bpmnElement="Flow_07sm00g">
        <di:waypoint x="260" y="380" />
        <di:waypoint x="260" y="440" />
        <bpmndi:BPMNLabel>
          <omgdc:Bounds x="228" y="407" width="23" height="14" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_06c497o_di" bpmnElement="Flow_06c497o">
        <di:waypoint x="260" y="240" />
        <di:waypoint x="260" y="300" />
        <bpmndi:BPMNLabel>
          <omgdc:Bounds x="207" y="266" width="45" height="14" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_0yfurvp_di" bpmnElement="Flow_0yfurvp">
        <di:waypoint x="260" y="115" />
        <di:waypoint x="260" y="160" />
        <bpmndi:BPMNLabel>
          <omgdc:Bounds x="228" y="135" width="23" height="14" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="BPMNShape_startNode1" bpmnElement="startNode1" bioc:stroke="">
        <omgdc:Bounds x="245" y="85" width="30" height="30" />
        <bpmndi:BPMNLabel>
          <omgdc:Bounds x="248" y="63" width="23" height="14" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Activity_0d1w8ij_di" bpmnElement="Activity_02hq39f">
        <omgdc:Bounds x="210" y="160" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Activity_1fbagra_di" bpmnElement="Activity_1aymxw6">
        <omgdc:Bounds x="210" y="300" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Activity_144fdht_di" bpmnElement="Activity_1abilq7">
        <omgdc:Bounds x="210" y="440" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Event_0w00roh_di" bpmnElement="Event_0w00roh">
        <omgdc:Bounds x="242" y="592" width="36" height="36" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Event_057c1tu_di" bpmnElement="Event_057c1tu">
        <omgdc:Bounds x="372" y="322" width="36" height="36" />
      </bpmndi:BPMNShape>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</definitions>