-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvisioned-automated-process-excerpt.bpmn
295 lines (295 loc) · 15.8 KB
/
envisioned-automated-process-excerpt.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
<?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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:modeler="http://camunda.org/schema/modeler/1.0" id="Definitions_149gr9e" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="4.11.1" modeler:executionPlatform="Camunda Platform" modeler:executionPlatformVersion="7.15.0">
<bpmn:collaboration id="Collaboration_0i3kshj">
<bpmn:participant id="Participant_00rth3e" name="Chair" processRef="Process_1lna387" />
<bpmn:participant id="Participant_1blbuba" name="Student" processRef="Process_10kj535" />
<bpmn:participant id="Participant_10mps9m" name="LowCode App" processRef="Process_02lzbwf" />
<bpmn:messageFlow id="Flow_0dpjypc" sourceRef="Activity_0r2zr7d" targetRef="Activity_0asnbrx" />
<bpmn:messageFlow id="Flow_04e2so0" sourceRef="Activity_14ku9wq" targetRef="Activity_1uf1e9u" />
<bpmn:messageFlow id="Flow_0gpx6mr" sourceRef="Activity_1fmfw4j" targetRef="Activity_12kpcfz" />
<bpmn:messageFlow id="Flow_1ulkyhs" sourceRef="Activity_0asnbrx" targetRef="Activity_1tst2pu" />
<bpmn:messageFlow id="Flow_1ltmdih" sourceRef="Activity_14tota3" targetRef="Event_16x039d" />
</bpmn:collaboration>
<bpmn:process id="Process_1lna387" isExecutable="false">
<bpmn:manualTask id="Activity_12kpcfz" name="Discuss Master Student Request">
<bpmn:outgoing>Flow_16zg6l1</bpmn:outgoing>
</bpmn:manualTask>
<bpmn:userTask id="Activity_0r2zr7d" name="Decline Request">
<bpmn:incoming>Flow_1x2uiy1</bpmn:incoming>
</bpmn:userTask>
<bpmn:exclusiveGateway id="Gateway_1jmvxf4" name="Conditions met">
<bpmn:incoming>Flow_16zg6l1</bpmn:incoming>
<bpmn:outgoing>Flow_1x2uiy1</bpmn:outgoing>
<bpmn:outgoing>Flow_1ukslx9</bpmn:outgoing>
</bpmn:exclusiveGateway>
<bpmn:userTask id="Activity_14tota3" name="Accept Request and provide topics">
<bpmn:incoming>Flow_1ukslx9</bpmn:incoming>
</bpmn:userTask>
<bpmn:sequenceFlow id="Flow_1ukslx9" name="Yes" sourceRef="Gateway_1jmvxf4" targetRef="Activity_14tota3" />
<bpmn:sequenceFlow id="Flow_1x2uiy1" name="No" sourceRef="Gateway_1jmvxf4" targetRef="Activity_0r2zr7d" />
<bpmn:sequenceFlow id="Flow_16zg6l1" sourceRef="Activity_12kpcfz" targetRef="Gateway_1jmvxf4" />
<bpmn:textAnnotation id="TextAnnotation_1ofyupa">
<bpmn:text>Chair View</bpmn:text>
</bpmn:textAnnotation>
<bpmn:textAnnotation id="TextAnnotation_03kz0mg">
<bpmn:text>Chair View</bpmn:text>
</bpmn:textAnnotation>
<bpmn:association id="Association_0lgr4rb" sourceRef="Activity_0r2zr7d" targetRef="TextAnnotation_1ofyupa" />
<bpmn:association id="Association_1j02mxx" sourceRef="Activity_14tota3" targetRef="TextAnnotation_03kz0mg" />
</bpmn:process>
<bpmn:process id="Process_10kj535" isExecutable="true">
<bpmn:startEvent id="StartEvent_1" name="Interest in writing a thesis">
<bpmn:outgoing>Flow_04ca0ht</bpmn:outgoing>
<bpmn:conditionalEventDefinition id="ConditionalEventDefinition_16x1avr">
<bpmn:condition xsi:type="bpmn:tFormalExpression" />
</bpmn:conditionalEventDefinition>
</bpmn:startEvent>
<bpmn:receiveTask id="Activity_1tst2pu" name="Accept Rejection">
<bpmn:outgoing>Flow_1ujm0zr</bpmn:outgoing>
<bpmn:outgoing>Flow_1kzzuok</bpmn:outgoing>
</bpmn:receiveTask>
<bpmn:endEvent id="Event_10wi8xi">
<bpmn:incoming>Flow_1ujm0zr</bpmn:incoming>
<bpmn:incoming>Flow_1kzzuok</bpmn:incoming>
</bpmn:endEvent>
<bpmn:userTask id="Activity_14ku9wq" name="Fill in Thesis Request Form">
<bpmn:incoming>Flow_04ca0ht</bpmn:incoming>
</bpmn:userTask>
<bpmn:sequenceFlow id="Flow_04ca0ht" sourceRef="StartEvent_1" targetRef="Activity_14ku9wq" />
<bpmn:sequenceFlow id="Flow_1ujm0zr" sourceRef="Activity_1tst2pu" targetRef="Event_10wi8xi" />
<bpmn:sequenceFlow id="Flow_1kzzuok" sourceRef="Activity_1tst2pu" targetRef="Event_10wi8xi" />
<bpmn:textAnnotation id="TextAnnotation_0vdk2o5">
<bpmn:text>Request Form</bpmn:text>
</bpmn:textAnnotation>
<bpmn:association id="Association_1u4utfa" sourceRef="Activity_14ku9wq" targetRef="TextAnnotation_0vdk2o5" />
</bpmn:process>
<bpmn:process id="Process_02lzbwf" isExecutable="false">
<bpmn:eventBasedGateway id="Gateway_0xfvs8e">
<bpmn:incoming>Flow_1c333n6</bpmn:incoming>
<bpmn:outgoing>Flow_03gyger</bpmn:outgoing>
<bpmn:outgoing>Flow_1529u2l</bpmn:outgoing>
</bpmn:eventBasedGateway>
<bpmn:serviceTask id="Activity_1uf1e9u" name="Add Student Request to Queue">
<bpmn:outgoing>Flow_1c333n6</bpmn:outgoing>
</bpmn:serviceTask>
<bpmn:intermediateCatchEvent id="Event_0fsl8sx" name="Few weeks have passed">
<bpmn:incoming>Flow_03gyger</bpmn:incoming>
<bpmn:outgoing>Flow_0z4ws4j</bpmn:outgoing>
<bpmn:timerEventDefinition id="TimerEventDefinition_0aulrmt" />
</bpmn:intermediateCatchEvent>
<bpmn:sendTask id="Activity_1fmfw4j" name="Notify chair">
<bpmn:incoming>Flow_0z4ws4j</bpmn:incoming>
<bpmn:incoming>Flow_078g7e6</bpmn:incoming>
</bpmn:sendTask>
<bpmn:intermediateCatchEvent id="Event_1xyvr4y" name="List threshold exceeded">
<bpmn:incoming>Flow_1529u2l</bpmn:incoming>
<bpmn:outgoing>Flow_078g7e6</bpmn:outgoing>
<bpmn:conditionalEventDefinition id="ConditionalEventDefinition_0dm8rbs">
<bpmn:condition xsi:type="bpmn:tFormalExpression" />
</bpmn:conditionalEventDefinition>
</bpmn:intermediateCatchEvent>
<bpmn:sendTask id="Activity_0asnbrx" name="Handle Rejection" />
<bpmn:intermediateCatchEvent id="Event_16x039d" name="Accept received">
<bpmn:messageEventDefinition id="MessageEventDefinition_0du7ej7" />
</bpmn:intermediateCatchEvent>
<bpmn:sequenceFlow id="Flow_1c333n6" sourceRef="Activity_1uf1e9u" targetRef="Gateway_0xfvs8e" />
<bpmn:sequenceFlow id="Flow_03gyger" sourceRef="Gateway_0xfvs8e" targetRef="Event_0fsl8sx" />
<bpmn:sequenceFlow id="Flow_1529u2l" sourceRef="Gateway_0xfvs8e" targetRef="Event_1xyvr4y" />
<bpmn:sequenceFlow id="Flow_0z4ws4j" sourceRef="Event_0fsl8sx" targetRef="Activity_1fmfw4j" />
<bpmn:sequenceFlow id="Flow_078g7e6" sourceRef="Event_1xyvr4y" targetRef="Activity_1fmfw4j" />
<bpmn:textAnnotation id="TextAnnotation_0ixfszs">
<bpmn:text>Save new request</bpmn:text>
</bpmn:textAnnotation>
<bpmn:textAnnotation id="TextAnnotation_0t0y77b">
<bpmn:text>Send Email Notification</bpmn:text>
</bpmn:textAnnotation>
<bpmn:association id="Association_1y0afti" sourceRef="Activity_1uf1e9u" targetRef="TextAnnotation_0ixfszs" />
<bpmn:association id="Association_0bezz66" sourceRef="Activity_1fmfw4j" targetRef="TextAnnotation_0t0y77b" />
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_0i3kshj">
<bpmndi:BPMNShape id="Participant_00rth3e_di" bpmnElement="Participant_00rth3e" isHorizontal="true">
<dc:Bounds x="130" y="579" width="990" height="251" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="TextAnnotation_1ofyupa_di" bpmnElement="TextAnnotation_1ofyupa">
<dc:Bounds x="660" y="600" width="100" height="30" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="TextAnnotation_03kz0mg_di" bpmnElement="TextAnnotation_03kz0mg">
<dc:Bounds x="1000" y="650" width="100" height="30" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_1ukslx9_di" bpmnElement="Flow_1ukslx9">
<di:waypoint x="720" y="735" />
<di:waypoint x="720" y="770" />
<di:waypoint x="900" y="770" />
<bpmndi:BPMNLabel>
<dc:Bounds x="731" y="753" width="18" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1x2uiy1_di" bpmnElement="Flow_1x2uiy1">
<di:waypoint x="745" y="710" />
<di:waypoint x="830" y="710" />
<di:waypoint x="830" y="680" />
<bpmndi:BPMNLabel>
<dc:Bounds x="745" y="693" width="15" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_16zg6l1_di" bpmnElement="Flow_16zg6l1">
<di:waypoint x="670" y="710" />
<di:waypoint x="695" y="710" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Activity_01pggy6_di" bpmnElement="Activity_12kpcfz">
<dc:Bounds x="570" y="670" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0oujy7n_di" bpmnElement="Activity_0r2zr7d">
<dc:Bounds x="780" y="600" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Gateway_1jmvxf4_di" bpmnElement="Gateway_1jmvxf4" isMarkerVisible="true">
<dc:Bounds x="695" y="685" width="50" height="50" />
<bpmndi:BPMNLabel>
<dc:Bounds x="682" y="661" width="75" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1ic75zx_di" bpmnElement="Activity_14tota3">
<dc:Bounds x="900" y="730" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Association_0lgr4rb_di" bpmnElement="Association_0lgr4rb">
<di:waypoint x="780" y="630" />
<di:waypoint x="760" y="625" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Association_1j02mxx_di" bpmnElement="Association_1j02mxx">
<di:waypoint x="988" y="730" />
<di:waypoint x="1036" y="680" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Participant_1blbuba_di" bpmnElement="Participant_1blbuba" isHorizontal="true">
<dc:Bounds x="130" y="80" width="990" height="210" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="TextAnnotation_0vdk2o5_di" bpmnElement="TextAnnotation_0vdk2o5">
<dc:Bounds x="430" y="100" width="100" height="30" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_04ca0ht_di" bpmnElement="Flow_04ca0ht">
<di:waypoint x="225" y="157" />
<di:waypoint x="280" y="157" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1ujm0zr_di" bpmnElement="Flow_1ujm0zr">
<di:waypoint x="880" y="157" />
<di:waypoint x="952" y="157" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1kzzuok_di" bpmnElement="Flow_1kzzuok">
<di:waypoint x="880" y="157" />
<di:waypoint x="952" y="157" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Event_0fy9bgw_di" bpmnElement="StartEvent_1">
<dc:Bounds x="189" y="139" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="165" y="182" width="84" height="27" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1otvgmi_di" bpmnElement="Activity_1tst2pu">
<dc:Bounds x="780" y="117" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_10wi8xi_di" bpmnElement="Event_10wi8xi">
<dc:Bounds x="952" y="139" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0nfndjz_di" bpmnElement="Activity_14ku9wq">
<dc:Bounds x="280" y="117" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Association_1u4utfa_di" bpmnElement="Association_1u4utfa">
<di:waypoint x="380" y="143" />
<di:waypoint x="430" y="129" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Participant_10mps9m_di" bpmnElement="Participant_10mps9m" isHorizontal="true">
<dc:Bounds x="130" y="290" width="990" height="289" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="TextAnnotation_0ixfszs_di" bpmnElement="TextAnnotation_0ixfszs">
<dc:Bounds x="190" y="500" width="100" height="40" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="TextAnnotation_0t0y77b_di" bpmnElement="TextAnnotation_0t0y77b">
<dc:Bounds x="640" y="310" width="100" height="40" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_1c333n6_di" bpmnElement="Flow_1c333n6">
<di:waypoint x="380" y="430" />
<di:waypoint x="415" y="430" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_03gyger_di" bpmnElement="Flow_03gyger">
<di:waypoint x="440" y="405" />
<di:waypoint x="440" y="360" />
<di:waypoint x="482" y="360" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1529u2l_di" bpmnElement="Flow_1529u2l">
<di:waypoint x="440" y="455" />
<di:waypoint x="440" y="490" />
<di:waypoint x="482" y="490" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0z4ws4j_di" bpmnElement="Flow_0z4ws4j">
<di:waypoint x="518" y="360" />
<di:waypoint x="540" y="360" />
<di:waypoint x="540" y="410" />
<di:waypoint x="570" y="410" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_078g7e6_di" bpmnElement="Flow_078g7e6">
<di:waypoint x="518" y="490" />
<di:waypoint x="540" y="490" />
<di:waypoint x="540" y="440" />
<di:waypoint x="570" y="440" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Gateway_1u3n8bp_di" bpmnElement="Gateway_0xfvs8e">
<dc:Bounds x="415" y="405" width="50" height="50" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_09q0o3t_di" bpmnElement="Activity_1uf1e9u">
<dc:Bounds x="280" y="390" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_0gn6gdn_di" bpmnElement="Event_0fsl8sx">
<dc:Bounds x="482" y="342" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="459" y="305" width="82" height="27" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0pjcos6_di" bpmnElement="Activity_1fmfw4j">
<dc:Bounds x="570" y="380" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_1dwlzo2_di" bpmnElement="Event_1xyvr4y">
<dc:Bounds x="482" y="472" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="467" y="517" width="66" height="27" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0htzt52_di" bpmnElement="Activity_0asnbrx">
<dc:Bounds x="780" y="390" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_1mh1mrm_di" bpmnElement="Event_16x039d">
<dc:Bounds x="932" y="412" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="911" y="382" width="78" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Association_1y0afti_di" bpmnElement="Association_1y0afti">
<di:waypoint x="288" y="470" />
<di:waypoint x="256" y="500" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Association_0bezz66_di" bpmnElement="Association_0bezz66">
<di:waypoint x="649" y="380" />
<di:waypoint x="672" y="350" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0gpx6mr_di" bpmnElement="Flow_0gpx6mr">
<di:waypoint x="620" y="460" />
<di:waypoint x="620" y="670" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0dpjypc_di" bpmnElement="Flow_0dpjypc">
<di:waypoint x="830" y="600" />
<di:waypoint x="830" y="470" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1ltmdih_di" bpmnElement="Flow_1ltmdih">
<di:waypoint x="950" y="730" />
<di:waypoint x="950" y="448" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1ulkyhs_di" bpmnElement="Flow_1ulkyhs">
<di:waypoint x="830" y="390" />
<di:waypoint x="830" y="197" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_04e2so0_di" bpmnElement="Flow_04e2so0">
<di:waypoint x="330" y="197" />
<di:waypoint x="330" y="390" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>