-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path19. Attaching events to subprocesses.bpmn
511 lines (511 loc) · 26.9 KB
/
19. Attaching events to subprocesses.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
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
<?xml version="1.0" encoding="UTF-8"?>
<bpmn:definitions xmlns:bpmn="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:modeler="http://camunda.org/schema/modeler/1.0" id="Definitions_0csq6qg" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="5.12.1" modeler:executionPlatform="Camunda Cloud" modeler:executionPlatformVersion="8.2.0">
<bpmn:process id="Process_06liurh" isExecutable="true">
<bpmn:startEvent id="StartEvent_1" name="Diner with friends desired">
<bpmn:outgoing>Flow_1cmn3sl</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:task id="Activity_0ef95m1" name="Invite friends for dinner">
<bpmn:incoming>Flow_1cmn3sl</bpmn:incoming>
<bpmn:outgoing>Flow_0aptany</bpmn:outgoing>
</bpmn:task>
<bpmn:sequenceFlow id="Flow_1cmn3sl" sourceRef="StartEvent_1" targetRef="Activity_0ef95m1" />
<bpmn:subProcess id="Activity_0hubshm" name="Food preparation">
<bpmn:incoming>Flow_0aptany</bpmn:incoming>
<bpmn:outgoing>Flow_00aa8tt</bpmn:outgoing>
<bpmn:startEvent id="Event_0nz9cq5">
<bpmn:outgoing>Flow_04q9pug</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:task id="Activity_0ls8dnh" name="Choose a recipe">
<bpmn:incoming>Flow_04q9pug</bpmn:incoming>
<bpmn:outgoing>Flow_161f4u5</bpmn:outgoing>
</bpmn:task>
<bpmn:sequenceFlow id="Flow_04q9pug" sourceRef="Event_0nz9cq5" targetRef="Activity_0ls8dnh" />
<bpmn:task id="Activity_05r34k3" name="Prepare a meal">
<bpmn:incoming>Flow_161f4u5</bpmn:incoming>
<bpmn:outgoing>Flow_1v98llf</bpmn:outgoing>
</bpmn:task>
<bpmn:sequenceFlow id="Flow_161f4u5" sourceRef="Activity_0ls8dnh" targetRef="Activity_05r34k3" />
<bpmn:endEvent id="Event_1j6m8ub">
<bpmn:incoming>Flow_1v98llf</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_1v98llf" sourceRef="Activity_05r34k3" targetRef="Event_1j6m8ub" />
</bpmn:subProcess>
<bpmn:sequenceFlow id="Flow_0aptany" sourceRef="Activity_0ef95m1" targetRef="Activity_0hubshm" />
<bpmn:task id="Activity_1vlxueh" name="Eat meal">
<bpmn:incoming>Flow_00aa8tt</bpmn:incoming>
<bpmn:incoming>Flow_1oym6fj</bpmn:incoming>
<bpmn:outgoing>Flow_1w5c801</bpmn:outgoing>
</bpmn:task>
<bpmn:sequenceFlow id="Flow_00aa8tt" sourceRef="Activity_0hubshm" targetRef="Activity_1vlxueh" />
<bpmn:endEvent id="Event_062pe1p" name="Finished eating with friends">
<bpmn:incoming>Flow_1w5c801</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_1w5c801" sourceRef="Activity_1vlxueh" targetRef="Event_062pe1p" />
<bpmn:boundaryEvent id="Event_0r1yb83" name="Another guest has arrived" cancelActivity="false" attachedToRef="Activity_0hubshm">
<bpmn:outgoing>Flow_0gfinvj</bpmn:outgoing>
<bpmn:messageEventDefinition id="MessageEventDefinition_14krco9" />
</bpmn:boundaryEvent>
<bpmn:task id="Activity_18j579e" name="Add another guest">
<bpmn:incoming>Flow_0gfinvj</bpmn:incoming>
<bpmn:outgoing>Flow_0fva3u9</bpmn:outgoing>
</bpmn:task>
<bpmn:sequenceFlow id="Flow_0gfinvj" sourceRef="Event_0r1yb83" targetRef="Activity_18j579e" />
<bpmn:endEvent id="Event_1ey9e4l" name="Another guest has been considered">
<bpmn:incoming>Flow_0fva3u9</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_0fva3u9" sourceRef="Activity_18j579e" targetRef="Event_1ey9e4l" />
<bpmn:boundaryEvent id="Event_0necxzl" name="Cooking failed" attachedToRef="Activity_0hubshm">
<bpmn:outgoing>Flow_05v0da0</bpmn:outgoing>
<bpmn:errorEventDefinition id="ErrorEventDefinition_0c9f6fl" />
</bpmn:boundaryEvent>
<bpmn:task id="Activity_1unh06w" name="Order takeaway">
<bpmn:incoming>Flow_05v0da0</bpmn:incoming>
<bpmn:outgoing>Flow_1oym6fj</bpmn:outgoing>
</bpmn:task>
<bpmn:sequenceFlow id="Flow_05v0da0" sourceRef="Event_0necxzl" targetRef="Activity_1unh06w" />
<bpmn:sequenceFlow id="Flow_1oym6fj" sourceRef="Activity_1unh06w" targetRef="Activity_1vlxueh" />
<bpmn:startEvent id="Event_1p87e19" name="Diner with friends desired">
<bpmn:outgoing>Flow_12n8m2b</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:task id="Activity_0hb0em8" name="Invite friends for dinner">
<bpmn:incoming>Flow_12n8m2b</bpmn:incoming>
<bpmn:outgoing>Flow_1tmse0k</bpmn:outgoing>
</bpmn:task>
<bpmn:subProcess id="Activity_0xamms6" name="Food preparation">
<bpmn:incoming>Flow_1tmse0k</bpmn:incoming>
<bpmn:outgoing>Flow_1bep8cf</bpmn:outgoing>
<bpmn:startEvent id="Event_19h2yrt">
<bpmn:outgoing>Flow_1262fx8</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:task id="Activity_0wbxwj4" name="Choose a recipe">
<bpmn:incoming>Flow_1262fx8</bpmn:incoming>
<bpmn:outgoing>Flow_01q1jx3</bpmn:outgoing>
</bpmn:task>
<bpmn:task id="Activity_15pgz1b" name="Prepare a meal">
<bpmn:extensionElements />
<bpmn:incoming>Flow_01q1jx3</bpmn:incoming>
<bpmn:outgoing>Flow_001z9mk</bpmn:outgoing>
</bpmn:task>
<bpmn:endEvent id="Event_06n8w7i">
<bpmn:incoming>Flow_001z9mk</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_1262fx8" sourceRef="Event_19h2yrt" targetRef="Activity_0wbxwj4" />
<bpmn:sequenceFlow id="Flow_01q1jx3" sourceRef="Activity_0wbxwj4" targetRef="Activity_15pgz1b" />
<bpmn:sequenceFlow id="Flow_001z9mk" sourceRef="Activity_15pgz1b" targetRef="Event_06n8w7i" />
<bpmn:subProcess id="Activity_1qirn4y" triggeredByEvent="true">
<bpmn:task id="Activity_0x1lzms" name="Add another guest">
<bpmn:incoming>Flow_0n5g4up</bpmn:incoming>
<bpmn:outgoing>Flow_1r30flf</bpmn:outgoing>
</bpmn:task>
<bpmn:endEvent id="Event_1movrao" name="Another guest has been considered">
<bpmn:incoming>Flow_1r30flf</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_1r30flf" sourceRef="Activity_0x1lzms" targetRef="Event_1movrao" />
<bpmn:startEvent id="Event_0d10y6w" name="Another guest has arrived" isInterrupting="false">
<bpmn:outgoing>Flow_0n5g4up</bpmn:outgoing>
<bpmn:messageEventDefinition id="MessageEventDefinition_0f5f5o6" />
</bpmn:startEvent>
<bpmn:sequenceFlow id="Flow_0n5g4up" sourceRef="Event_0d10y6w" targetRef="Activity_0x1lzms" />
<bpmn:association id="Association_17dkpnb" sourceRef="Event_0d10y6w" targetRef="TextAnnotation_0xlzt78" />
</bpmn:subProcess>
<bpmn:subProcess id="Activity_09e9ai7" triggeredByEvent="true">
<bpmn:task id="Activity_0cywmm0" name="Order takeaway">
<bpmn:incoming>Flow_0oipa39</bpmn:incoming>
<bpmn:outgoing>Flow_1ka670j</bpmn:outgoing>
</bpmn:task>
<bpmn:endEvent id="Event_0zjkqpt" name="Food ordered">
<bpmn:incoming>Flow_1ka670j</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_1ka670j" sourceRef="Activity_0cywmm0" targetRef="Event_0zjkqpt" />
<bpmn:startEvent id="Event_1m7qvod" name="Cooking failed">
<bpmn:outgoing>Flow_0oipa39</bpmn:outgoing>
<bpmn:errorEventDefinition id="ErrorEventDefinition_1ylt3he" />
</bpmn:startEvent>
<bpmn:sequenceFlow id="Flow_0oipa39" sourceRef="Event_1m7qvod" targetRef="Activity_0cywmm0" />
<bpmn:association id="Association_05xwmie" sourceRef="Event_1m7qvod" targetRef="TextAnnotation_12hteon" />
</bpmn:subProcess>
<bpmn:textAnnotation id="TextAnnotation_1o4tknm">
<bpmn:text>event subprocess</bpmn:text>
</bpmn:textAnnotation>
<bpmn:association id="Association_1cy4sbb" sourceRef="Activity_1qirn4y" targetRef="TextAnnotation_1o4tknm" />
<bpmn:textAnnotation id="TextAnnotation_12hteon">
<bpmn:text>interrupting event subprocess</bpmn:text>
</bpmn:textAnnotation>
<bpmn:textAnnotation id="TextAnnotation_0xlzt78">
<bpmn:text>Non-interrupting event subprocess</bpmn:text>
</bpmn:textAnnotation>
</bpmn:subProcess>
<bpmn:task id="Activity_0mbk2fa" name="Eat meal">
<bpmn:incoming>Flow_1bep8cf</bpmn:incoming>
<bpmn:outgoing>Flow_0y9mxcp</bpmn:outgoing>
</bpmn:task>
<bpmn:endEvent id="Event_0jipojk" name="Finished eating with friends">
<bpmn:incoming>Flow_0y9mxcp</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_12n8m2b" sourceRef="Event_1p87e19" targetRef="Activity_0hb0em8" />
<bpmn:sequenceFlow id="Flow_1tmse0k" sourceRef="Activity_0hb0em8" targetRef="Activity_0xamms6" />
<bpmn:sequenceFlow id="Flow_1bep8cf" sourceRef="Activity_0xamms6" targetRef="Activity_0mbk2fa" />
<bpmn:sequenceFlow id="Flow_0y9mxcp" sourceRef="Activity_0mbk2fa" targetRef="Event_0jipojk" />
<bpmn:task id="Activity_0prz5sw" name="collapsed event subprocesses are not implemented in camunda" />
<bpmn:textAnnotation id="TextAnnotation_14ppo6n">
<bpmn:text>non-interrupting, consideration of another guest arriving while you are preparing food, you need to adjust amount of meals dynamically if someone arrives</bpmn:text>
</bpmn:textAnnotation>
<bpmn:association id="Association_09kgpxg" sourceRef="Event_0r1yb83" targetRef="TextAnnotation_14ppo6n" />
<bpmn:textAnnotation id="TextAnnotation_1yuq4ng">
<bpmn:text>error boundary does not have information about variables inside this embedded food preparation subprocess, for instance prepare meal activity,</bpmn:text>
</bpmn:textAnnotation>
<bpmn:association id="Association_04aobjp" sourceRef="Event_0necxzl" targetRef="TextAnnotation_1yuq4ng" />
<bpmn:textAnnotation id="TextAnnotation_1mx49b4">
<bpmn:text>The activity on the boundary of the subprocess lives in the scope of the parent process, and not the child process</bpmn:text>
</bpmn:textAnnotation>
<bpmn:association id="Association_0xxy1tv" sourceRef="Activity_1unh06w" targetRef="TextAnnotation_1mx49b4" />
<bpmn:textAnnotation id="TextAnnotation_188gyv8">
<bpmn:text>the difference between UP scheme and DOWN scheme is scope, DOWN: event subprocesses have information of the food preparation process, but not the Dinner with friends process</bpmn:text>
</bpmn:textAnnotation>
<bpmn:association id="Association_06rervq" sourceRef="Activity_0xamms6" targetRef="TextAnnotation_188gyv8" />
<bpmn:textAnnotation id="TextAnnotation_041g3ly">
<bpmn:text>local event subprocesses</bpmn:text>
</bpmn:textAnnotation>
<bpmn:association id="Association_00ym67r" sourceRef="Activity_0xamms6" targetRef="TextAnnotation_041g3ly" />
<bpmn:textAnnotation id="TextAnnotation_1utstbn">
<bpmn:text>attaching events to subprocesses</bpmn:text>
</bpmn:textAnnotation>
<bpmn:association id="Association_125toty" sourceRef="Activity_0hubshm" targetRef="TextAnnotation_1utstbn" />
<bpmn:textAnnotation id="TextAnnotation_1bjvnl3">
<bpmn:text>digress BPMN specification vs camunda implementation</bpmn:text>
</bpmn:textAnnotation>
<bpmn:association id="Association_0v6xjd7" sourceRef="Activity_0prz5sw" targetRef="TextAnnotation_1bjvnl3" />
<bpmn:textAnnotation id="TextAnnotation_0rp5syc">
<bpmn:text>Camunda modeler and Cawemo only allows to collapse a regular subprocess and not an event subprocess</bpmn:text>
</bpmn:textAnnotation>
<bpmn:association id="Association_1oavpwg" sourceRef="Activity_0prz5sw" targetRef="TextAnnotation_0rp5syc" />
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_06liurh">
<bpmndi:BPMNShape id="TextAnnotation_14ppo6n_di" bpmnElement="TextAnnotation_14ppo6n">
<dc:Bounds x="340" y="420" width="310" height="62" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="TextAnnotation_1yuq4ng_di" bpmnElement="TextAnnotation_1yuq4ng">
<dc:Bounds x="1160" y="80" width="230" height="70" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="TextAnnotation_1mx49b4_di" bpmnElement="TextAnnotation_1mx49b4">
<dc:Bounds x="1160" y="160" width="260" height="65" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="TextAnnotation_188gyv8_di" bpmnElement="TextAnnotation_188gyv8">
<dc:Bounds x="160" y="570" width="270" height="70" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="TextAnnotation_041g3ly_di" bpmnElement="TextAnnotation_041g3ly">
<dc:Bounds x="430" y="610" width="250" height="30" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="TextAnnotation_1utstbn_di" bpmnElement="TextAnnotation_1utstbn">
<dc:Bounds x="430" y="550" width="100" height="55" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="TextAnnotation_1bjvnl3_di" bpmnElement="TextAnnotation_1bjvnl3">
<dc:Bounds x="290" y="1090" width="100" height="70" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="TextAnnotation_0rp5syc_di" bpmnElement="TextAnnotation_0rp5syc">
<dc:Bounds x="290" y="1310" width="305" height="60" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1vlxueh_di" bpmnElement="Activity_1vlxueh">
<dc:Bounds x="1240" y="287" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_062pe1p_di" bpmnElement="Event_062pe1p">
<dc:Bounds x="1382" y="309" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="1363" y="352" width="75" height="27" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_18j579e_di" bpmnElement="Activity_18j579e">
<dc:Bounds x="750" y="470" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_1ey9e4l_di" bpmnElement="Event_1ey9e4l">
<dc:Bounds x="892" y="492" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="866" y="535" width="89" height="27" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1unh06w_di" bpmnElement="Activity_1unh06w">
<dc:Bounds x="1090" y="470" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0ef95m1_di" bpmnElement="Activity_0ef95m1">
<dc:Bounds x="480" y="287" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="392" y="309" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="367" y="352" width="86" height="27" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_05wenl3" bpmnElement="Event_1p87e19">
<dc:Bounds x="382" y="852" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="357" y="895" width="86" height="27" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_1xxzuqi" bpmnElement="Activity_0mbk2fa">
<dc:Bounds x="1230" y="830" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_1fzqif3" bpmnElement="Event_0jipojk">
<dc:Bounds x="1372" y="852" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="1353" y="895" width="75" height="27" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_1istzg0" bpmnElement="Activity_0hb0em8">
<dc:Bounds x="445" y="830" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0prz5sw_di" bpmnElement="Activity_0prz5sw">
<dc:Bounds x="290" y="1190" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0hubshm_di" bpmnElement="Activity_0hubshm" isExpanded="true">
<dc:Bounds x="620" y="257" width="540" height="140" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_0nz9cq5_di" bpmnElement="Event_0nz9cq5">
<dc:Bounds x="652" y="309" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0ls8dnh_di" bpmnElement="Activity_0ls8dnh">
<dc:Bounds x="740" y="287" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_05r34k3_di" bpmnElement="Activity_05r34k3">
<dc:Bounds x="900" y="287" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_1j6m8ub_di" bpmnElement="Event_1j6m8ub">
<dc:Bounds x="1062" y="309" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_04q9pug_di" bpmnElement="Flow_04q9pug">
<di:waypoint x="688" y="327" />
<di:waypoint x="740" y="327" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_161f4u5_di" bpmnElement="Flow_161f4u5">
<di:waypoint x="840" y="327" />
<di:waypoint x="900" y="327" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1v98llf_di" bpmnElement="Flow_1v98llf">
<di:waypoint x="1000" y="327" />
<di:waypoint x="1062" y="327" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="BPMNShape_0brfkze" bpmnElement="Activity_0xamms6" isExpanded="true">
<dc:Bounds x="570" y="690" width="600" height="460" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="TextAnnotation_1o4tknm_di" bpmnElement="TextAnnotation_1o4tknm">
<dc:Bounds x="1070" y="850" width="80" height="41" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="TextAnnotation_12hteon_di" bpmnElement="TextAnnotation_12hteon">
<dc:Bounds x="620" y="977" width="80" height="55" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="TextAnnotation_0xlzt78_di" bpmnElement="TextAnnotation_0xlzt78">
<dc:Bounds x="600" y="836" width="88" height="70" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_15jwqia" bpmnElement="Event_19h2yrt">
<dc:Bounds x="652" y="742" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_0vdxli0" bpmnElement="Activity_0wbxwj4">
<dc:Bounds x="740" y="720" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_1e2dbc2" bpmnElement="Activity_15pgz1b">
<dc:Bounds x="900" y="720" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_0iyawth" bpmnElement="Event_06n8w7i">
<dc:Bounds x="1062" y="742" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1qirn4y_di" bpmnElement="Activity_1qirn4y" isExpanded="true">
<dc:Bounds x="700" y="820" width="350" height="140" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_1d7hymf" bpmnElement="Event_1movrao">
<dc:Bounds x="972" y="862" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="946" y="905" width="89" height="27" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_0he2vnb" bpmnElement="Activity_0x1lzms">
<dc:Bounds x="830" y="840" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_0jug47s_di" bpmnElement="Event_0d10y6w">
<dc:Bounds x="732" y="862" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="706" y="905" width="89" height="27" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Association_17dkpnb_di" bpmnElement="Association_17dkpnb">
<di:waypoint x="733" y="875" />
<di:waypoint x="688" y="862" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1r30flf_di" bpmnElement="Flow_1r30flf">
<di:waypoint x="930" y="880" />
<di:waypoint x="972" y="880" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0n5g4up_di" bpmnElement="Flow_0n5g4up">
<di:waypoint x="768" y="880" />
<di:waypoint x="830" y="880" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Activity_09e9ai7_di" bpmnElement="Activity_09e9ai7" isExpanded="true">
<dc:Bounds x="700" y="990" width="350" height="130" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_1i3g59s" bpmnElement="Activity_0cywmm0">
<dc:Bounds x="825" y="1010" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_0zjkqpt_di" bpmnElement="Event_0zjkqpt">
<dc:Bounds x="982" y="1032" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="967" y="1075" width="67" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_1opkkf0_di" bpmnElement="Event_1m7qvod">
<dc:Bounds x="732" y="1032" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="715" y="1075" width="70" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Association_05xwmie_di" bpmnElement="Association_05xwmie">
<di:waypoint x="736" y="1040" />
<di:waypoint x="700" y="1014" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0oipa39_di" bpmnElement="Flow_0oipa39">
<di:waypoint x="768" y="1050" />
<di:waypoint x="825" y="1050" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1ka670j_di" bpmnElement="Flow_1ka670j">
<di:waypoint x="925" y="1050" />
<di:waypoint x="982" y="1050" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Association_1cy4sbb_di" bpmnElement="Association_1cy4sbb">
<di:waypoint x="1050" y="872" />
<di:waypoint x="1070" y="870" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge_1qyw0u0" bpmnElement="Flow_1262fx8">
<di:waypoint x="688" y="760" />
<di:waypoint x="740" y="760" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge_0xgj9jo" bpmnElement="Flow_01q1jx3">
<di:waypoint x="840" y="760" />
<di:waypoint x="900" y="760" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge_0vgevhy" bpmnElement="Flow_001z9mk">
<di:waypoint x="1000" y="760" />
<di:waypoint x="1062" y="760" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Association_09kgpxg_di" bpmnElement="Association_09kgpxg">
<di:waypoint x="664" y="405" />
<di:waypoint x="632" y="420" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Association_04aobjp_di" bpmnElement="Association_04aobjp">
<di:waypoint x="1030" y="382" />
<di:waypoint x="1175" y="150" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Association_0xxy1tv_di" bpmnElement="Association_0xxy1tv">
<di:waypoint x="1148" y="470" />
<di:waypoint x="1200" y="225" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Association_06rervq_di" bpmnElement="Association_06rervq">
<di:waypoint x="570" y="765" />
<di:waypoint x="320" y="640" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Association_00ym67r_di" bpmnElement="Association_00ym67r">
<di:waypoint x="572" y="694" />
<di:waypoint x="500" y="640" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Association_125toty_di" bpmnElement="Association_125toty">
<di:waypoint x="769" y="397" />
<di:waypoint x="506" y="550" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Association_0v6xjd7_di" bpmnElement="Association_0v6xjd7">
<di:waypoint x="340" y="1190" />
<di:waypoint x="340" y="1160" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Association_1oavpwg_di" bpmnElement="Association_1oavpwg">
<di:waypoint x="340" y="1270" />
<di:waypoint x="340" y="1310" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Event_15tja70_di" bpmnElement="Event_0r1yb83">
<dc:Bounds x="662" y="379" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="685" y="415" width="89" height="27" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_08h3u03_di" bpmnElement="Event_0necxzl">
<dc:Bounds x="1002" y="379" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="1035" y="413" width="70" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_00aa8tt_di" bpmnElement="Flow_00aa8tt">
<di:waypoint x="1160" y="327" />
<di:waypoint x="1240" y="327" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1oym6fj_di" bpmnElement="Flow_1oym6fj">
<di:waypoint x="1190" y="510" />
<di:waypoint x="1215" y="510" />
<di:waypoint x="1215" y="350" />
<di:waypoint x="1240" y="350" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1w5c801_di" bpmnElement="Flow_1w5c801">
<di:waypoint x="1340" y="327" />
<di:waypoint x="1382" y="327" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0gfinvj_di" bpmnElement="Flow_0gfinvj">
<di:waypoint x="680" y="415" />
<di:waypoint x="680" y="510" />
<di:waypoint x="750" y="510" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0fva3u9_di" bpmnElement="Flow_0fva3u9">
<di:waypoint x="850" y="510" />
<di:waypoint x="892" y="510" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_05v0da0_di" bpmnElement="Flow_05v0da0">
<di:waypoint x="1020" y="415" />
<di:waypoint x="1020" y="510" />
<di:waypoint x="1090" y="510" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1cmn3sl_di" bpmnElement="Flow_1cmn3sl">
<di:waypoint x="428" y="327" />
<di:waypoint x="480" y="327" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0aptany_di" bpmnElement="Flow_0aptany">
<di:waypoint x="580" y="327" />
<di:waypoint x="620" y="327" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge_15l9xrv" bpmnElement="Flow_12n8m2b">
<di:waypoint x="418" y="870" />
<di:waypoint x="445" y="870" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge_17d2njk" bpmnElement="Flow_1bep8cf">
<di:waypoint x="1170" y="870" />
<di:waypoint x="1230" y="870" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge_1aqbip7" bpmnElement="Flow_0y9mxcp">
<di:waypoint x="1330" y="870" />
<di:waypoint x="1372" y="870" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge_051xzd7" bpmnElement="Flow_1tmse0k">
<di:waypoint x="545" y="870" />
<di:waypoint x="570" y="870" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>