-
Notifications
You must be signed in to change notification settings - Fork 1
/
demo.bpmn
185 lines (174 loc) · 11 KB
/
demo.bpmn
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<bpmn2:definitions xmlns:bpmn2="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:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" exporter="org.openbpmn" exporterVersion="1.0.0" targetNamespace="http://org.openbpmn">
<bpmn2:process id="process_1" processType="Public">
<bpmn2:startEvent id="event-qsTs3pwtoD_KuarJ" name="Start Event">
<bpmn2:messageEventDefinition id="messageEventDefinition_Y3Pkbg"/>
<bpmn2:outgoing>SequenceFlow_DluZ0w</bpmn2:outgoing>
<bpmn2:documentation id="documentation_ncXFfA"/>
</bpmn2:startEvent>
<bpmn2:endEvent id="event-Lf0tC291FgQtlKAA" name="Event-1">
<bpmn2:incoming>SequenceFlow_WQB6iw</bpmn2:incoming>
<bpmn2:incoming>SequenceFlow_V3txEw</bpmn2:incoming>
<bpmn2:compensationEventDefinition id="compensationEventDefinition_PRwc0A"/>
<bpmn2:documentation id="documentation_NZFrCw"/>
</bpmn2:endEvent>
<bpmn2:manualTask id="task-o6w2XYdMAEFdPoz6" name="Task-0">
<bpmn2:incoming>SequenceFlow_DluZ0w</bpmn2:incoming>
<bpmn2:outgoing>SequenceFlow_VcdThQ</bpmn2:outgoing>
<bpmn2:outgoing>SequenceFlow_7QjkDg</bpmn2:outgoing>
<bpmn2:documentation id="documentation_59KxPQ"/>
</bpmn2:manualTask>
<bpmn2:intermediateThrowEvent id="event-RWwHnNS7eov3rwZt" name="Event-3">
<bpmn2:linkEventDefinition id="linkEventDefinition_gcDiNg" name="test" target=""/>
<bpmn2:incoming>SequenceFlow_7QjkDg</bpmn2:incoming>
<bpmn2:outgoing>SequenceFlow_dO4f_w</bpmn2:outgoing>
<bpmn2:documentation id="documentation_JbzQqg"/>
</bpmn2:intermediateThrowEvent>
<bpmn2:exclusiveGateway gatewayDirection="Diverging" id="gateway-x-5pgIVJdmbuowHl" name="Gateway-1">
<bpmn2:incoming>SequenceFlow_VcdThQ</bpmn2:incoming>
<bpmn2:outgoing>SequenceFlow_aWXnhw</bpmn2:outgoing>
<bpmn2:outgoing>SequenceFlow_qILMuw</bpmn2:outgoing>
<bpmn2:documentation id="documentation_l7b0EQ"/>
</bpmn2:exclusiveGateway>
<bpmn2:sequenceFlow id="SequenceFlow_DluZ0w" sourceRef="event-qsTs3pwtoD_KuarJ" targetRef="task-o6w2XYdMAEFdPoz6">
<bpmn2:documentation id="documentation_PgB30g"/>
</bpmn2:sequenceFlow>
<bpmn2:sequenceFlow id="SequenceFlow_VcdThQ" name="< 100" sourceRef="task-o6w2XYdMAEFdPoz6" targetRef="gateway-x-5pgIVJdmbuowHl">
<bpmn2:documentation id="documentation_fgmcUA"/>
</bpmn2:sequenceFlow>
<bpmn2:scriptTask id="task-OhxXDbiZnXmPN4mn" name="Task-1">
<bpmn2:incoming>SequenceFlow_aWXnhw</bpmn2:incoming>
<bpmn2:outgoing>SequenceFlow_WQB6iw</bpmn2:outgoing>
<bpmn2:incoming>SequenceFlow_mPvQTA</bpmn2:incoming>
<bpmn2:documentation id="documentation_vYBL6g"/>
<bpmn2:script id="script_RnHibw"/>
</bpmn2:scriptTask>
<bpmn2:sequenceFlow id="SequenceFlow_aWXnhw" sourceRef="gateway-x-5pgIVJdmbuowHl" targetRef="task-OhxXDbiZnXmPN4mn">
<bpmn2:documentation id="documentation_s70fnQ"/>
</bpmn2:sequenceFlow>
<bpmn2:sequenceFlow id="SequenceFlow_WQB6iw" sourceRef="task-OhxXDbiZnXmPN4mn" targetRef="event-Lf0tC291FgQtlKAA">
<bpmn2:documentation id="documentation_udPnRQ"/>
</bpmn2:sequenceFlow>
<bpmn2:userTask id="task-y6CwOlM3ErBatGcC" name="Task-2">
<bpmn2:incoming>SequenceFlow_dO4f_w</bpmn2:incoming>
<bpmn2:outgoing>SequenceFlow_V3txEw</bpmn2:outgoing>
<bpmn2:documentation id="documentation_D8g6uw"/>
</bpmn2:userTask>
<bpmn2:sequenceFlow id="SequenceFlow_7QjkDg" sourceRef="task-o6w2XYdMAEFdPoz6" targetRef="event-RWwHnNS7eov3rwZt">
<bpmn2:documentation id="documentation_CiRTVA"/>
</bpmn2:sequenceFlow>
<bpmn2:sequenceFlow id="SequenceFlow_dO4f_w" sourceRef="event-RWwHnNS7eov3rwZt" targetRef="task-y6CwOlM3ErBatGcC">
<bpmn2:documentation id="documentation_frAmZg"/>
</bpmn2:sequenceFlow>
<bpmn2:sequenceFlow id="SequenceFlow_V3txEw" sourceRef="task-y6CwOlM3ErBatGcC" targetRef="event-Lf0tC291FgQtlKAA">
<bpmn2:documentation id="documentation_FbrSTQ"/>
</bpmn2:sequenceFlow>
<bpmn2:endEvent id="event-uknzqassL4vCovYu" name="Event-3">
<bpmn2:outgoing>SequenceFlow_JBytiw</bpmn2:outgoing>
<bpmn2:incoming>SequenceFlow_qILMuw</bpmn2:incoming>
<bpmn2:documentation id="documentation_vyDB5A"/>
</bpmn2:endEvent>
<bpmn2:manualTask id="task-QPIGCYMfw_QDb6gr" name="Task-3">
<bpmn2:incoming>SequenceFlow_JBytiw</bpmn2:incoming>
<bpmn2:outgoing>SequenceFlow_mPvQTA</bpmn2:outgoing>
<bpmn2:documentation id="documentation_8m7Xjw"/>
</bpmn2:manualTask>
<bpmn2:sequenceFlow id="SequenceFlow_JBytiw" sourceRef="event-uknzqassL4vCovYu" targetRef="task-QPIGCYMfw_QDb6gr">
<bpmn2:documentation id="documentation_nZjAdw"/>
</bpmn2:sequenceFlow>
<bpmn2:sequenceFlow id="SequenceFlow_qILMuw" sourceRef="gateway-x-5pgIVJdmbuowHl" targetRef="event-uknzqassL4vCovYu">
<bpmn2:documentation id="documentation_2xV7Lw"/>
</bpmn2:sequenceFlow>
<bpmn2:sequenceFlow id="SequenceFlow_mPvQTA" sourceRef="task-QPIGCYMfw_QDb6gr" targetRef="task-OhxXDbiZnXmPN4mn">
<bpmn2:documentation id="documentation_aKXPXQ"/>
</bpmn2:sequenceFlow>
<bpmn2:documentation id="documentation_0r04oA"/>
</bpmn2:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1" name="Default Process Diagram">
<bpmndi:BPMNPlane bpmnElement="process_1" id="BPMNPlane_process_1">
<bpmndi:BPMNShape bpmnElement="event-qsTs3pwtoD_KuarJ" id="BPMNShape_uy8uYw">
<dc:Bounds height="36.0" width="36.0" x="91.0" y="72.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_aqTFrA">
<dc:Bounds height="14.0" width="100.0" x="58.0" y="111.0"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="event-Lf0tC291FgQtlKAA" id="BPMNShape_fVG2vg">
<dc:Bounds height="36.0" width="36.0" x="622.0" y="72.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_FVC5xQ">
<dc:Bounds height="14.0" width="100.0" x="586.765625" y="53.0"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="task-o6w2XYdMAEFdPoz6" id="BPMNShape_AoYLLA">
<dc:Bounds height="50.0" width="110.0" x="214.0" y="65.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="event-RWwHnNS7eov3rwZt" id="BPMNShape_8rz_Zw">
<dc:Bounds height="36.0" width="36.0" x="394.0" y="72.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_GWLi4A">
<dc:Bounds height="14.0" width="100.0" x="360.765625" y="112.0"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="gateway-x-5pgIVJdmbuowHl" id="BPMNShape_HgOqyw">
<dc:Bounds height="50.0" width="50.0" x="244.0" y="209.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_B1lLXg">
<dc:Bounds height="14.0" width="100.0" x="220.0390625" y="260.0"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_DluZ0w" id="BPMNEdge_KdVyIw">
<di:waypoint x="127.0" y="90.0"/>
<di:waypoint x="214.0" y="90.0"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_VcdThQ" id="BPMNEdge_c25vtw">
<di:waypoint x="269.0" y="115.0"/>
<di:waypoint x="269.0" y="209.0"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape bpmnElement="task-OhxXDbiZnXmPN4mn" id="BPMNShape_hAAlFg">
<dc:Bounds height="50.0" width="110.0" x="421.0" y="209.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_aWXnhw" id="BPMNEdge_qYj1wQ">
<di:waypoint x="294.0" y="234.0"/>
<di:waypoint x="421.0" y="234.0"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_WQB6iw" id="BPMNEdge_Qw1KFw">
<di:waypoint x="531.0" y="231.5"/>
<di:waypoint x="639.0" y="231.5"/>
<di:waypoint x="639.0" y="107.97220075561142"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape bpmnElement="task-y6CwOlM3ErBatGcC" id="BPMNShape_YtngBQ">
<dc:Bounds height="50.0" width="110.0" x="485.0" y="65.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_7QjkDg" id="BPMNEdge_0X0-5Q">
<di:waypoint x="324.0" y="90.0"/>
<di:waypoint x="394.0" y="90.0"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_dO4f_w" id="BPMNEdge_DX-nbA">
<di:waypoint x="430.0" y="90.0"/>
<di:waypoint x="485.0" y="90.0"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_V3txEw" id="BPMNEdge_Hk4_zw">
<di:waypoint x="595.0" y="90.0"/>
<di:waypoint x="622.0" y="90.0"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape bpmnElement="event-uknzqassL4vCovYu" id="BPMNShape_KM-0yw">
<dc:Bounds height="36.0" width="36.0" x="251.0" y="335.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_GtxaQQ">
<dc:Bounds height="14.0" width="100.0" x="218.0" y="376.0"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="task-QPIGCYMfw_QDb6gr" id="BPMNShape_q0pKCg">
<dc:Bounds height="50.0" width="110.0" x="421.0" y="328.00000000000017"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_JBytiw" id="BPMNEdge_GTV0hQ">
<di:waypoint x="287.0" y="353.0"/>
<di:waypoint x="421.0" y="353.0"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_qILMuw" id="BPMNEdge_B3Kv9A">
<di:waypoint x="269.0" y="259.0"/>
<di:waypoint x="269.0" y="335.0"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_mPvQTA" id="BPMNEdge__csNFg">
<di:waypoint x="476.0" y="328.0"/>
<di:waypoint x="476.0" y="259.0"/>
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn2:definitions>