-
Notifications
You must be signed in to change notification settings - Fork 0
/
retrieve_feedbacks.py
299 lines (285 loc) · 694 KB
/
retrieve_feedbacks.py
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
import json
from pathlib import Path
import os
from functools import reduce
import requests
import time
from timeit import default_timer as timer
exercise = """[
{
"id": 1,
"text": "Example Solution",
"model": "{\\"version\\":\\"3.0.0\\",\\"type\\":\\"BPMN\\",\\"size\\":{\\"width\\":1540,\\"height\\":940},\\"interactive\\":{\\"elements\\":{},\\"relationships\\":{}},\\"elements\\":{\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\":{\\"id\\":\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\",\\"name\\":\\"Loan Applicant\\",\\"type\\":\\"BPMNPool\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":0,\\"y\\":0,\\"width\\":1370,\\"height\\":160}},\\"6f8dba39-5d62-47d0-870b-37294b903ae7\\":{\\"id\\":\\"6f8dba39-5d62-47d0-870b-37294b903ae7\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNStartEvent\\",\\"owner\\":\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\",\\"bounds\\":{\\"x\\":60,\\"y\\":50,\\"width\\":40,\\"height\\":40},\\"eventType\\":\\"default\\"},\\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\":{\\"id\\":\\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\",\\"name\\":\\"Send credit request\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\",\\"bounds\\":{\\"x\\":140,\\"y\\":40,\\"width\\":140,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\":{\\"id\\":\\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\",\\"name\\":\\"Quote received\\",\\"type\\":\\"BPMNIntermediateEvent\\",\\"owner\\":\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\",\\"bounds\\":{\\"x\\":980,\\"y\\":50,\\"width\\":40,\\"height\\":40},\\"eventType\\":\\"message-catch\\"},\\"a5506560-9631-448f-85ee-aa42581ac048\\":{\\"id\\":\\"a5506560-9631-448f-85ee-aa42581ac048\\",\\"name\\":\\"Review quote\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\",\\"bounds\\":{\\"x\\":1080,\\"y\\":40,\\"width\\":160,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\":{\\"id\\":\\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNEndEvent\\",\\"owner\\":\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\",\\"bounds\\":{\\"x\\":1310,\\"y\\":50,\\"width\\":40,\\"height\\":40},\\"eventType\\":\\"default\\"},\\"e975fb67-ccc1-4373-b214-d3e8742930aa\\":{\\"id\\":\\"e975fb67-ccc1-4373-b214-d3e8742930aa\\",\\"name\\":\\"Credit Institute\\",\\"type\\":\\"BPMNPool\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":0,\\"y\\":200,\\"width\\":1370,\\"height\\":430}},\\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\":{\\"id\\":\\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\",\\"name\\":\\"Loan Assessor\\",\\"type\\":\\"BPMNSwimlane\\",\\"owner\\":\\"e975fb67-ccc1-4373-b214-d3e8742930aa\\",\\"bounds\\":{\\"x\\":40,\\"y\\":470,\\"width\\":1330,\\"height\\":160}},\\"a78c7661-7823-4d40-9753-a87a92f3bc93\\":{\\"id\\":\\"a78c7661-7823-4d40-9753-a87a92f3bc93\\",\\"name\\":\\"Assess risk\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\",\\"bounds\\":{\\"x\\":530,\\"y\\":520,\\"width\\":160,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\":{\\"id\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"name\\":\\"Loan Provider\\",\\"type\\":\\"BPMNSwimlane\\",\\"owner\\":\\"e975fb67-ccc1-4373-b214-d3e8742930aa\\",\\"bounds\\":{\\"x\\":40,\\"y\\":200,\\"width\\":1330,\\"height\\":270}},\\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\":{\\"id\\":\\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\",\\"name\\":\\"Review request\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":270,\\"y\\":230,\\"width\\":140,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\":{\\"id\\":\\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\",\\"name\\":\\"Credit request received\\",\\"type\\":\\"BPMNStartEvent\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":190,\\"y\\":240,\\"width\\":40,\\"height\\":40},\\"eventType\\":\\"message\\"},\\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\":{\\"id\\":\\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNGateway\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":450,\\"y\\":240,\\"width\\":40,\\"height\\":40},\\"gatewayType\\":\\"parallel\\"},\\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\":{\\"id\\":\\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\",\\"name\\":\\"Standard terms applicable?\\",\\"type\\":\\"BPMNGateway\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":530,\\"y\\":240,\\"width\\":40,\\"height\\":40},\\"gatewayType\\":\\"exclusive\\"},\\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\":{\\"id\\":\\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\",\\"name\\":\\"Calculate terms\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":610,\\"y\\":230,\\"width\\":140,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\":{\\"id\\":\\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNGateway\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":790,\\"y\\":240,\\"width\\":40,\\"height\\":40},\\"gatewayType\\":\\"exclusive\\"},\\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\":{\\"id\\":\\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\",\\"name\\":\\"Send quote\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":1130,\\"y\\":230,\\"width\\":140,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\":{\\"id\\":\\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\",\\"name\\":\\"Quote sent\\",\\"type\\":\\"BPMNEndEvent\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":1310,\\"y\\":240,\\"width\\":40,\\"height\\":40},\\"eventType\\":\\"default\\"},\\"bdfce06b-db3e-45c8-9976-4ef57108218b\\":{\\"id\\":\\"bdfce06b-db3e-45c8-9976-4ef57108218b\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNGateway\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":1050,\\"y\\":240,\\"width\\":40,\\"height\\":40},\\"gatewayType\\":\\"parallel\\"},\\"be966228-7ed4-42c4-ad79-432f459f9feb\\":{\\"id\\":\\"be966228-7ed4-42c4-ad79-432f459f9feb\\",\\"name\\":\\"Prepare special terms\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":610,\\"y\\":380,\\"width\\":140,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\":{\\"id\\":\\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\",\\"name\\":\\"Prepare contract\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":870,\\"y\\":230,\\"width\\":140,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"}},\\"relationships\\":{\\"a6626dca-b9c5-45b5-9309-e5f0a3fb9a4f\\":{\\"id\\":\\"a6626dca-b9c5-45b5-9309-e5f0a3fb9a4f\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":100,\\"y\\":70,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"6f8dba39-5d62-47d0-870b-37294b903ae7\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"e81e5161-51c8-41b8-89f0-66e36da614c1\\":{\\"id\\":\\"e81e5161-51c8-41b8-89f0-66e36da614c1\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":280,\\"y\\":70,\\"width\\":700,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":700,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\":{\\"id\\":\\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":230,\\"y\\":260,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\":{\\"id\\":\\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":210,\\"y\\":100,\\"width\\":1,\\"height\\":140},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":0,\\"y\\":140}],\\"source\\":{\\"direction\\":\\"Down\\",\\"element\\":\\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"},\\"target\\":{\\"direction\\":\\"Up\\",\\"element\\":\\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"message\\"},\\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\":{\\"id\\":\\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":470,\\"y\\":280,\\"width\\":60,\\"height\\":270},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":0,\\"y\\":270},{\\"x\\":60,\\"y\\":270}],\\"source\\":{\\"direction\\":\\"Down\\",\\"element\\":\\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"b605327e-6a48-4f12-a4d4-97665fb7f230\\":{\\"id\\":\\"b605327e-6a48-4f12-a4d4-97665fb7f230\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":410,\\"y\\":260,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\":{\\"id\\":\\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":490,\\"y\\":260,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\":{\\"id\\":\\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\",\\"name\\":\\"yes\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":570,\\"y\\":220,\\"width\\":40,\\"height\\":41},\\"path\\":[{\\"x\\":0,\\"y\\":40},{\\"x\\":40,\\"y\\":40}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\":{\\"id\\":\\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":750,\\"y\\":260,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\":{\\"id\\":\\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":1090,\\"y\\":260,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\":{\\"id\\":\\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":830,\\"y\\":260,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\":{\\"id\\":\\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":1010,\\"y\\":260,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"a72d62b3-e113-4b90-bfd9-2480861d1186\\":{\\"id\\":\\"a72d62b3-e113-4b90-bfd9-2480861d1186\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":1270,\\"y\\":260,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"70b979b6-32e9-45c7-be45-518507652a30\\":{\\"id\\":\\"70b979b6-32e9-45c7-be45-518507652a30\\",\\"name\\":\\"no\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":550,\\"y\\":280,\\"width\\":60,\\"height\\":130},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":0,\\"y\\":130},{\\"x\\":60,\\"y\\":130}],\\"source\\":{\\"direction\\":\\"Down\\",\\"element\\":\\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"be966228-7ed4-42c4-ad79-432f459f9feb\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\":{\\"id\\":\\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":750,\\"y\\":280,\\"width\\":60,\\"height\\":130},\\"path\\":[{\\"x\\":0,\\"y\\":130},{\\"x\\":60,\\"y\\":130},{\\"x\\":60,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"be966228-7ed4-42c4-ad79-432f459f9feb\\"},\\"target\\":{\\"direction\\":\\"Down\\",\\"element\\":\\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\":{\\"id\\":\\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":690,\\"y\\":280,\\"width\\":380,\\"height\\":270},\\"path\\":[{\\"x\\":0,\\"y\\":270},{\\"x\\":380,\\"y\\":270},{\\"x\\":380,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"},\\"target\\":{\\"direction\\":\\"Down\\",\\"element\\":\\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\":{\\"id\\":\\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":1240,\\"y\\":70,\\"width\\":70,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":70,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"a5506560-9631-448f-85ee-aa42581ac048\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\":{\\"id\\":\\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":1020,\\"y\\":70,\\"width\\":60,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":60,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"a5506560-9631-448f-85ee-aa42581ac048\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"aec45998-06bb-4213-a615-8e512c05a855\\":{\\"id\\":\\"aec45998-06bb-4213-a615-8e512c05a855\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":1000,\\"y\\":90,\\"width\\":200,\\"height\\":140},\\"path\\":[{\\"x\\":200,\\"y\\":140},{\\"x\\":200,\\"y\\":88.39453125},{\\"x\\":0,\\"y\\":88.39453125},{\\"x\\":0,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Up\\",\\"element\\":\\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"},\\"target\\":{\\"direction\\":\\"Down\\",\\"element\\":\\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"},\\"isManuallyLayouted\\":true,\\"flowType\\":\\"message\\"}},\\"assessments\\":{}}",
"meta": {}
},
{
"id": 2,
"text": "1.1.1.1 Missing start event",
"model": "{\\"version\\": \\"3.0.0\\", \\"type\\": \\"BPMN\\", \\"size\\": {\\"width\\": 1420, \\"height\\": 680}, \\"interactive\\": {\\"elements\\": {}, \\"relationships\\": {}}, \\"elements\\": {\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\": {\\"id\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"name\\": \\"Loan Applicant\\", \\"type\\": \\"BPMNPool\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 0, \\"y\\": 0, \\"width\\": 1370, \\"height\\": 160}}, \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\": {\\"id\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\", \\"name\\": \\"Send credit request\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 140, \\"y\\": 40, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\": {\\"id\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\", \\"name\\": \\"Quote received\\", \\"type\\": \\"BPMNIntermediateEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 980, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"message-catch\\"}, \\"a5506560-9631-448f-85ee-aa42581ac048\\": {\\"id\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\", \\"name\\": \\"Review quote\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 1080, \\"y\\": 40, \\"width\\": 160, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\": {\\"id\\": \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 1310, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\": {\\"id\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"name\\": \\"Credit Institute\\", \\"type\\": \\"BPMNPool\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 0, \\"y\\": 200, \\"width\\": 1370, \\"height\\": 430}}, \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\": {\\"id\\": \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\", \\"name\\": \\"Loan Assessor\\", \\"type\\": \\"BPMNSwimlane\\", \\"owner\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"bounds\\": {\\"x\\": 40, \\"y\\": 470, \\"width\\": 1330, \\"height\\": 160}}, \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\": {\\"id\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\", \\"name\\": \\"Assess risk\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\", \\"bounds\\": {\\"x\\": 530, \\"y\\": 520, \\"width\\": 160, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\": {\\"id\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"name\\": \\"Loan Provider\\", \\"type\\": \\"BPMNSwimlane\\", \\"owner\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"bounds\\": {\\"x\\": 40, \\"y\\": 200, \\"width\\": 1330, \\"height\\": 270}}, \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\": {\\"id\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\", \\"name\\": \\"Review request\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 270, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\": {\\"id\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 450, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"parallel\\"}, \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\": {\\"id\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\", \\"name\\": \\"Standard terms applicable?\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 530, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\": {\\"id\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\", \\"name\\": \\"Calculate terms\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 610, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\": {\\"id\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 790, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\": {\\"id\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\", \\"name\\": \\"Send quote\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1130, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\": {\\"id\\": \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\", \\"name\\": \\"Quote sent\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1310, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\": {\\"id\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1050, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"parallel\\"}, \\"be966228-7ed4-42c4-ad79-432f459f9feb\\": {\\"id\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\", \\"name\\": \\"Prepare special terms\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 610, \\"y\\": 380, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\": {\\"id\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\", \\"name\\": \\"Prepare contract\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 870, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}}, \\"relationships\\": {\\"e81e5161-51c8-41b8-89f0-66e36da614c1\\": {\\"id\\": \\"e81e5161-51c8-41b8-89f0-66e36da614c1\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 280, \\"y\\": 70, \\"width\\": 700, \\"height\\": 1}, \\"path\\": [ {\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 700, \\"y\\": 0} ], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\": {\\"id\\": \\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 470, \\"y\\": 280, \\"width\\": 60, \\"height\\": 270}, \\"path\\": [ {\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 270}, {\\"x\\": 60, \\"y\\": 270} ], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"b605327e-6a48-4f12-a4d4-97665fb7f230\\": {\\"id\\": \\"b605327e-6a48-4f12-a4d4-97665fb7f230\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 410, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [ {\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0} ], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\": {\\"id\\": \\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 490, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [ {\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0} ], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\": {\\"id\\": \\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\", \\"name\\": \\"yes\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 570, \\"y\\": 220, \\"width\\": 40, \\"height\\": 41}, \\"path\\": [ {\\"x\\": 0, \\"y\\": 40}, {\\"x\\": 40, \\"y\\": 40} ], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\": {\\"id\\": \\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 750, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [ {\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0} ], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\": {\\"id\\": \\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1090, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [ {\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0} ], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\": {\\"id\\": \\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 830, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [ {\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0} ], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\": {\\"id\\": \\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1010, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [ {\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0} ], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"a72d62b3-e113-4b90-bfd9-2480861d1186\\": {\\"id\\": \\"a72d62b3-e113-4b90-bfd9-2480861d1186\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1270, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [ {\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0} ], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"70b979b6-32e9-45c7-be45-518507652a30\\": {\\"id\\": \\"70b979b6-32e9-45c7-be45-518507652a30\\", \\"name\\": \\"no\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 550, \\"y\\": 280, \\"width\\": 60, \\"height\\": 130}, \\"path\\": [ {\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 130} ], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\": {\\"id\\": \\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 750, \\"y\\": 280, \\"width\\": 60, \\"height\\": 130}, \\"path\\": [ {\\"x\\": 0, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 0} ], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\": {\\"id\\": \\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 690, \\"y\\": 280, \\"width\\": 380, \\"height\\": 270}, \\"path\\": [ {\\"x\\": 0, \\"y\\": 270}, {\\"x\\": 380, \\"y\\": 270}, {\\"x\\": 380, \\"y\\": 0} ], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\": {\\"id\\": \\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1240, \\"y\\": 70, \\"width\\": 70, \\"height\\": 1}, \\"path\\": [ {\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 70, \\"y\\": 0} ], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\": {\\"id\\": \\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1020, \\"y\\": 70, \\"width\\": 60, \\"height\\": 1}, \\"path\\": [ {\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 60, \\"y\\": 0} ], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"aec45998-06bb-4213-a615-8e512c05a855\\": {\\"id\\": \\"aec45998-06bb-4213-a615-8e512c05a855\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1000, \\"y\\": 90, \\"width\\": 200, \\"height\\": 140}, \\"path\\": [ {\\"x\\": 200, \\"y\\": 140}, {\\"x\\": 200, \\"y\\": 88.39453125}, {\\"x\\": 0, \\"y\\": 88.39453125}, {\\"x\\": 0, \\"y\\": 0} ], \\"source\\": {\\"direction\\": \\"Up\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"isManuallyLayouted\\": true, \\"flowType\\": \\"message\\"}}, \\"assessments\\": {}}",
"meta": {}
},
{
"id": 3,
"text": "1.1.1.2 Missing end event",
"model": "{\\"version\\": \\"3.0.0\\", \\"type\\": \\"BPMN\\", \\"size\\": {\\"width\\": 1420, \\"height\\": 680}, \\"interactive\\": {\\"elements\\": {}, \\"relationships\\": {}}, \\"elements\\": {\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\": {\\"id\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"name\\": \\"Loan Applicant\\", \\"type\\": \\"BPMNPool\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 0, \\"y\\": 0, \\"width\\": 1370, \\"height\\": 160}}, \\"6f8dba39-5d62-47d0-870b-37294b903ae7\\": {\\"id\\": \\"6f8dba39-5d62-47d0-870b-37294b903ae7\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNStartEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 60, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\": {\\"id\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\", \\"name\\": \\"Send credit request\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 140, \\"y\\": 40, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\": {\\"id\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\", \\"name\\": \\"Quote received\\", \\"type\\": \\"BPMNIntermediateEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 980, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"message-catch\\"}, \\"a5506560-9631-448f-85ee-aa42581ac048\\": {\\"id\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\", \\"name\\": \\"Review quote\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 1080, \\"y\\": 40, \\"width\\": 160, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\": {\\"id\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"name\\": \\"Credit Institute\\", \\"type\\": \\"BPMNPool\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 0, \\"y\\": 200, \\"width\\": 1370, \\"height\\": 430}}, \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\": {\\"id\\": \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\", \\"name\\": \\"Loan Assessor\\", \\"type\\": \\"BPMNSwimlane\\", \\"owner\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"bounds\\": {\\"x\\": 40, \\"y\\": 470, \\"width\\": 1330, \\"height\\": 160}}, \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\": {\\"id\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\", \\"name\\": \\"Assess risk\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\", \\"bounds\\": {\\"x\\": 530, \\"y\\": 520, \\"width\\": 160, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\": {\\"id\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"name\\": \\"Loan Provider\\", \\"type\\": \\"BPMNSwimlane\\", \\"owner\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"bounds\\": {\\"x\\": 40, \\"y\\": 200, \\"width\\": 1330, \\"height\\": 270}}, \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\": {\\"id\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\", \\"name\\": \\"Review request\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 270, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\": {\\"id\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\", \\"name\\": \\"Credit request received\\", \\"type\\": \\"BPMNStartEvent\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 190, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"message\\"}, \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\": {\\"id\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 450, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"parallel\\"}, \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\": {\\"id\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\", \\"name\\": \\"Standard terms applicable?\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 530, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\": {\\"id\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\", \\"name\\": \\"Calculate terms\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 610, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\": {\\"id\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 790, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\": {\\"id\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\", \\"name\\": \\"Send quote\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1130, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\": {\\"id\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1050, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"parallel\\"}, \\"be966228-7ed4-42c4-ad79-432f459f9feb\\": {\\"id\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\", \\"name\\": \\"Prepare special terms\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 610, \\"y\\": 380, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\": {\\"id\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\", \\"name\\": \\"Prepare contract\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 870, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}}, \\"relationships\\": {\\"a6626dca-b9c5-45b5-9309-e5f0a3fb9a4f\\": {\\"id\\": \\"a6626dca-b9c5-45b5-9309-e5f0a3fb9a4f\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 100, \\"y\\": 70, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"6f8dba39-5d62-47d0-870b-37294b903ae7\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"e81e5161-51c8-41b8-89f0-66e36da614c1\\": {\\"id\\": \\"e81e5161-51c8-41b8-89f0-66e36da614c1\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 280, \\"y\\": 70, \\"width\\": 700, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 700, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\": {\\"id\\": \\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 230, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\": {\\"id\\": \\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 210, \\"y\\": 100, \\"width\\": 1, \\"height\\": 140}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 140}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"target\\": {\\"direction\\": \\"Up\\", \\"element\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"message\\"}, \\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\": {\\"id\\": \\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 470, \\"y\\": 280, \\"width\\": 60, \\"height\\": 270}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 270}, {\\"x\\": 60, \\"y\\": 270}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"b605327e-6a48-4f12-a4d4-97665fb7f230\\": {\\"id\\": \\"b605327e-6a48-4f12-a4d4-97665fb7f230\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 410, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\": {\\"id\\": \\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 490, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\": {\\"id\\": \\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\", \\"name\\": \\"yes\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 570, \\"y\\": 220, \\"width\\": 40, \\"height\\": 41}, \\"path\\": [{\\"x\\": 0, \\"y\\": 40}, {\\"x\\": 40, \\"y\\": 40}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\": {\\"id\\": \\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 750, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\": {\\"id\\": \\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1090, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\": {\\"id\\": \\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 830, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\": {\\"id\\": \\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1010, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"70b979b6-32e9-45c7-be45-518507652a30\\": {\\"id\\": \\"70b979b6-32e9-45c7-be45-518507652a30\\", \\"name\\": \\"no\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 550, \\"y\\": 280, \\"width\\": 60, \\"height\\": 130}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 130}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\": {\\"id\\": \\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 750, \\"y\\": 280, \\"width\\": 60, \\"height\\": 130}, \\"path\\": [{\\"x\\": 0, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\": {\\"id\\": \\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 690, \\"y\\": 280, \\"width\\": 380, \\"height\\": 270}, \\"path\\": [{\\"x\\": 0, \\"y\\": 270}, {\\"x\\": 380, \\"y\\": 270}, {\\"x\\": 380, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\": {\\"id\\": \\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1020, \\"y\\": 70, \\"width\\": 60, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 60, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"aec45998-06bb-4213-a615-8e512c05a855\\": {\\"id\\": \\"aec45998-06bb-4213-a615-8e512c05a855\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1000, \\"y\\": 90, \\"width\\": 200, \\"height\\": 140}, \\"path\\": [{\\"x\\": 200, \\"y\\": 140}, {\\"x\\": 200, \\"y\\": 88.39453125}, {\\"x\\": 0, \\"y\\": 88.39453125}, {\\"x\\": 0, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Up\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"isManuallyLayouted\\": true, \\"flowType\\": \\"message\\"}}, \\"assessments\\": {}}",
"meta": {}
},
{
"id": 4,
"text": "1.2.1 Non-control-flow as control-flow",
"model": "{\\"version\\": \\"3.0.0\\", \\"type\\": \\"BPMN\\", \\"size\\": {\\"width\\": 1420, \\"height\\": 680}, \\"interactive\\": {\\"elements\\": {}, \\"relationships\\": {}}, \\"elements\\": {\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\": {\\"id\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"name\\": \\"Loan Applicant\\", \\"type\\": \\"BPMNPool\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 0, \\"y\\": 0, \\"width\\": 1370, \\"height\\": 160}}, \\"6f8dba39-5d62-47d0-870b-37294b903ae7\\": {\\"id\\": \\"6f8dba39-5d62-47d0-870b-37294b903ae7\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNStartEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 60, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\": {\\"id\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\", \\"name\\": \\"Quote received\\", \\"type\\": \\"BPMNIntermediateEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 980, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"message-catch\\"}, \\"a5506560-9631-448f-85ee-aa42581ac048\\": {\\"id\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\", \\"name\\": \\"Review quote\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 1080, \\"y\\": 40, \\"width\\": 160, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\": {\\"id\\": \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 1310, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"9ae6586f-6985-44bd-ad56-cbfed63cdf82\\": {\\"id\\": \\"9ae6586f-6985-44bd-ad56-cbfed63cdf82\\", \\"name\\": \\"Send credit request\\", \\"type\\": \\"BPMNDataObject\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 190, \\"y\\": 20, \\"width\\": 40, \\"height\\": 60}}, \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\": {\\"id\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"name\\": \\"Credit Institute\\", \\"type\\": \\"BPMNPool\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 0, \\"y\\": 200, \\"width\\": 1370, \\"height\\": 430}}, \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\": {\\"id\\": \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\", \\"name\\": \\"Loan Assessor\\", \\"type\\": \\"BPMNSwimlane\\", \\"owner\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"bounds\\": {\\"x\\": 40, \\"y\\": 470, \\"width\\": 1330, \\"height\\": 160}}, \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\": {\\"id\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\", \\"name\\": \\"Assess risk\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\", \\"bounds\\": {\\"x\\": 530, \\"y\\": 520, \\"width\\": 160, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\": {\\"id\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"name\\": \\"Loan Provider\\", \\"type\\": \\"BPMNSwimlane\\", \\"owner\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"bounds\\": {\\"x\\": 40, \\"y\\": 200, \\"width\\": 1330, \\"height\\": 270}}, \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\": {\\"id\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\", \\"name\\": \\"Review request\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 270, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\": {\\"id\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\", \\"name\\": \\"Credit request received\\", \\"type\\": \\"BPMNStartEvent\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 190, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"message\\"}, \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\": {\\"id\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 450, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"parallel\\"}, \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\": {\\"id\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\", \\"name\\": \\"Standard terms applicable?\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 530, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\": {\\"id\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\", \\"name\\": \\"Calculate terms\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 610, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\": {\\"id\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 790, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\": {\\"id\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\", \\"name\\": \\"Send quote\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1130, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\": {\\"id\\": \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\", \\"name\\": \\"Quote sent\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1310, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\": {\\"id\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1050, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"parallel\\"}, \\"be966228-7ed4-42c4-ad79-432f459f9feb\\": {\\"id\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\", \\"name\\": \\"Prepare special terms\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 610, \\"y\\": 380, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\": {\\"id\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\", \\"name\\": \\"Prepare contract\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 870, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}}, \\"relationships\\": {\\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\": {\\"id\\": \\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 230, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\": {\\"id\\": \\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 470, \\"y\\": 280, \\"width\\": 60, \\"height\\": 270}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 270}, {\\"x\\": 60, \\"y\\": 270}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"b605327e-6a48-4f12-a4d4-97665fb7f230\\": {\\"id\\": \\"b605327e-6a48-4f12-a4d4-97665fb7f230\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 410, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\": {\\"id\\": \\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 490, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\": {\\"id\\": \\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\", \\"name\\": \\"yes\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 570, \\"y\\": 220, \\"width\\": 40, \\"height\\": 41}, \\"path\\": [{\\"x\\": 0, \\"y\\": 40}, {\\"x\\": 40, \\"y\\": 40}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\": {\\"id\\": \\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 750, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\": {\\"id\\": \\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1090, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\": {\\"id\\": \\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 830, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\": {\\"id\\": \\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1010, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"a72d62b3-e113-4b90-bfd9-2480861d1186\\": {\\"id\\": \\"a72d62b3-e113-4b90-bfd9-2480861d1186\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1270, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"70b979b6-32e9-45c7-be45-518507652a30\\": {\\"id\\": \\"70b979b6-32e9-45c7-be45-518507652a30\\", \\"name\\": \\"no\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 550, \\"y\\": 280, \\"width\\": 60, \\"height\\": 130}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 130}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\": {\\"id\\": \\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 750, \\"y\\": 280, \\"width\\": 60, \\"height\\": 130}, \\"path\\": [{\\"x\\": 0, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\": {\\"id\\": \\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 690, \\"y\\": 280, \\"width\\": 380, \\"height\\": 270}, \\"path\\": [{\\"x\\": 0, \\"y\\": 270}, {\\"x\\": 380, \\"y\\": 270}, {\\"x\\": 380, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\": {\\"id\\": \\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1240, \\"y\\": 70, \\"width\\": 70, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 70, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\": {\\"id\\": \\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1020, \\"y\\": 70, \\"width\\": 60, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 60, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"aec45998-06bb-4213-a615-8e512c05a855\\": {\\"id\\": \\"aec45998-06bb-4213-a615-8e512c05a855\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1000, \\"y\\": 90, \\"width\\": 200, \\"height\\": 140}, \\"path\\": [{\\"x\\": 200, \\"y\\": 140}, {\\"x\\": 200, \\"y\\": 88.39453125}, {\\"x\\": 0, \\"y\\": 88.39453125}, {\\"x\\": 0, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Up\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"isManuallyLayouted\\": true, \\"flowType\\": \\"message\\"}, \\"05ca56f8-1861-4558-adbd-ccaf9faaed18\\": {\\"id\\": \\"05ca56f8-1861-4558-adbd-ccaf9faaed18\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 100, \\"y\\": 50, \\"width\\": 90, \\"height\\": 20}, \\"path\\": [{\\"x\\": 0, \\"y\\": 20}, {\\"x\\": 45, \\"y\\": 20}, {\\"x\\": 45, \\"y\\": 0}, {\\"x\\": 90, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"6f8dba39-5d62-47d0-870b-37294b903ae7\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"9ae6586f-6985-44bd-ad56-cbfed63cdf82\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"950169bc-3b9a-405b-9d31-53bd4a21e212\\": {\\"id\\": \\"950169bc-3b9a-405b-9d31-53bd4a21e212\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 230, \\"y\\": 50, \\"width\\": 750, \\"height\\": 20}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 20}, {\\"x\\": 750, \\"y\\": 20}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"9ae6586f-6985-44bd-ad56-cbfed63cdf82\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"2ebb6d42-4764-4c38-b018-d6accc1c8eac\\": {\\"id\\": \\"2ebb6d42-4764-4c38-b018-d6accc1c8eac\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 210, \\"y\\": 80, \\"width\\": 1, \\"height\\": 160}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 160}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"9ae6586f-6985-44bd-ad56-cbfed63cdf82\\"}, \\"target\\": {\\"direction\\": \\"Up\\", \\"element\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"message\\"}}, \\"assessments\\": {}}",
"meta": {}
},
{
"id": 5,
"text": "1.2.2.1 Using an event as indicator",
"model": "{\\"version\\": \\"3.0.0\\", \\"type\\": \\"BPMN\\", \\"size\\": {\\"width\\": 1420, \\"height\\": 680}, \\"interactive\\": {\\"elements\\": {}, \\"relationships\\": {}}, \\"elements\\": {\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\": {\\"id\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"name\\": \\"Loan Applicant\\", \\"type\\": \\"BPMNPool\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 0, \\"y\\": 0, \\"width\\": 1370, \\"height\\": 160}}, \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\": {\\"id\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\", \\"name\\": \\"Send credit request\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 140, \\"y\\": 40, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\": {\\"id\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\", \\"name\\": \\"Quote received\\", \\"type\\": \\"BPMNIntermediateEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 980, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"message-catch\\"}, \\"a5506560-9631-448f-85ee-aa42581ac048\\": {\\"id\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\", \\"name\\": \\"Review quote\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 1080, \\"y\\": 40, \\"width\\": 160, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\": {\\"id\\": \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 1310, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"ead65107-7a97-46df-9225-0770271953b7\\": {\\"id\\": \\"ead65107-7a97-46df-9225-0770271953b7\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 60, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\": {\\"id\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"name\\": \\"Credit Institute\\", \\"type\\": \\"BPMNPool\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 0, \\"y\\": 200, \\"width\\": 1370, \\"height\\": 430}}, \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\": {\\"id\\": \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\", \\"name\\": \\"Loan Assessor\\", \\"type\\": \\"BPMNSwimlane\\", \\"owner\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"bounds\\": {\\"x\\": 40, \\"y\\": 470, \\"width\\": 1330, \\"height\\": 160}}, \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\": {\\"id\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\", \\"name\\": \\"Assess risk\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\", \\"bounds\\": {\\"x\\": 530, \\"y\\": 520, \\"width\\": 160, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\": {\\"id\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"name\\": \\"Loan Provider\\", \\"type\\": \\"BPMNSwimlane\\", \\"owner\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"bounds\\": {\\"x\\": 40, \\"y\\": 200, \\"width\\": 1330, \\"height\\": 270}}, \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\": {\\"id\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\", \\"name\\": \\"Review request\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 270, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\": {\\"id\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\", \\"name\\": \\"Credit request received\\", \\"type\\": \\"BPMNStartEvent\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 190, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"message\\"}, \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\": {\\"id\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 450, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"parallel\\"}, \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\": {\\"id\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\", \\"name\\": \\"Standard terms applicable?\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 530, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\": {\\"id\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\", \\"name\\": \\"Calculate terms\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 610, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\": {\\"id\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 790, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\": {\\"id\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\", \\"name\\": \\"Send quote\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1130, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\": {\\"id\\": \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\", \\"name\\": \\"Quote sent\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1310, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\": {\\"id\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1050, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"parallel\\"}, \\"be966228-7ed4-42c4-ad79-432f459f9feb\\": {\\"id\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\", \\"name\\": \\"Prepare special terms\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 610, \\"y\\": 380, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\": {\\"id\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\", \\"name\\": \\"Prepare contract\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 870, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"f808242c-55d6-49c1-a4c7-9fb50f065016\\": {\\"id\\": \\"f808242c-55d6-49c1-a4c7-9fb50f065016\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNStartEvent\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1180, \\"y\\": 270, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"message\\"}}, \\"relationships\\": {\\"e81e5161-51c8-41b8-89f0-66e36da614c1\\": {\\"id\\": \\"e81e5161-51c8-41b8-89f0-66e36da614c1\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 280, \\"y\\": 70, \\"width\\": 700, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 700, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\": {\\"id\\": \\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 230, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\": {\\"id\\": \\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 210, \\"y\\": 100, \\"width\\": 1, \\"height\\": 140}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 140}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"target\\": {\\"direction\\": \\"Up\\", \\"element\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"message\\"}, \\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\": {\\"id\\": \\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 470, \\"y\\": 280, \\"width\\": 60, \\"height\\": 270}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 270}, {\\"x\\": 60, \\"y\\": 270}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"b605327e-6a48-4f12-a4d4-97665fb7f230\\": {\\"id\\": \\"b605327e-6a48-4f12-a4d4-97665fb7f230\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 410, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\": {\\"id\\": \\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 490, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\": {\\"id\\": \\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\", \\"name\\": \\"yes\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 570, \\"y\\": 220, \\"width\\": 40, \\"height\\": 41}, \\"path\\": [{\\"x\\": 0, \\"y\\": 40}, {\\"x\\": 40, \\"y\\": 40}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\": {\\"id\\": \\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 750, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\": {\\"id\\": \\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1090, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\": {\\"id\\": \\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 830, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\": {\\"id\\": \\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1010, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"a72d62b3-e113-4b90-bfd9-2480861d1186\\": {\\"id\\": \\"a72d62b3-e113-4b90-bfd9-2480861d1186\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1270, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"70b979b6-32e9-45c7-be45-518507652a30\\": {\\"id\\": \\"70b979b6-32e9-45c7-be45-518507652a30\\", \\"name\\": \\"no\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 550, \\"y\\": 280, \\"width\\": 60, \\"height\\": 130}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 130}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\": {\\"id\\": \\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 750, \\"y\\": 280, \\"width\\": 60, \\"height\\": 130}, \\"path\\": [{\\"x\\": 0, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\": {\\"id\\": \\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 690, \\"y\\": 280, \\"width\\": 380, \\"height\\": 270}, \\"path\\": [{\\"x\\": 0, \\"y\\": 270}, {\\"x\\": 380, \\"y\\": 270}, {\\"x\\": 380, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\": {\\"id\\": \\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1240, \\"y\\": 70, \\"width\\": 70, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 70, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\": {\\"id\\": \\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1020, \\"y\\": 70, \\"width\\": 60, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 60, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"aec45998-06bb-4213-a615-8e512c05a855\\": {\\"id\\": \\"aec45998-06bb-4213-a615-8e512c05a855\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1000, \\"y\\": 90, \\"width\\": 200, \\"height\\": 140}, \\"path\\": [{\\"x\\": 200, \\"y\\": 140}, {\\"x\\": 200, \\"y\\": 88.39453125}, {\\"x\\": 0, \\"y\\": 88.39453125}, {\\"x\\": 0, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Up\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"isManuallyLayouted\\": true, \\"flowType\\": \\"message\\"}, \\"9365e411-3bd5-4139-b5aa-bb4cb7a70226\\": {\\"id\\": \\"9365e411-3bd5-4139-b5aa-bb4cb7a70226\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 100, \\"y\\": 70, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"ead65107-7a97-46df-9225-0770271953b7\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}}, \\"assessments\\": {}}",
"meta": {}
},
{
"id": 6,
"text": "1.2.2.2 Wrong use of start event",
"model": "{\\"version\\": \\"3.0.0\\", \\"type\\": \\"BPMN\\", \\"size\\": {\\"width\\": 1420, \\"height\\": 680}, \\"interactive\\": {\\"elements\\": {}, \\"relationships\\": {}}, \\"elements\\": {\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\": {\\"id\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"name\\": \\"Loan Applicant\\", \\"type\\": \\"BPMNPool\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 0, \\"y\\": 0, \\"width\\": 1370, \\"height\\": 160}}, \\"6f8dba39-5d62-47d0-870b-37294b903ae7\\": {\\"id\\": \\"6f8dba39-5d62-47d0-870b-37294b903ae7\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNStartEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 60, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\": {\\"id\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\", \\"name\\": \\"Send credit request\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 140, \\"y\\": 40, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\": {\\"id\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\", \\"name\\": \\"Quote received\\", \\"type\\": \\"BPMNIntermediateEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 980, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"message-catch\\"}, \\"a5506560-9631-448f-85ee-aa42581ac048\\": {\\"id\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\", \\"name\\": \\"Review quote\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 1080, \\"y\\": 40, \\"width\\": 160, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"1dd46742-f904-4ab5-8f88-ddece7a929a0\\": {\\"id\\": \\"1dd46742-f904-4ab5-8f88-ddece7a929a0\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNStartEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 1290, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\": {\\"id\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"name\\": \\"Credit Institute\\", \\"type\\": \\"BPMNPool\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 0, \\"y\\": 200, \\"width\\": 1370, \\"height\\": 430}}, \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\": {\\"id\\": \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\", \\"name\\": \\"Loan Assessor\\", \\"type\\": \\"BPMNSwimlane\\", \\"owner\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"bounds\\": {\\"x\\": 40, \\"y\\": 470, \\"width\\": 1330, \\"height\\": 160}}, \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\": {\\"id\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\", \\"name\\": \\"Assess risk\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\", \\"bounds\\": {\\"x\\": 530, \\"y\\": 520, \\"width\\": 160, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\": {\\"id\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"name\\": \\"Loan Provider\\", \\"type\\": \\"BPMNSwimlane\\", \\"owner\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"bounds\\": {\\"x\\": 40, \\"y\\": 200, \\"width\\": 1330, \\"height\\": 270}}, \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\": {\\"id\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\", \\"name\\": \\"Review request\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 270, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\": {\\"id\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\", \\"name\\": \\"Credit request received\\", \\"type\\": \\"BPMNStartEvent\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 190, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"message\\"}, \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\": {\\"id\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 450, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"parallel\\"}, \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\": {\\"id\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\", \\"name\\": \\"Standard terms applicable?\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 530, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\": {\\"id\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\", \\"name\\": \\"Calculate terms\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 610, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\": {\\"id\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 790, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\": {\\"id\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\", \\"name\\": \\"Send quote\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1130, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\": {\\"id\\": \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\", \\"name\\": \\"Quote sent\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1310, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\": {\\"id\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1050, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"parallel\\"}, \\"be966228-7ed4-42c4-ad79-432f459f9feb\\": {\\"id\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\", \\"name\\": \\"Prepare special terms\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 610, \\"y\\": 380, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\": {\\"id\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\", \\"name\\": \\"Prepare contract\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 870, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}}, \\"relationships\\": {\\"a6626dca-b9c5-45b5-9309-e5f0a3fb9a4f\\": {\\"id\\": \\"a6626dca-b9c5-45b5-9309-e5f0a3fb9a4f\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 100, \\"y\\": 70, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"6f8dba39-5d62-47d0-870b-37294b903ae7\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"e81e5161-51c8-41b8-89f0-66e36da614c1\\": {\\"id\\": \\"e81e5161-51c8-41b8-89f0-66e36da614c1\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 280, \\"y\\": 70, \\"width\\": 700, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 700, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\": {\\"id\\": \\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 230, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\": {\\"id\\": \\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 210, \\"y\\": 100, \\"width\\": 1, \\"height\\": 140}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 140}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"target\\": {\\"direction\\": \\"Up\\", \\"element\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"message\\"}, \\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\": {\\"id\\": \\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 470, \\"y\\": 280, \\"width\\": 60, \\"height\\": 270}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 270}, {\\"x\\": 60, \\"y\\": 270}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"b605327e-6a48-4f12-a4d4-97665fb7f230\\": {\\"id\\": \\"b605327e-6a48-4f12-a4d4-97665fb7f230\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 410, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\": {\\"id\\": \\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 490, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\": {\\"id\\": \\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\", \\"name\\": \\"yes\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 570, \\"y\\": 220, \\"width\\": 40, \\"height\\": 41}, \\"path\\": [{\\"x\\": 0, \\"y\\": 40}, {\\"x\\": 40, \\"y\\": 40}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\": {\\"id\\": \\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 750, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\": {\\"id\\": \\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1090, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\": {\\"id\\": \\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 830, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\": {\\"id\\": \\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1010, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"a72d62b3-e113-4b90-bfd9-2480861d1186\\": {\\"id\\": \\"a72d62b3-e113-4b90-bfd9-2480861d1186\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1270, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"70b979b6-32e9-45c7-be45-518507652a30\\": {\\"id\\": \\"70b979b6-32e9-45c7-be45-518507652a30\\", \\"name\\": \\"no\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 550, \\"y\\": 280, \\"width\\": 60, \\"height\\": 130}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 130}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\": {\\"id\\": \\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 750, \\"y\\": 280, \\"width\\": 60, \\"height\\": 130}, \\"path\\": [{\\"x\\": 0, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\": {\\"id\\": \\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 690, \\"y\\": 280, \\"width\\": 380, \\"height\\": 270}, \\"path\\": [{\\"x\\": 0, \\"y\\": 270}, {\\"x\\": 380, \\"y\\": 270}, {\\"x\\": 380, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\": {\\"id\\": \\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1020, \\"y\\": 70, \\"width\\": 60, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 60, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"aec45998-06bb-4213-a615-8e512c05a855\\": {\\"id\\": \\"aec45998-06bb-4213-a615-8e512c05a855\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1000, \\"y\\": 90, \\"width\\": 200, \\"height\\": 140}, \\"path\\": [{\\"x\\": 200, \\"y\\": 140}, {\\"x\\": 200, \\"y\\": 88.39453125}, {\\"x\\": 0, \\"y\\": 88.39453125}, {\\"x\\": 0, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Up\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"isManuallyLayouted\\": true, \\"flowType\\": \\"message\\"}, \\"00bbe182-e275-4711-a86a-30438b65b367\\": {\\"id\\": \\"00bbe182-e275-4711-a86a-30438b65b367\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1240, \\"y\\": 70, \\"width\\": 50, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 50, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"1dd46742-f904-4ab5-8f88-ddece7a929a0\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}}, \\"assessments\\": {}}",
"meta": {}
},
{
"id": 7,
"text": "1.2.2.3 Wrong use of end event",
"model": "{\\"version\\": \\"3.0.0\\", \\"type\\": \\"BPMN\\", \\"size\\": {\\"width\\": 1420, \\"height\\": 680}, \\"interactive\\": {\\"elements\\": {}, \\"relationships\\": {}}, \\"elements\\": {\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\": {\\"id\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"name\\": \\"Loan Applicant\\", \\"type\\": \\"BPMNPool\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 0, \\"y\\": 0, \\"width\\": 1370, \\"height\\": 160}}, \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\": {\\"id\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\", \\"name\\": \\"Send credit request\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 140, \\"y\\": 40, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\": {\\"id\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\", \\"name\\": \\"Quote received\\", \\"type\\": \\"BPMNIntermediateEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 980, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"message-catch\\"}, \\"a5506560-9631-448f-85ee-aa42581ac048\\": {\\"id\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\", \\"name\\": \\"Review quote\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 1080, \\"y\\": 40, \\"width\\": 160, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\": {\\"id\\": \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 1310, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"ead65107-7a97-46df-9225-0770271953b7\\": {\\"id\\": \\"ead65107-7a97-46df-9225-0770271953b7\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 60, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\": {\\"id\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"name\\": \\"Credit Institute\\", \\"type\\": \\"BPMNPool\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 0, \\"y\\": 200, \\"width\\": 1370, \\"height\\": 430}}, \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\": {\\"id\\": \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\", \\"name\\": \\"Loan Assessor\\", \\"type\\": \\"BPMNSwimlane\\", \\"owner\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"bounds\\": {\\"x\\": 40, \\"y\\": 470, \\"width\\": 1330, \\"height\\": 160}}, \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\": {\\"id\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\", \\"name\\": \\"Assess risk\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\", \\"bounds\\": {\\"x\\": 530, \\"y\\": 520, \\"width\\": 160, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\": {\\"id\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"name\\": \\"Loan Provider\\", \\"type\\": \\"BPMNSwimlane\\", \\"owner\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"bounds\\": {\\"x\\": 40, \\"y\\": 200, \\"width\\": 1330, \\"height\\": 270}}, \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\": {\\"id\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\", \\"name\\": \\"Review request\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 270, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\": {\\"id\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\", \\"name\\": \\"Credit request received\\", \\"type\\": \\"BPMNStartEvent\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 190, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"message\\"}, \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\": {\\"id\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 450, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"parallel\\"}, \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\": {\\"id\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\", \\"name\\": \\"Standard terms applicable?\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 530, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\": {\\"id\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\", \\"name\\": \\"Calculate terms\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 610, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\": {\\"id\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 790, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\": {\\"id\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\", \\"name\\": \\"Send quote\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1130, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\": {\\"id\\": \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\", \\"name\\": \\"Quote sent\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1310, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\": {\\"id\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1050, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"parallel\\"}, \\"be966228-7ed4-42c4-ad79-432f459f9feb\\": {\\"id\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\", \\"name\\": \\"Prepare special terms\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 610, \\"y\\": 380, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\": {\\"id\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\", \\"name\\": \\"Prepare contract\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 870, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}}, \\"relationships\\": {\\"e81e5161-51c8-41b8-89f0-66e36da614c1\\": {\\"id\\": \\"e81e5161-51c8-41b8-89f0-66e36da614c1\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 280, \\"y\\": 70, \\"width\\": 700, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 700, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\": {\\"id\\": \\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 230, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\": {\\"id\\": \\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 210, \\"y\\": 100, \\"width\\": 1, \\"height\\": 140}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 140}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"target\\": {\\"direction\\": \\"Up\\", \\"element\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"message\\"}, \\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\": {\\"id\\": \\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 470, \\"y\\": 280, \\"width\\": 60, \\"height\\": 270}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 270}, {\\"x\\": 60, \\"y\\": 270}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"b605327e-6a48-4f12-a4d4-97665fb7f230\\": {\\"id\\": \\"b605327e-6a48-4f12-a4d4-97665fb7f230\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 410, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\": {\\"id\\": \\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 490, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\": {\\"id\\": \\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\", \\"name\\": \\"yes\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 570, \\"y\\": 220, \\"width\\": 40, \\"height\\": 41}, \\"path\\": [{\\"x\\": 0, \\"y\\": 40}, {\\"x\\": 40, \\"y\\": 40}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\": {\\"id\\": \\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 750, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\": {\\"id\\": \\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1090, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\": {\\"id\\": \\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 830, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\": {\\"id\\": \\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1010, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"a72d62b3-e113-4b90-bfd9-2480861d1186\\": {\\"id\\": \\"a72d62b3-e113-4b90-bfd9-2480861d1186\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1270, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"70b979b6-32e9-45c7-be45-518507652a30\\": {\\"id\\": \\"70b979b6-32e9-45c7-be45-518507652a30\\", \\"name\\": \\"no\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 550, \\"y\\": 280, \\"width\\": 60, \\"height\\": 130}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 130}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\": {\\"id\\": \\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 750, \\"y\\": 280, \\"width\\": 60, \\"height\\": 130}, \\"path\\": [{\\"x\\": 0, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\": {\\"id\\": \\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 690, \\"y\\": 280, \\"width\\": 380, \\"height\\": 270}, \\"path\\": [{\\"x\\": 0, \\"y\\": 270}, {\\"x\\": 380, \\"y\\": 270}, {\\"x\\": 380, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\": {\\"id\\": \\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1240, \\"y\\": 70, \\"width\\": 70, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 70, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\": {\\"id\\": \\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1020, \\"y\\": 70, \\"width\\": 60, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 60, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"aec45998-06bb-4213-a615-8e512c05a855\\": {\\"id\\": \\"aec45998-06bb-4213-a615-8e512c05a855\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1000, \\"y\\": 90, \\"width\\": 200, \\"height\\": 140}, \\"path\\": [{\\"x\\": 200, \\"y\\": 140}, {\\"x\\": 200, \\"y\\": 88.39453125}, {\\"x\\": 0, \\"y\\": 88.39453125}, {\\"x\\": 0, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Up\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"isManuallyLayouted\\": true, \\"flowType\\": \\"message\\"}, \\"9365e411-3bd5-4139-b5aa-bb4cb7a70226\\": {\\"id\\": \\"9365e411-3bd5-4139-b5aa-bb4cb7a70226\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 100, \\"y\\": 70, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"ead65107-7a97-46df-9225-0770271953b7\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}}, \\"assessments\\": {}}",
"meta": {}
},
{
"id": 8,
"text": "1.2.3.1.1 Unlabelled activity",
"model": "{\\"version\\":\\"3.0.0\\",\\"type\\":\\"BPMN\\",\\"size\\":{\\"width\\":1420,\\"height\\":680},\\"interactive\\":{\\"elements\\":{},\\"relationships\\":{}},\\"elements\\":{\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\":{\\"id\\":\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\",\\"name\\":\\"Loan Applicant\\",\\"type\\":\\"BPMNPool\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":0,\\"y\\":0,\\"width\\":1370,\\"height\\":160}},\\"6f8dba39-5d62-47d0-870b-37294b903ae7\\":{\\"id\\":\\"6f8dba39-5d62-47d0-870b-37294b903ae7\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNStartEvent\\",\\"owner\\":\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\",\\"bounds\\":{\\"x\\":60,\\"y\\":50,\\"width\\":40,\\"height\\":40},\\"eventType\\":\\"default\\"},\\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\":{\\"id\\":\\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\",\\"name\\":\\"Send credit request\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\",\\"bounds\\":{\\"x\\":140,\\"y\\":40,\\"width\\":140,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\":{\\"id\\":\\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\",\\"name\\":\\"Quote received\\",\\"type\\":\\"BPMNIntermediateEvent\\",\\"owner\\":\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\",\\"bounds\\":{\\"x\\":980,\\"y\\":50,\\"width\\":40,\\"height\\":40},\\"eventType\\":\\"message-catch\\"},\\"a5506560-9631-448f-85ee-aa42581ac048\\":{\\"id\\":\\"a5506560-9631-448f-85ee-aa42581ac048\\",\\"name\\":\\"Review quote\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\",\\"bounds\\":{\\"x\\":1080,\\"y\\":40,\\"width\\":160,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\":{\\"id\\":\\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNEndEvent\\",\\"owner\\":\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\",\\"bounds\\":{\\"x\\":1310,\\"y\\":50,\\"width\\":40,\\"height\\":40},\\"eventType\\":\\"default\\"},\\"e975fb67-ccc1-4373-b214-d3e8742930aa\\":{\\"id\\":\\"e975fb67-ccc1-4373-b214-d3e8742930aa\\",\\"name\\":\\"Credit Institute\\",\\"type\\":\\"BPMNPool\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":0,\\"y\\":200,\\"width\\":1370,\\"height\\":430}},\\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\":{\\"id\\":\\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\",\\"name\\":\\"Loan Assessor\\",\\"type\\":\\"BPMNSwimlane\\",\\"owner\\":\\"e975fb67-ccc1-4373-b214-d3e8742930aa\\",\\"bounds\\":{\\"x\\":40,\\"y\\":470,\\"width\\":1330,\\"height\\":160}},\\"a78c7661-7823-4d40-9753-a87a92f3bc93\\":{\\"id\\":\\"a78c7661-7823-4d40-9753-a87a92f3bc93\\",\\"name\\":\\"Assess risk\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\",\\"bounds\\":{\\"x\\":530,\\"y\\":520,\\"width\\":160,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\":{\\"id\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"name\\":\\"Loan Provider\\",\\"type\\":\\"BPMNSwimlane\\",\\"owner\\":\\"e975fb67-ccc1-4373-b214-d3e8742930aa\\",\\"bounds\\":{\\"x\\":40,\\"y\\":200,\\"width\\":1330,\\"height\\":270}},\\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\":{\\"id\\":\\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\",\\"name\\":\\"Review request\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":270,\\"y\\":230,\\"width\\":140,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\":{\\"id\\":\\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\",\\"name\\":\\"Credit request received\\",\\"type\\":\\"BPMNStartEvent\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":190,\\"y\\":240,\\"width\\":40,\\"height\\":40},\\"eventType\\":\\"message\\"},\\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\":{\\"id\\":\\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNGateway\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":450,\\"y\\":240,\\"width\\":40,\\"height\\":40},\\"gatewayType\\":\\"parallel\\"},\\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\":{\\"id\\":\\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\",\\"name\\":\\"Standard terms applicable?\\",\\"type\\":\\"BPMNGateway\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":530,\\"y\\":240,\\"width\\":40,\\"height\\":40},\\"gatewayType\\":\\"exclusive\\"},\\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\":{\\"id\\":\\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\",\\"name\\":\\"Calculate terms\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":610,\\"y\\":230,\\"width\\":140,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\":{\\"id\\":\\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNGateway\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":790,\\"y\\":240,\\"width\\":40,\\"height\\":40},\\"gatewayType\\":\\"exclusive\\"},\\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\":{\\"id\\":\\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\",\\"name\\":\\"Send quote\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":1130,\\"y\\":230,\\"width\\":140,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\":{\\"id\\":\\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\",\\"name\\":\\"Quote sent\\",\\"type\\":\\"BPMNEndEvent\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":1310,\\"y\\":240,\\"width\\":40,\\"height\\":40},\\"eventType\\":\\"default\\"},\\"bdfce06b-db3e-45c8-9976-4ef57108218b\\":{\\"id\\":\\"bdfce06b-db3e-45c8-9976-4ef57108218b\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNGateway\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":1050,\\"y\\":240,\\"width\\":40,\\"height\\":40},\\"gatewayType\\":\\"parallel\\"},\\"be966228-7ed4-42c4-ad79-432f459f9feb\\":{\\"id\\":\\"be966228-7ed4-42c4-ad79-432f459f9feb\\",\\"name\\":\\"Prepare special terms\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":610,\\"y\\":380,\\"width\\":140,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\":{\\"id\\":\\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":870,\\"y\\":230,\\"width\\":140,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"}},\\"relationships\\":{\\"a6626dca-b9c5-45b5-9309-e5f0a3fb9a4f\\":{\\"id\\":\\"a6626dca-b9c5-45b5-9309-e5f0a3fb9a4f\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":100,\\"y\\":70,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"6f8dba39-5d62-47d0-870b-37294b903ae7\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"e81e5161-51c8-41b8-89f0-66e36da614c1\\":{\\"id\\":\\"e81e5161-51c8-41b8-89f0-66e36da614c1\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":280,\\"y\\":70,\\"width\\":700,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":700,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\":{\\"id\\":\\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":230,\\"y\\":260,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\":{\\"id\\":\\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":210,\\"y\\":100,\\"width\\":1,\\"height\\":140},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":0,\\"y\\":140}],\\"source\\":{\\"direction\\":\\"Down\\",\\"element\\":\\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"},\\"target\\":{\\"direction\\":\\"Up\\",\\"element\\":\\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"message\\"},\\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\":{\\"id\\":\\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":470,\\"y\\":280,\\"width\\":60,\\"height\\":270},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":0,\\"y\\":270},{\\"x\\":60,\\"y\\":270}],\\"source\\":{\\"direction\\":\\"Down\\",\\"element\\":\\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"b605327e-6a48-4f12-a4d4-97665fb7f230\\":{\\"id\\":\\"b605327e-6a48-4f12-a4d4-97665fb7f230\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":410,\\"y\\":260,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\":{\\"id\\":\\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":490,\\"y\\":260,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\":{\\"id\\":\\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\",\\"name\\":\\"yes\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":570,\\"y\\":220,\\"width\\":40,\\"height\\":41},\\"path\\":[{\\"x\\":0,\\"y\\":40},{\\"x\\":40,\\"y\\":40}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\":{\\"id\\":\\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":750,\\"y\\":260,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\":{\\"id\\":\\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":1090,\\"y\\":260,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\":{\\"id\\":\\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":830,\\"y\\":260,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\":{\\"id\\":\\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":1010,\\"y\\":260,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"a72d62b3-e113-4b90-bfd9-2480861d1186\\":{\\"id\\":\\"a72d62b3-e113-4b90-bfd9-2480861d1186\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":1270,\\"y\\":260,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"70b979b6-32e9-45c7-be45-518507652a30\\":{\\"id\\":\\"70b979b6-32e9-45c7-be45-518507652a30\\",\\"name\\":\\"no\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":550,\\"y\\":280,\\"width\\":60,\\"height\\":130},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":0,\\"y\\":130},{\\"x\\":60,\\"y\\":130}],\\"source\\":{\\"direction\\":\\"Down\\",\\"element\\":\\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"be966228-7ed4-42c4-ad79-432f459f9feb\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\":{\\"id\\":\\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":750,\\"y\\":280,\\"width\\":60,\\"height\\":130},\\"path\\":[{\\"x\\":0,\\"y\\":130},{\\"x\\":60,\\"y\\":130},{\\"x\\":60,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"be966228-7ed4-42c4-ad79-432f459f9feb\\"},\\"target\\":{\\"direction\\":\\"Down\\",\\"element\\":\\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\":{\\"id\\":\\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":690,\\"y\\":280,\\"width\\":380,\\"height\\":270},\\"path\\":[{\\"x\\":0,\\"y\\":270},{\\"x\\":380,\\"y\\":270},{\\"x\\":380,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"},\\"target\\":{\\"direction\\":\\"Down\\",\\"element\\":\\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\":{\\"id\\":\\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":1240,\\"y\\":70,\\"width\\":70,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":70,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"a5506560-9631-448f-85ee-aa42581ac048\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\":{\\"id\\":\\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":1020,\\"y\\":70,\\"width\\":60,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":60,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"a5506560-9631-448f-85ee-aa42581ac048\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"aec45998-06bb-4213-a615-8e512c05a855\\":{\\"id\\":\\"aec45998-06bb-4213-a615-8e512c05a855\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":1000,\\"y\\":90,\\"width\\":200,\\"height\\":140},\\"path\\":[{\\"x\\":200,\\"y\\":140},{\\"x\\":200,\\"y\\":88.39453125},{\\"x\\":0,\\"y\\":88.39453125},{\\"x\\":0,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Up\\",\\"element\\":\\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"},\\"target\\":{\\"direction\\":\\"Down\\",\\"element\\":\\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"},\\"isManuallyLayouted\\":true,\\"flowType\\":\\"message\\"}},\\"assessments\\":{}}",
"meta": {}
},
{
"id": 9,
"text": "1.2.3.1.2 Unlabelled gateway",
"model": "{\\"version\\":\\"3.0.0\\",\\"type\\":\\"BPMN\\",\\"size\\":{\\"width\\":1420,\\"height\\":680},\\"interactive\\":{\\"elements\\":{},\\"relationships\\":{}},\\"elements\\":{\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\":{\\"id\\":\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\",\\"name\\":\\"Loan Applicant\\",\\"type\\":\\"BPMNPool\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":0,\\"y\\":0,\\"width\\":1370,\\"height\\":160}},\\"6f8dba39-5d62-47d0-870b-37294b903ae7\\":{\\"id\\":\\"6f8dba39-5d62-47d0-870b-37294b903ae7\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNStartEvent\\",\\"owner\\":\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\",\\"bounds\\":{\\"x\\":60,\\"y\\":50,\\"width\\":40,\\"height\\":40},\\"eventType\\":\\"default\\"},\\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\":{\\"id\\":\\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\",\\"name\\":\\"Send credit request\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\",\\"bounds\\":{\\"x\\":140,\\"y\\":40,\\"width\\":140,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\":{\\"id\\":\\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\",\\"name\\":\\"Quote received\\",\\"type\\":\\"BPMNIntermediateEvent\\",\\"owner\\":\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\",\\"bounds\\":{\\"x\\":980,\\"y\\":50,\\"width\\":40,\\"height\\":40},\\"eventType\\":\\"message-catch\\"},\\"a5506560-9631-448f-85ee-aa42581ac048\\":{\\"id\\":\\"a5506560-9631-448f-85ee-aa42581ac048\\",\\"name\\":\\"Review quote\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\",\\"bounds\\":{\\"x\\":1080,\\"y\\":40,\\"width\\":160,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\":{\\"id\\":\\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNEndEvent\\",\\"owner\\":\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\",\\"bounds\\":{\\"x\\":1310,\\"y\\":50,\\"width\\":40,\\"height\\":40},\\"eventType\\":\\"default\\"},\\"e975fb67-ccc1-4373-b214-d3e8742930aa\\":{\\"id\\":\\"e975fb67-ccc1-4373-b214-d3e8742930aa\\",\\"name\\":\\"Credit Institute\\",\\"type\\":\\"BPMNPool\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":0,\\"y\\":200,\\"width\\":1370,\\"height\\":430}},\\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\":{\\"id\\":\\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\",\\"name\\":\\"Loan Assessor\\",\\"type\\":\\"BPMNSwimlane\\",\\"owner\\":\\"e975fb67-ccc1-4373-b214-d3e8742930aa\\",\\"bounds\\":{\\"x\\":40,\\"y\\":470,\\"width\\":1330,\\"height\\":160}},\\"a78c7661-7823-4d40-9753-a87a92f3bc93\\":{\\"id\\":\\"a78c7661-7823-4d40-9753-a87a92f3bc93\\",\\"name\\":\\"Assess risk\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\",\\"bounds\\":{\\"x\\":530,\\"y\\":520,\\"width\\":160,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\":{\\"id\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"name\\":\\"Loan Provider\\",\\"type\\":\\"BPMNSwimlane\\",\\"owner\\":\\"e975fb67-ccc1-4373-b214-d3e8742930aa\\",\\"bounds\\":{\\"x\\":40,\\"y\\":200,\\"width\\":1330,\\"height\\":270}},\\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\":{\\"id\\":\\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\",\\"name\\":\\"Review request\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":270,\\"y\\":230,\\"width\\":140,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\":{\\"id\\":\\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\",\\"name\\":\\"Credit request received\\",\\"type\\":\\"BPMNStartEvent\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":190,\\"y\\":240,\\"width\\":40,\\"height\\":40},\\"eventType\\":\\"message\\"},\\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\":{\\"id\\":\\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNGateway\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":450,\\"y\\":240,\\"width\\":40,\\"height\\":40},\\"gatewayType\\":\\"parallel\\"},\\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\":{\\"id\\":\\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNGateway\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":530,\\"y\\":240,\\"width\\":40,\\"height\\":40},\\"gatewayType\\":\\"exclusive\\"},\\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\":{\\"id\\":\\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\",\\"name\\":\\"Calculate terms\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":610,\\"y\\":230,\\"width\\":140,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\":{\\"id\\":\\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNGateway\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":790,\\"y\\":240,\\"width\\":40,\\"height\\":40},\\"gatewayType\\":\\"exclusive\\"},\\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\":{\\"id\\":\\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\",\\"name\\":\\"Send quote\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":1130,\\"y\\":230,\\"width\\":140,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\":{\\"id\\":\\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\",\\"name\\":\\"Quote sent\\",\\"type\\":\\"BPMNEndEvent\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":1310,\\"y\\":240,\\"width\\":40,\\"height\\":40},\\"eventType\\":\\"default\\"},\\"bdfce06b-db3e-45c8-9976-4ef57108218b\\":{\\"id\\":\\"bdfce06b-db3e-45c8-9976-4ef57108218b\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNGateway\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":1050,\\"y\\":240,\\"width\\":40,\\"height\\":40},\\"gatewayType\\":\\"parallel\\"},\\"be966228-7ed4-42c4-ad79-432f459f9feb\\":{\\"id\\":\\"be966228-7ed4-42c4-ad79-432f459f9feb\\",\\"name\\":\\"Prepare special terms\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":610,\\"y\\":380,\\"width\\":140,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\":{\\"id\\":\\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\",\\"name\\":\\"Prepare contract\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":870,\\"y\\":230,\\"width\\":140,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"}},\\"relationships\\":{\\"a6626dca-b9c5-45b5-9309-e5f0a3fb9a4f\\":{\\"id\\":\\"a6626dca-b9c5-45b5-9309-e5f0a3fb9a4f\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":100,\\"y\\":70,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"6f8dba39-5d62-47d0-870b-37294b903ae7\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"e81e5161-51c8-41b8-89f0-66e36da614c1\\":{\\"id\\":\\"e81e5161-51c8-41b8-89f0-66e36da614c1\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":280,\\"y\\":70,\\"width\\":700,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":700,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\":{\\"id\\":\\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":230,\\"y\\":260,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\":{\\"id\\":\\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":210,\\"y\\":100,\\"width\\":1,\\"height\\":140},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":0,\\"y\\":140}],\\"source\\":{\\"direction\\":\\"Down\\",\\"element\\":\\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"},\\"target\\":{\\"direction\\":\\"Up\\",\\"element\\":\\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"message\\"},\\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\":{\\"id\\":\\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":470,\\"y\\":280,\\"width\\":60,\\"height\\":270},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":0,\\"y\\":270},{\\"x\\":60,\\"y\\":270}],\\"source\\":{\\"direction\\":\\"Down\\",\\"element\\":\\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"b605327e-6a48-4f12-a4d4-97665fb7f230\\":{\\"id\\":\\"b605327e-6a48-4f12-a4d4-97665fb7f230\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":410,\\"y\\":260,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\":{\\"id\\":\\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":490,\\"y\\":260,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\":{\\"id\\":\\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":570,\\"y\\":260,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\":{\\"id\\":\\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":750,\\"y\\":260,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\":{\\"id\\":\\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":1090,\\"y\\":260,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\":{\\"id\\":\\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":830,\\"y\\":260,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\":{\\"id\\":\\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":1010,\\"y\\":260,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"a72d62b3-e113-4b90-bfd9-2480861d1186\\":{\\"id\\":\\"a72d62b3-e113-4b90-bfd9-2480861d1186\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":1270,\\"y\\":260,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"70b979b6-32e9-45c7-be45-518507652a30\\":{\\"id\\":\\"70b979b6-32e9-45c7-be45-518507652a30\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":550,\\"y\\":280,\\"width\\":60,\\"height\\":130},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":0,\\"y\\":130},{\\"x\\":60,\\"y\\":130}],\\"source\\":{\\"direction\\":\\"Down\\",\\"element\\":\\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"be966228-7ed4-42c4-ad79-432f459f9feb\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\":{\\"id\\":\\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":750,\\"y\\":280,\\"width\\":60,\\"height\\":130},\\"path\\":[{\\"x\\":0,\\"y\\":130},{\\"x\\":60,\\"y\\":130},{\\"x\\":60,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"be966228-7ed4-42c4-ad79-432f459f9feb\\"},\\"target\\":{\\"direction\\":\\"Down\\",\\"element\\":\\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\":{\\"id\\":\\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":690,\\"y\\":280,\\"width\\":380,\\"height\\":270},\\"path\\":[{\\"x\\":0,\\"y\\":270},{\\"x\\":380,\\"y\\":270},{\\"x\\":380,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"},\\"target\\":{\\"direction\\":\\"Down\\",\\"element\\":\\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\":{\\"id\\":\\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":1240,\\"y\\":70,\\"width\\":70,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":70,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"a5506560-9631-448f-85ee-aa42581ac048\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\":{\\"id\\":\\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":1020,\\"y\\":70,\\"width\\":60,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":60,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"a5506560-9631-448f-85ee-aa42581ac048\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"aec45998-06bb-4213-a615-8e512c05a855\\":{\\"id\\":\\"aec45998-06bb-4213-a615-8e512c05a855\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":1000,\\"y\\":90,\\"width\\":200,\\"height\\":140},\\"path\\":[{\\"x\\":200,\\"y\\":140},{\\"x\\":200,\\"y\\":88.39453125},{\\"x\\":0,\\"y\\":88.39453125},{\\"x\\":0,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Up\\",\\"element\\":\\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"},\\"target\\":{\\"direction\\":\\"Down\\",\\"element\\":\\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"},\\"isManuallyLayouted\\":true,\\"flowType\\":\\"message\\"}},\\"assessments\\":{}}",
"meta": {}
},
{
"id": 10,
"text": "1.2.3.1.3 Unlabelled event",
"model": "{\\"version\\":\\"3.0.0\\",\\"type\\":\\"BPMN\\",\\"size\\":{\\"width\\":1420,\\"height\\":680},\\"interactive\\":{\\"elements\\":{},\\"relationships\\":{}},\\"elements\\":{\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\":{\\"id\\":\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\",\\"name\\":\\"Loan Applicant\\",\\"type\\":\\"BPMNPool\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":0,\\"y\\":0,\\"width\\":1370,\\"height\\":160}},\\"6f8dba39-5d62-47d0-870b-37294b903ae7\\":{\\"id\\":\\"6f8dba39-5d62-47d0-870b-37294b903ae7\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNStartEvent\\",\\"owner\\":\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\",\\"bounds\\":{\\"x\\":60,\\"y\\":50,\\"width\\":40,\\"height\\":40},\\"eventType\\":\\"default\\"},\\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\":{\\"id\\":\\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\",\\"name\\":\\"Send credit request\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\",\\"bounds\\":{\\"x\\":140,\\"y\\":40,\\"width\\":140,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\":{\\"id\\":\\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNIntermediateEvent\\",\\"owner\\":\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\",\\"bounds\\":{\\"x\\":980,\\"y\\":50,\\"width\\":40,\\"height\\":40},\\"eventType\\":\\"message-catch\\"},\\"a5506560-9631-448f-85ee-aa42581ac048\\":{\\"id\\":\\"a5506560-9631-448f-85ee-aa42581ac048\\",\\"name\\":\\"Review quote\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\",\\"bounds\\":{\\"x\\":1080,\\"y\\":40,\\"width\\":160,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\":{\\"id\\":\\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNEndEvent\\",\\"owner\\":\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\",\\"bounds\\":{\\"x\\":1310,\\"y\\":50,\\"width\\":40,\\"height\\":40},\\"eventType\\":\\"default\\"},\\"e975fb67-ccc1-4373-b214-d3e8742930aa\\":{\\"id\\":\\"e975fb67-ccc1-4373-b214-d3e8742930aa\\",\\"name\\":\\"Credit Institute\\",\\"type\\":\\"BPMNPool\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":0,\\"y\\":200,\\"width\\":1370,\\"height\\":430}},\\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\":{\\"id\\":\\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\",\\"name\\":\\"Loan Assessor\\",\\"type\\":\\"BPMNSwimlane\\",\\"owner\\":\\"e975fb67-ccc1-4373-b214-d3e8742930aa\\",\\"bounds\\":{\\"x\\":40,\\"y\\":470,\\"width\\":1330,\\"height\\":160}},\\"a78c7661-7823-4d40-9753-a87a92f3bc93\\":{\\"id\\":\\"a78c7661-7823-4d40-9753-a87a92f3bc93\\",\\"name\\":\\"Assess risk\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\",\\"bounds\\":{\\"x\\":530,\\"y\\":520,\\"width\\":160,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\":{\\"id\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"name\\":\\"Loan Provider\\",\\"type\\":\\"BPMNSwimlane\\",\\"owner\\":\\"e975fb67-ccc1-4373-b214-d3e8742930aa\\",\\"bounds\\":{\\"x\\":40,\\"y\\":200,\\"width\\":1330,\\"height\\":270}},\\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\":{\\"id\\":\\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\",\\"name\\":\\"Review request\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":270,\\"y\\":230,\\"width\\":140,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\":{\\"id\\":\\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNStartEvent\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":190,\\"y\\":240,\\"width\\":40,\\"height\\":40},\\"eventType\\":\\"message\\"},\\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\":{\\"id\\":\\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNGateway\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":450,\\"y\\":240,\\"width\\":40,\\"height\\":40},\\"gatewayType\\":\\"parallel\\"},\\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\":{\\"id\\":\\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\",\\"name\\":\\"Standard terms applicable?\\",\\"type\\":\\"BPMNGateway\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":530,\\"y\\":240,\\"width\\":40,\\"height\\":40},\\"gatewayType\\":\\"exclusive\\"},\\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\":{\\"id\\":\\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\",\\"name\\":\\"Calculate terms\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":610,\\"y\\":230,\\"width\\":140,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\":{\\"id\\":\\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNGateway\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":790,\\"y\\":240,\\"width\\":40,\\"height\\":40},\\"gatewayType\\":\\"exclusive\\"},\\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\":{\\"id\\":\\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\",\\"name\\":\\"Send quote\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":1130,\\"y\\":230,\\"width\\":140,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\":{\\"id\\":\\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNEndEvent\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":1310,\\"y\\":240,\\"width\\":40,\\"height\\":40},\\"eventType\\":\\"default\\"},\\"bdfce06b-db3e-45c8-9976-4ef57108218b\\":{\\"id\\":\\"bdfce06b-db3e-45c8-9976-4ef57108218b\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNGateway\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":1050,\\"y\\":240,\\"width\\":40,\\"height\\":40},\\"gatewayType\\":\\"parallel\\"},\\"be966228-7ed4-42c4-ad79-432f459f9feb\\":{\\"id\\":\\"be966228-7ed4-42c4-ad79-432f459f9feb\\",\\"name\\":\\"Prepare special terms\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":610,\\"y\\":380,\\"width\\":140,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\":{\\"id\\":\\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\",\\"name\\":\\"Prepare contract\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":870,\\"y\\":230,\\"width\\":140,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"}},\\"relationships\\":{\\"a6626dca-b9c5-45b5-9309-e5f0a3fb9a4f\\":{\\"id\\":\\"a6626dca-b9c5-45b5-9309-e5f0a3fb9a4f\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":100,\\"y\\":70,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"6f8dba39-5d62-47d0-870b-37294b903ae7\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"e81e5161-51c8-41b8-89f0-66e36da614c1\\":{\\"id\\":\\"e81e5161-51c8-41b8-89f0-66e36da614c1\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":280,\\"y\\":70,\\"width\\":700,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":700,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\":{\\"id\\":\\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":230,\\"y\\":260,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\":{\\"id\\":\\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":210,\\"y\\":100,\\"width\\":1,\\"height\\":140},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":0,\\"y\\":140}],\\"source\\":{\\"direction\\":\\"Down\\",\\"element\\":\\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"},\\"target\\":{\\"direction\\":\\"Up\\",\\"element\\":\\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"message\\"},\\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\":{\\"id\\":\\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":470,\\"y\\":280,\\"width\\":60,\\"height\\":270},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":0,\\"y\\":270},{\\"x\\":60,\\"y\\":270}],\\"source\\":{\\"direction\\":\\"Down\\",\\"element\\":\\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"b605327e-6a48-4f12-a4d4-97665fb7f230\\":{\\"id\\":\\"b605327e-6a48-4f12-a4d4-97665fb7f230\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":410,\\"y\\":260,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\":{\\"id\\":\\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":490,\\"y\\":260,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\":{\\"id\\":\\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\",\\"name\\":\\"yes\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":570,\\"y\\":220,\\"width\\":40,\\"height\\":41},\\"path\\":[{\\"x\\":0,\\"y\\":40},{\\"x\\":40,\\"y\\":40}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\":{\\"id\\":\\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":750,\\"y\\":260,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\":{\\"id\\":\\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":1090,\\"y\\":260,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\":{\\"id\\":\\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":830,\\"y\\":260,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\":{\\"id\\":\\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":1010,\\"y\\":260,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"a72d62b3-e113-4b90-bfd9-2480861d1186\\":{\\"id\\":\\"a72d62b3-e113-4b90-bfd9-2480861d1186\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":1270,\\"y\\":260,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"70b979b6-32e9-45c7-be45-518507652a30\\":{\\"id\\":\\"70b979b6-32e9-45c7-be45-518507652a30\\",\\"name\\":\\"no\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":550,\\"y\\":280,\\"width\\":60,\\"height\\":130},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":0,\\"y\\":130},{\\"x\\":60,\\"y\\":130}],\\"source\\":{\\"direction\\":\\"Down\\",\\"element\\":\\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"be966228-7ed4-42c4-ad79-432f459f9feb\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\":{\\"id\\":\\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":750,\\"y\\":280,\\"width\\":60,\\"height\\":130},\\"path\\":[{\\"x\\":0,\\"y\\":130},{\\"x\\":60,\\"y\\":130},{\\"x\\":60,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"be966228-7ed4-42c4-ad79-432f459f9feb\\"},\\"target\\":{\\"direction\\":\\"Down\\",\\"element\\":\\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\":{\\"id\\":\\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":690,\\"y\\":280,\\"width\\":380,\\"height\\":270},\\"path\\":[{\\"x\\":0,\\"y\\":270},{\\"x\\":380,\\"y\\":270},{\\"x\\":380,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"},\\"target\\":{\\"direction\\":\\"Down\\",\\"element\\":\\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\":{\\"id\\":\\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":1240,\\"y\\":70,\\"width\\":70,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":70,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"a5506560-9631-448f-85ee-aa42581ac048\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\":{\\"id\\":\\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":1020,\\"y\\":70,\\"width\\":60,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":60,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"a5506560-9631-448f-85ee-aa42581ac048\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"aec45998-06bb-4213-a615-8e512c05a855\\":{\\"id\\":\\"aec45998-06bb-4213-a615-8e512c05a855\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":1000,\\"y\\":90,\\"width\\":200,\\"height\\":140},\\"path\\":[{\\"x\\":200,\\"y\\":140},{\\"x\\":200,\\"y\\":88.39453125},{\\"x\\":0,\\"y\\":88.39453125},{\\"x\\":0,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Up\\",\\"element\\":\\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"},\\"target\\":{\\"direction\\":\\"Down\\",\\"element\\":\\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"},\\"isManuallyLayouted\\":true,\\"flowType\\":\\"message\\"}},\\"assessments\\":{}}",
"meta": {}
},
{
"id": 11,
"text": "1.2.4.1.1 No gateway logic description",
"model": "{\\"version\\": \\"3.0.0\\", \\"type\\": \\"BPMN\\", \\"size\\": {\\"width\\": 1420, \\"height\\": 680}, \\"interactive\\": {\\"elements\\": {}, \\"relationships\\": {}}, \\"elements\\": {\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\": {\\"id\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"name\\": \\"Loan Applicant\\", \\"type\\": \\"BPMNPool\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 0, \\"y\\": 0, \\"width\\": 1370, \\"height\\": 160}}, \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\": {\\"id\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\", \\"name\\": \\"Send credit request\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 140, \\"y\\": 40, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\": {\\"id\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\", \\"name\\": \\"Quote received\\", \\"type\\": \\"BPMNIntermediateEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 980, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"message-catch\\"}, \\"a5506560-9631-448f-85ee-aa42581ac048\\": {\\"id\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\", \\"name\\": \\"Review quote\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 1080, \\"y\\": 40, \\"width\\": 160, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\": {\\"id\\": \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 1310, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"ead65107-7a97-46df-9225-0770271953b7\\": {\\"id\\": \\"ead65107-7a97-46df-9225-0770271953b7\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 60, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\": {\\"id\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"name\\": \\"Credit Institute\\", \\"type\\": \\"BPMNPool\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 0, \\"y\\": 200, \\"width\\": 1370, \\"height\\": 430}}, \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\": {\\"id\\": \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\", \\"name\\": \\"Loan Assessor\\", \\"type\\": \\"BPMNSwimlane\\", \\"owner\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"bounds\\": {\\"x\\": 40, \\"y\\": 470, \\"width\\": 1330, \\"height\\": 160}}, \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\": {\\"id\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\", \\"name\\": \\"Assess risk\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\", \\"bounds\\": {\\"x\\": 530, \\"y\\": 520, \\"width\\": 160, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\": {\\"id\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"name\\": \\"Loan Provider\\", \\"type\\": \\"BPMNSwimlane\\", \\"owner\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"bounds\\": {\\"x\\": 40, \\"y\\": 200, \\"width\\": 1330, \\"height\\": 270}}, \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\": {\\"id\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\", \\"name\\": \\"Review request\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 270, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\": {\\"id\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\", \\"name\\": \\"Credit request received\\", \\"type\\": \\"BPMNStartEvent\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 190, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"message\\"}, \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\": {\\"id\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 450, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"parallel\\"}, \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\": {\\"id\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 530, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"complex\\"}, \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\": {\\"id\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\", \\"name\\": \\"Calculate terms\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 610, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\": {\\"id\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 790, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\": {\\"id\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\", \\"name\\": \\"Send quote\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1130, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\": {\\"id\\": \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\", \\"name\\": \\"Quote sent\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1310, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\": {\\"id\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1050, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"parallel\\"}, \\"be966228-7ed4-42c4-ad79-432f459f9feb\\": {\\"id\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\", \\"name\\": \\"Prepare special terms\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 610, \\"y\\": 380, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\": {\\"id\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\", \\"name\\": \\"Prepare contract\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 870, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}}, \\"relationships\\": {\\"e81e5161-51c8-41b8-89f0-66e36da614c1\\": {\\"id\\": \\"e81e5161-51c8-41b8-89f0-66e36da614c1\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 280, \\"y\\": 70, \\"width\\": 700, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 700, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\": {\\"id\\": \\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 230, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\": {\\"id\\": \\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 210, \\"y\\": 100, \\"width\\": 1, \\"height\\": 140}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 140}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"target\\": {\\"direction\\": \\"Up\\", \\"element\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"message\\"}, \\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\": {\\"id\\": \\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 470, \\"y\\": 280, \\"width\\": 60, \\"height\\": 270}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 270}, {\\"x\\": 60, \\"y\\": 270}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"b605327e-6a48-4f12-a4d4-97665fb7f230\\": {\\"id\\": \\"b605327e-6a48-4f12-a4d4-97665fb7f230\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 410, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\": {\\"id\\": \\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 490, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\": {\\"id\\": \\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\", \\"name\\": \\"yes\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 570, \\"y\\": 220, \\"width\\": 40, \\"height\\": 41}, \\"path\\": [{\\"x\\": 0, \\"y\\": 40}, {\\"x\\": 40, \\"y\\": 40}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\": {\\"id\\": \\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 750, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\": {\\"id\\": \\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1090, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\": {\\"id\\": \\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 830, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\": {\\"id\\": \\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1010, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"a72d62b3-e113-4b90-bfd9-2480861d1186\\": {\\"id\\": \\"a72d62b3-e113-4b90-bfd9-2480861d1186\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1270, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"70b979b6-32e9-45c7-be45-518507652a30\\": {\\"id\\": \\"70b979b6-32e9-45c7-be45-518507652a30\\", \\"name\\": \\"no\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 550, \\"y\\": 280, \\"width\\": 60, \\"height\\": 130}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 130}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\": {\\"id\\": \\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 750, \\"y\\": 280, \\"width\\": 60, \\"height\\": 130}, \\"path\\": [{\\"x\\": 0, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\": {\\"id\\": \\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 690, \\"y\\": 280, \\"width\\": 380, \\"height\\": 270}, \\"path\\": [{\\"x\\": 0, \\"y\\": 270}, {\\"x\\": 380, \\"y\\": 270}, {\\"x\\": 380, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\": {\\"id\\": \\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1240, \\"y\\": 70, \\"width\\": 70, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 70, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\": {\\"id\\": \\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1020, \\"y\\": 70, \\"width\\": 60, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 60, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"aec45998-06bb-4213-a615-8e512c05a855\\": {\\"id\\": \\"aec45998-06bb-4213-a615-8e512c05a855\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1000, \\"y\\": 90, \\"width\\": 200, \\"height\\": 140}, \\"path\\": [{\\"x\\": 200, \\"y\\": 140}, {\\"x\\": 200, \\"y\\": 88.39453125}, {\\"x\\": 0, \\"y\\": 88.39453125}, {\\"x\\": 0, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Up\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"isManuallyLayouted\\": true, \\"flowType\\": \\"message\\"}, \\"9365e411-3bd5-4139-b5aa-bb4cb7a70226\\": {\\"id\\": \\"9365e411-3bd5-4139-b5aa-bb4cb7a70226\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 100, \\"y\\": 70, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"ead65107-7a97-46df-9225-0770271953b7\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}}, \\"assessments\\": {}}",
"meta": {}
},
{
"id": 12,
"text": "1.3.1 Missing incoming connection",
"model": "{\\"version\\":\\"3.0.0\\",\\"type\\":\\"BPMN\\",\\"size\\":{\\"width\\":1420,\\"height\\":680},\\"interactive\\":{\\"elements\\":{},\\"relationships\\":{}},\\"elements\\":{\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\":{\\"id\\":\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\",\\"name\\":\\"Loan Applicant\\",\\"type\\":\\"BPMNPool\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":0,\\"y\\":0,\\"width\\":1370,\\"height\\":160}},\\"6f8dba39-5d62-47d0-870b-37294b903ae7\\":{\\"id\\":\\"6f8dba39-5d62-47d0-870b-37294b903ae7\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNStartEvent\\",\\"owner\\":\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\",\\"bounds\\":{\\"x\\":60,\\"y\\":50,\\"width\\":40,\\"height\\":40},\\"eventType\\":\\"default\\"},\\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\":{\\"id\\":\\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\",\\"name\\":\\"Send credit request\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\",\\"bounds\\":{\\"x\\":140,\\"y\\":40,\\"width\\":140,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\":{\\"id\\":\\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\",\\"name\\":\\"Quote received\\",\\"type\\":\\"BPMNIntermediateEvent\\",\\"owner\\":\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\",\\"bounds\\":{\\"x\\":980,\\"y\\":50,\\"width\\":40,\\"height\\":40},\\"eventType\\":\\"message-catch\\"},\\"a5506560-9631-448f-85ee-aa42581ac048\\":{\\"id\\":\\"a5506560-9631-448f-85ee-aa42581ac048\\",\\"name\\":\\"Review quote\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\",\\"bounds\\":{\\"x\\":1080,\\"y\\":40,\\"width\\":160,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\":{\\"id\\":\\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNEndEvent\\",\\"owner\\":\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\",\\"bounds\\":{\\"x\\":1310,\\"y\\":50,\\"width\\":40,\\"height\\":40},\\"eventType\\":\\"default\\"},\\"e975fb67-ccc1-4373-b214-d3e8742930aa\\":{\\"id\\":\\"e975fb67-ccc1-4373-b214-d3e8742930aa\\",\\"name\\":\\"Credit Institute\\",\\"type\\":\\"BPMNPool\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":0,\\"y\\":200,\\"width\\":1370,\\"height\\":430}},\\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\":{\\"id\\":\\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\",\\"name\\":\\"Loan Assessor\\",\\"type\\":\\"BPMNSwimlane\\",\\"owner\\":\\"e975fb67-ccc1-4373-b214-d3e8742930aa\\",\\"bounds\\":{\\"x\\":40,\\"y\\":470,\\"width\\":1330,\\"height\\":160}},\\"a78c7661-7823-4d40-9753-a87a92f3bc93\\":{\\"id\\":\\"a78c7661-7823-4d40-9753-a87a92f3bc93\\",\\"name\\":\\"Assess risk\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\",\\"bounds\\":{\\"x\\":530,\\"y\\":520,\\"width\\":160,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\":{\\"id\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"name\\":\\"Loan Provider\\",\\"type\\":\\"BPMNSwimlane\\",\\"owner\\":\\"e975fb67-ccc1-4373-b214-d3e8742930aa\\",\\"bounds\\":{\\"x\\":40,\\"y\\":200,\\"width\\":1330,\\"height\\":270}},\\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\":{\\"id\\":\\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\",\\"name\\":\\"Review request\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":270,\\"y\\":230,\\"width\\":140,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\":{\\"id\\":\\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\",\\"name\\":\\"Credit request received\\",\\"type\\":\\"BPMNStartEvent\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":190,\\"y\\":240,\\"width\\":40,\\"height\\":40},\\"eventType\\":\\"message\\"},\\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\":{\\"id\\":\\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNGateway\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":450,\\"y\\":240,\\"width\\":40,\\"height\\":40},\\"gatewayType\\":\\"parallel\\"},\\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\":{\\"id\\":\\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\",\\"name\\":\\"Standard terms applicable?\\",\\"type\\":\\"BPMNGateway\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":530,\\"y\\":240,\\"width\\":40,\\"height\\":40},\\"gatewayType\\":\\"exclusive\\"},\\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\":{\\"id\\":\\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\",\\"name\\":\\"Calculate terms\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":610,\\"y\\":230,\\"width\\":140,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\":{\\"id\\":\\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNGateway\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":790,\\"y\\":240,\\"width\\":40,\\"height\\":40},\\"gatewayType\\":\\"exclusive\\"},\\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\":{\\"id\\":\\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\",\\"name\\":\\"Send quote\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":1130,\\"y\\":230,\\"width\\":140,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\":{\\"id\\":\\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\",\\"name\\":\\"Quote sent\\",\\"type\\":\\"BPMNEndEvent\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":1310,\\"y\\":240,\\"width\\":40,\\"height\\":40},\\"eventType\\":\\"default\\"},\\"bdfce06b-db3e-45c8-9976-4ef57108218b\\":{\\"id\\":\\"bdfce06b-db3e-45c8-9976-4ef57108218b\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNGateway\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":1050,\\"y\\":240,\\"width\\":40,\\"height\\":40},\\"gatewayType\\":\\"parallel\\"},\\"be966228-7ed4-42c4-ad79-432f459f9feb\\":{\\"id\\":\\"be966228-7ed4-42c4-ad79-432f459f9feb\\",\\"name\\":\\"Prepare special terms\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":610,\\"y\\":380,\\"width\\":140,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\":{\\"id\\":\\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\",\\"name\\":\\"Prepare contract\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":870,\\"y\\":230,\\"width\\":140,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"}},\\"relationships\\":{\\"e81e5161-51c8-41b8-89f0-66e36da614c1\\":{\\"id\\":\\"e81e5161-51c8-41b8-89f0-66e36da614c1\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":280,\\"y\\":70,\\"width\\":700,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":700,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\":{\\"id\\":\\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":230,\\"y\\":260,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\":{\\"id\\":\\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":210,\\"y\\":100,\\"width\\":1,\\"height\\":140},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":0,\\"y\\":140}],\\"source\\":{\\"direction\\":\\"Down\\",\\"element\\":\\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"},\\"target\\":{\\"direction\\":\\"Up\\",\\"element\\":\\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"message\\"},\\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\":{\\"id\\":\\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":470,\\"y\\":280,\\"width\\":60,\\"height\\":270},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":0,\\"y\\":270},{\\"x\\":60,\\"y\\":270}],\\"source\\":{\\"direction\\":\\"Down\\",\\"element\\":\\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"b605327e-6a48-4f12-a4d4-97665fb7f230\\":{\\"id\\":\\"b605327e-6a48-4f12-a4d4-97665fb7f230\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":410,\\"y\\":260,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\":{\\"id\\":\\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":490,\\"y\\":260,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\":{\\"id\\":\\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\",\\"name\\":\\"yes\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":570,\\"y\\":220,\\"width\\":40,\\"height\\":41},\\"path\\":[{\\"x\\":0,\\"y\\":40},{\\"x\\":40,\\"y\\":40}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\":{\\"id\\":\\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":750,\\"y\\":260,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\":{\\"id\\":\\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":1090,\\"y\\":260,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\":{\\"id\\":\\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":830,\\"y\\":260,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\":{\\"id\\":\\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":1010,\\"y\\":260,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"a72d62b3-e113-4b90-bfd9-2480861d1186\\":{\\"id\\":\\"a72d62b3-e113-4b90-bfd9-2480861d1186\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":1270,\\"y\\":260,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"70b979b6-32e9-45c7-be45-518507652a30\\":{\\"id\\":\\"70b979b6-32e9-45c7-be45-518507652a30\\",\\"name\\":\\"no\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":550,\\"y\\":280,\\"width\\":60,\\"height\\":130},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":0,\\"y\\":130},{\\"x\\":60,\\"y\\":130}],\\"source\\":{\\"direction\\":\\"Down\\",\\"element\\":\\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"be966228-7ed4-42c4-ad79-432f459f9feb\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\":{\\"id\\":\\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":750,\\"y\\":280,\\"width\\":60,\\"height\\":130},\\"path\\":[{\\"x\\":0,\\"y\\":130},{\\"x\\":60,\\"y\\":130},{\\"x\\":60,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"be966228-7ed4-42c4-ad79-432f459f9feb\\"},\\"target\\":{\\"direction\\":\\"Down\\",\\"element\\":\\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\":{\\"id\\":\\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":690,\\"y\\":280,\\"width\\":380,\\"height\\":270},\\"path\\":[{\\"x\\":0,\\"y\\":270},{\\"x\\":380,\\"y\\":270},{\\"x\\":380,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"},\\"target\\":{\\"direction\\":\\"Down\\",\\"element\\":\\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\":{\\"id\\":\\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":1240,\\"y\\":70,\\"width\\":70,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":70,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"a5506560-9631-448f-85ee-aa42581ac048\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\":{\\"id\\":\\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":1020,\\"y\\":70,\\"width\\":60,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":60,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"a5506560-9631-448f-85ee-aa42581ac048\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"aec45998-06bb-4213-a615-8e512c05a855\\":{\\"id\\":\\"aec45998-06bb-4213-a615-8e512c05a855\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":1000,\\"y\\":90,\\"width\\":200,\\"height\\":140},\\"path\\":[{\\"x\\":200,\\"y\\":140},{\\"x\\":200,\\"y\\":88.39453125},{\\"x\\":0,\\"y\\":88.39453125},{\\"x\\":0,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Up\\",\\"element\\":\\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"},\\"target\\":{\\"direction\\":\\"Down\\",\\"element\\":\\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"},\\"isManuallyLayouted\\":true,\\"flowType\\":\\"message\\"}},\\"assessments\\":{}}",
"meta": {}
},
{
"id": 13,
"text": "1.3.2 Missing outgoing connection",
"model": "{\\"version\\":\\"3.0.0\\",\\"type\\":\\"BPMN\\",\\"size\\":{\\"width\\":1420,\\"height\\":680},\\"interactive\\":{\\"elements\\":{},\\"relationships\\":{}},\\"elements\\":{\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\":{\\"id\\":\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\",\\"name\\":\\"Loan Applicant\\",\\"type\\":\\"BPMNPool\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":0,\\"y\\":0,\\"width\\":1370,\\"height\\":160}},\\"6f8dba39-5d62-47d0-870b-37294b903ae7\\":{\\"id\\":\\"6f8dba39-5d62-47d0-870b-37294b903ae7\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNStartEvent\\",\\"owner\\":\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\",\\"bounds\\":{\\"x\\":60,\\"y\\":50,\\"width\\":40,\\"height\\":40},\\"eventType\\":\\"default\\"},\\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\":{\\"id\\":\\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\",\\"name\\":\\"Send credit request\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\",\\"bounds\\":{\\"x\\":140,\\"y\\":40,\\"width\\":140,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\":{\\"id\\":\\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\",\\"name\\":\\"Quote received\\",\\"type\\":\\"BPMNIntermediateEvent\\",\\"owner\\":\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\",\\"bounds\\":{\\"x\\":980,\\"y\\":50,\\"width\\":40,\\"height\\":40},\\"eventType\\":\\"message-catch\\"},\\"a5506560-9631-448f-85ee-aa42581ac048\\":{\\"id\\":\\"a5506560-9631-448f-85ee-aa42581ac048\\",\\"name\\":\\"Review quote\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\",\\"bounds\\":{\\"x\\":1080,\\"y\\":40,\\"width\\":160,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\":{\\"id\\":\\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNEndEvent\\",\\"owner\\":\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\",\\"bounds\\":{\\"x\\":1310,\\"y\\":50,\\"width\\":40,\\"height\\":40},\\"eventType\\":\\"default\\"},\\"e975fb67-ccc1-4373-b214-d3e8742930aa\\":{\\"id\\":\\"e975fb67-ccc1-4373-b214-d3e8742930aa\\",\\"name\\":\\"Credit Institute\\",\\"type\\":\\"BPMNPool\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":0,\\"y\\":200,\\"width\\":1370,\\"height\\":430}},\\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\":{\\"id\\":\\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\",\\"name\\":\\"Loan Assessor\\",\\"type\\":\\"BPMNSwimlane\\",\\"owner\\":\\"e975fb67-ccc1-4373-b214-d3e8742930aa\\",\\"bounds\\":{\\"x\\":40,\\"y\\":470,\\"width\\":1330,\\"height\\":160}},\\"a78c7661-7823-4d40-9753-a87a92f3bc93\\":{\\"id\\":\\"a78c7661-7823-4d40-9753-a87a92f3bc93\\",\\"name\\":\\"Assess risk\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\",\\"bounds\\":{\\"x\\":530,\\"y\\":520,\\"width\\":160,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\":{\\"id\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"name\\":\\"Loan Provider\\",\\"type\\":\\"BPMNSwimlane\\",\\"owner\\":\\"e975fb67-ccc1-4373-b214-d3e8742930aa\\",\\"bounds\\":{\\"x\\":40,\\"y\\":200,\\"width\\":1330,\\"height\\":270}},\\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\":{\\"id\\":\\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\",\\"name\\":\\"Review request\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":270,\\"y\\":230,\\"width\\":140,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\":{\\"id\\":\\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\",\\"name\\":\\"Credit request received\\",\\"type\\":\\"BPMNStartEvent\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":190,\\"y\\":240,\\"width\\":40,\\"height\\":40},\\"eventType\\":\\"message\\"},\\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\":{\\"id\\":\\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNGateway\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":450,\\"y\\":240,\\"width\\":40,\\"height\\":40},\\"gatewayType\\":\\"parallel\\"},\\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\":{\\"id\\":\\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\",\\"name\\":\\"Standard terms applicable?\\",\\"type\\":\\"BPMNGateway\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":530,\\"y\\":240,\\"width\\":40,\\"height\\":40},\\"gatewayType\\":\\"exclusive\\"},\\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\":{\\"id\\":\\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\",\\"name\\":\\"Calculate terms\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":610,\\"y\\":230,\\"width\\":140,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\":{\\"id\\":\\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNGateway\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":790,\\"y\\":240,\\"width\\":40,\\"height\\":40},\\"gatewayType\\":\\"exclusive\\"},\\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\":{\\"id\\":\\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\",\\"name\\":\\"Send quote\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":1130,\\"y\\":230,\\"width\\":140,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\":{\\"id\\":\\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\",\\"name\\":\\"Quote sent\\",\\"type\\":\\"BPMNEndEvent\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":1310,\\"y\\":240,\\"width\\":40,\\"height\\":40},\\"eventType\\":\\"default\\"},\\"bdfce06b-db3e-45c8-9976-4ef57108218b\\":{\\"id\\":\\"bdfce06b-db3e-45c8-9976-4ef57108218b\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNGateway\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":1050,\\"y\\":240,\\"width\\":40,\\"height\\":40},\\"gatewayType\\":\\"parallel\\"},\\"be966228-7ed4-42c4-ad79-432f459f9feb\\":{\\"id\\":\\"be966228-7ed4-42c4-ad79-432f459f9feb\\",\\"name\\":\\"Prepare special terms\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":610,\\"y\\":380,\\"width\\":140,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\":{\\"id\\":\\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\",\\"name\\":\\"Prepare contract\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":870,\\"y\\":230,\\"width\\":140,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"}},\\"relationships\\":{\\"a6626dca-b9c5-45b5-9309-e5f0a3fb9a4f\\":{\\"id\\":\\"a6626dca-b9c5-45b5-9309-e5f0a3fb9a4f\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":100,\\"y\\":70,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"6f8dba39-5d62-47d0-870b-37294b903ae7\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\":{\\"id\\":\\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":230,\\"y\\":260,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\":{\\"id\\":\\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":210,\\"y\\":100,\\"width\\":1,\\"height\\":140},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":0,\\"y\\":140}],\\"source\\":{\\"direction\\":\\"Down\\",\\"element\\":\\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"},\\"target\\":{\\"direction\\":\\"Up\\",\\"element\\":\\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"message\\"},\\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\":{\\"id\\":\\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":470,\\"y\\":280,\\"width\\":60,\\"height\\":270},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":0,\\"y\\":270},{\\"x\\":60,\\"y\\":270}],\\"source\\":{\\"direction\\":\\"Down\\",\\"element\\":\\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"b605327e-6a48-4f12-a4d4-97665fb7f230\\":{\\"id\\":\\"b605327e-6a48-4f12-a4d4-97665fb7f230\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":410,\\"y\\":260,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\":{\\"id\\":\\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":490,\\"y\\":260,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\":{\\"id\\":\\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\",\\"name\\":\\"yes\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":570,\\"y\\":220,\\"width\\":40,\\"height\\":41},\\"path\\":[{\\"x\\":0,\\"y\\":40},{\\"x\\":40,\\"y\\":40}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\":{\\"id\\":\\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":750,\\"y\\":260,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\":{\\"id\\":\\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":1090,\\"y\\":260,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\":{\\"id\\":\\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":830,\\"y\\":260,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\":{\\"id\\":\\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":1010,\\"y\\":260,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"a72d62b3-e113-4b90-bfd9-2480861d1186\\":{\\"id\\":\\"a72d62b3-e113-4b90-bfd9-2480861d1186\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":1270,\\"y\\":260,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"70b979b6-32e9-45c7-be45-518507652a30\\":{\\"id\\":\\"70b979b6-32e9-45c7-be45-518507652a30\\",\\"name\\":\\"no\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":550,\\"y\\":280,\\"width\\":60,\\"height\\":130},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":0,\\"y\\":130},{\\"x\\":60,\\"y\\":130}],\\"source\\":{\\"direction\\":\\"Down\\",\\"element\\":\\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"be966228-7ed4-42c4-ad79-432f459f9feb\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\":{\\"id\\":\\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":750,\\"y\\":280,\\"width\\":60,\\"height\\":130},\\"path\\":[{\\"x\\":0,\\"y\\":130},{\\"x\\":60,\\"y\\":130},{\\"x\\":60,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"be966228-7ed4-42c4-ad79-432f459f9feb\\"},\\"target\\":{\\"direction\\":\\"Down\\",\\"element\\":\\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\":{\\"id\\":\\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":690,\\"y\\":280,\\"width\\":380,\\"height\\":270},\\"path\\":[{\\"x\\":0,\\"y\\":270},{\\"x\\":380,\\"y\\":270},{\\"x\\":380,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"},\\"target\\":{\\"direction\\":\\"Down\\",\\"element\\":\\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\":{\\"id\\":\\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":1240,\\"y\\":70,\\"width\\":70,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":70,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"a5506560-9631-448f-85ee-aa42581ac048\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\":{\\"id\\":\\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":1020,\\"y\\":70,\\"width\\":60,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":60,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"a5506560-9631-448f-85ee-aa42581ac048\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"aec45998-06bb-4213-a615-8e512c05a855\\":{\\"id\\":\\"aec45998-06bb-4213-a615-8e512c05a855\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":1000,\\"y\\":90,\\"width\\":200,\\"height\\":140},\\"path\\":[{\\"x\\":200,\\"y\\":140},{\\"x\\":200,\\"y\\":88.39453125},{\\"x\\":0,\\"y\\":88.39453125},{\\"x\\":0,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Up\\",\\"element\\":\\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"},\\"target\\":{\\"direction\\":\\"Down\\",\\"element\\":\\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"},\\"isManuallyLayouted\\":true,\\"flowType\\":\\"message\\"}},\\"assessments\\":{}}",
"meta": {}
},
{
"id": 14,
"text": "1.4.1.1 Sequence flow crossing pool boundaries",
"model": "{\\"version\\": \\"3.0.0\\", \\"type\\": \\"BPMN\\", \\"size\\": {\\"width\\": 1420, \\"height\\": 680}, \\"interactive\\": {\\"elements\\": {}, \\"relationships\\": {}}, \\"elements\\": {\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\": {\\"id\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"name\\": \\"Loan Applicant\\", \\"type\\": \\"BPMNPool\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 0, \\"y\\": 0, \\"width\\": 1370, \\"height\\": 160}}, \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\": {\\"id\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\", \\"name\\": \\"Send credit request\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 140, \\"y\\": 40, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\": {\\"id\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\", \\"name\\": \\"Quote received\\", \\"type\\": \\"BPMNIntermediateEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 980, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"message-catch\\"}, \\"a5506560-9631-448f-85ee-aa42581ac048\\": {\\"id\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\", \\"name\\": \\"Review quote\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 1080, \\"y\\": 40, \\"width\\": 160, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\": {\\"id\\": \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 1310, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"ead65107-7a97-46df-9225-0770271953b7\\": {\\"id\\": \\"ead65107-7a97-46df-9225-0770271953b7\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 60, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\": {\\"id\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"name\\": \\"Credit Institute\\", \\"type\\": \\"BPMNPool\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 0, \\"y\\": 200, \\"width\\": 1370, \\"height\\": 430}}, \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\": {\\"id\\": \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\", \\"name\\": \\"Loan Assessor\\", \\"type\\": \\"BPMNSwimlane\\", \\"owner\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"bounds\\": {\\"x\\": 40, \\"y\\": 470, \\"width\\": 1330, \\"height\\": 160}}, \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\": {\\"id\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\", \\"name\\": \\"Assess risk\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\", \\"bounds\\": {\\"x\\": 530, \\"y\\": 520, \\"width\\": 160, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\": {\\"id\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"name\\": \\"Loan Provider\\", \\"type\\": \\"BPMNSwimlane\\", \\"owner\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"bounds\\": {\\"x\\": 40, \\"y\\": 200, \\"width\\": 1330, \\"height\\": 270}}, \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\": {\\"id\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\", \\"name\\": \\"Review request\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 270, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\": {\\"id\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\", \\"name\\": \\"Credit request received\\", \\"type\\": \\"BPMNStartEvent\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 190, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"message\\"}, \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\": {\\"id\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 450, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"parallel\\"}, \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\": {\\"id\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\", \\"name\\": \\"Standard terms applicable?\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 530, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\": {\\"id\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\", \\"name\\": \\"Calculate terms\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 610, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\": {\\"id\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 790, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\": {\\"id\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\", \\"name\\": \\"Send quote\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1130, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\": {\\"id\\": \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\", \\"name\\": \\"Quote sent\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1310, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\": {\\"id\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1050, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"parallel\\"}, \\"be966228-7ed4-42c4-ad79-432f459f9feb\\": {\\"id\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\", \\"name\\": \\"Prepare special terms\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 610, \\"y\\": 380, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\": {\\"id\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\", \\"name\\": \\"Prepare contract\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 870, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}}, \\"relationships\\": {\\"e81e5161-51c8-41b8-89f0-66e36da614c1\\": {\\"id\\": \\"e81e5161-51c8-41b8-89f0-66e36da614c1\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 280, \\"y\\": 70, \\"width\\": 700, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 700, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\": {\\"id\\": \\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 230, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\": {\\"id\\": \\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 210, \\"y\\": 100, \\"width\\": 1, \\"height\\": 140}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 140}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"target\\": {\\"direction\\": \\"Up\\", \\"element\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\": {\\"id\\": \\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 470, \\"y\\": 280, \\"width\\": 60, \\"height\\": 270}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 270}, {\\"x\\": 60, \\"y\\": 270}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"b605327e-6a48-4f12-a4d4-97665fb7f230\\": {\\"id\\": \\"b605327e-6a48-4f12-a4d4-97665fb7f230\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 410, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\": {\\"id\\": \\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 490, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\": {\\"id\\": \\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\", \\"name\\": \\"yes\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 570, \\"y\\": 220, \\"width\\": 40, \\"height\\": 41}, \\"path\\": [{\\"x\\": 0, \\"y\\": 40}, {\\"x\\": 40, \\"y\\": 40}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\": {\\"id\\": \\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 750, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\": {\\"id\\": \\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1090, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\": {\\"id\\": \\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 830, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\": {\\"id\\": \\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1010, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"a72d62b3-e113-4b90-bfd9-2480861d1186\\": {\\"id\\": \\"a72d62b3-e113-4b90-bfd9-2480861d1186\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1270, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"70b979b6-32e9-45c7-be45-518507652a30\\": {\\"id\\": \\"70b979b6-32e9-45c7-be45-518507652a30\\", \\"name\\": \\"no\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 550, \\"y\\": 280, \\"width\\": 60, \\"height\\": 130}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 130}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\": {\\"id\\": \\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 750, \\"y\\": 280, \\"width\\": 60, \\"height\\": 130}, \\"path\\": [{\\"x\\": 0, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\": {\\"id\\": \\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 690, \\"y\\": 280, \\"width\\": 380, \\"height\\": 270}, \\"path\\": [{\\"x\\": 0, \\"y\\": 270}, {\\"x\\": 380, \\"y\\": 270}, {\\"x\\": 380, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\": {\\"id\\": \\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1240, \\"y\\": 70, \\"width\\": 70, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 70, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\": {\\"id\\": \\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1020, \\"y\\": 70, \\"width\\": 60, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 60, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"aec45998-06bb-4213-a615-8e512c05a855\\": {\\"id\\": \\"aec45998-06bb-4213-a615-8e512c05a855\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1000, \\"y\\": 90, \\"width\\": 200, \\"height\\": 140}, \\"path\\": [{\\"x\\": 200, \\"y\\": 140}, {\\"x\\": 200, \\"y\\": 70}, {\\"x\\": 0, \\"y\\": 70}, {\\"x\\": 0, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Up\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"9365e411-3bd5-4139-b5aa-bb4cb7a70226\\": {\\"id\\": \\"9365e411-3bd5-4139-b5aa-bb4cb7a70226\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 100, \\"y\\": 70, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"ead65107-7a97-46df-9225-0770271953b7\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}}, \\"assessments\\": {}}",
"meta": {}
},
{
"id": 15,
"text": "1.4.1.2 Unlabelled pool",
"model": "{\\"version\\":\\"3.0.0\\",\\"type\\":\\"BPMN\\",\\"size\\":{\\"width\\":1420,\\"height\\":760},\\"interactive\\":{\\"elements\\":{},\\"relationships\\":{}},\\"elements\\":{\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\":{\\"id\\":\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNPool\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":0,\\"y\\":0,\\"width\\":1370,\\"height\\":170}},\\"6f8dba39-5d62-47d0-870b-37294b903ae7\\":{\\"id\\":\\"6f8dba39-5d62-47d0-870b-37294b903ae7\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNStartEvent\\",\\"owner\\":\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\",\\"bounds\\":{\\"x\\":60,\\"y\\":50,\\"width\\":40,\\"height\\":40},\\"eventType\\":\\"default\\"},\\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\":{\\"id\\":\\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\",\\"name\\":\\"Send credit request\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\",\\"bounds\\":{\\"x\\":140,\\"y\\":40,\\"width\\":140,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\":{\\"id\\":\\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\",\\"name\\":\\"Quote received\\",\\"type\\":\\"BPMNIntermediateEvent\\",\\"owner\\":\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\",\\"bounds\\":{\\"x\\":980,\\"y\\":50,\\"width\\":40,\\"height\\":40},\\"eventType\\":\\"message-catch\\"},\\"a5506560-9631-448f-85ee-aa42581ac048\\":{\\"id\\":\\"a5506560-9631-448f-85ee-aa42581ac048\\",\\"name\\":\\"Review quote\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\",\\"bounds\\":{\\"x\\":1080,\\"y\\":40,\\"width\\":160,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\":{\\"id\\":\\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNEndEvent\\",\\"owner\\":\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\",\\"bounds\\":{\\"x\\":1310,\\"y\\":50,\\"width\\":40,\\"height\\":40},\\"eventType\\":\\"default\\"},\\"e975fb67-ccc1-4373-b214-d3e8742930aa\\":{\\"id\\":\\"e975fb67-ccc1-4373-b214-d3e8742930aa\\",\\"name\\":\\"Credit Institute\\",\\"type\\":\\"BPMNPool\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":0,\\"y\\":280,\\"width\\":1370,\\"height\\":430}},\\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\":{\\"id\\":\\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\",\\"name\\":\\"Loan Assessor\\",\\"type\\":\\"BPMNSwimlane\\",\\"owner\\":\\"e975fb67-ccc1-4373-b214-d3e8742930aa\\",\\"bounds\\":{\\"x\\":40,\\"y\\":550,\\"width\\":1330,\\"height\\":160}},\\"a78c7661-7823-4d40-9753-a87a92f3bc93\\":{\\"id\\":\\"a78c7661-7823-4d40-9753-a87a92f3bc93\\",\\"name\\":\\"Assess risk\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\",\\"bounds\\":{\\"x\\":530,\\"y\\":600,\\"width\\":160,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\":{\\"id\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"name\\":\\"Loan Provider\\",\\"type\\":\\"BPMNSwimlane\\",\\"owner\\":\\"e975fb67-ccc1-4373-b214-d3e8742930aa\\",\\"bounds\\":{\\"x\\":40,\\"y\\":280,\\"width\\":1330,\\"height\\":270}},\\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\":{\\"id\\":\\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\",\\"name\\":\\"Review request\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":270,\\"y\\":310,\\"width\\":140,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\":{\\"id\\":\\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\",\\"name\\":\\"Credit request received\\",\\"type\\":\\"BPMNStartEvent\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":190,\\"y\\":320,\\"width\\":40,\\"height\\":40},\\"eventType\\":\\"message\\"},\\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\":{\\"id\\":\\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNGateway\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":450,\\"y\\":320,\\"width\\":40,\\"height\\":40},\\"gatewayType\\":\\"parallel\\"},\\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\":{\\"id\\":\\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\",\\"name\\":\\"Standard terms applicable?\\",\\"type\\":\\"BPMNGateway\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":530,\\"y\\":320,\\"width\\":40,\\"height\\":40},\\"gatewayType\\":\\"exclusive\\"},\\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\":{\\"id\\":\\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\",\\"name\\":\\"Calculate terms\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":610,\\"y\\":310,\\"width\\":140,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\":{\\"id\\":\\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNGateway\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":790,\\"y\\":320,\\"width\\":40,\\"height\\":40},\\"gatewayType\\":\\"exclusive\\"},\\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\":{\\"id\\":\\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\",\\"name\\":\\"Send quote\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":1130,\\"y\\":310,\\"width\\":140,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\":{\\"id\\":\\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\",\\"name\\":\\"Quote sent\\",\\"type\\":\\"BPMNEndEvent\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":1310,\\"y\\":320,\\"width\\":40,\\"height\\":40},\\"eventType\\":\\"default\\"},\\"bdfce06b-db3e-45c8-9976-4ef57108218b\\":{\\"id\\":\\"bdfce06b-db3e-45c8-9976-4ef57108218b\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNGateway\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":1050,\\"y\\":320,\\"width\\":40,\\"height\\":40},\\"gatewayType\\":\\"parallel\\"},\\"be966228-7ed4-42c4-ad79-432f459f9feb\\":{\\"id\\":\\"be966228-7ed4-42c4-ad79-432f459f9feb\\",\\"name\\":\\"Prepare special terms\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":610,\\"y\\":460,\\"width\\":140,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\":{\\"id\\":\\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\",\\"name\\":\\"Prepare contract\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":870,\\"y\\":310,\\"width\\":140,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"}},\\"relationships\\":{\\"a6626dca-b9c5-45b5-9309-e5f0a3fb9a4f\\":{\\"id\\":\\"a6626dca-b9c5-45b5-9309-e5f0a3fb9a4f\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":100,\\"y\\":70,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"6f8dba39-5d62-47d0-870b-37294b903ae7\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"e81e5161-51c8-41b8-89f0-66e36da614c1\\":{\\"id\\":\\"e81e5161-51c8-41b8-89f0-66e36da614c1\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":280,\\"y\\":70,\\"width\\":700,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":700,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\":{\\"id\\":\\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":230,\\"y\\":340,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\":{\\"id\\":\\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":210,\\"y\\":100,\\"width\\":1,\\"height\\":220},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":0,\\"y\\":220}],\\"source\\":{\\"direction\\":\\"Down\\",\\"element\\":\\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"},\\"target\\":{\\"direction\\":\\"Up\\",\\"element\\":\\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"message\\"},\\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\":{\\"id\\":\\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":470,\\"y\\":360,\\"width\\":60,\\"height\\":270},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":0,\\"y\\":270},{\\"x\\":60,\\"y\\":270}],\\"source\\":{\\"direction\\":\\"Down\\",\\"element\\":\\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"b605327e-6a48-4f12-a4d4-97665fb7f230\\":{\\"id\\":\\"b605327e-6a48-4f12-a4d4-97665fb7f230\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":410,\\"y\\":340,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\":{\\"id\\":\\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":490,\\"y\\":340,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\":{\\"id\\":\\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\",\\"name\\":\\"yes\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":570,\\"y\\":300,\\"width\\":40,\\"height\\":41},\\"path\\":[{\\"x\\":0,\\"y\\":40},{\\"x\\":40,\\"y\\":40}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\":{\\"id\\":\\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":750,\\"y\\":340,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\":{\\"id\\":\\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":1090,\\"y\\":340,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\":{\\"id\\":\\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":830,\\"y\\":340,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\":{\\"id\\":\\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":1010,\\"y\\":340,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"a72d62b3-e113-4b90-bfd9-2480861d1186\\":{\\"id\\":\\"a72d62b3-e113-4b90-bfd9-2480861d1186\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":1270,\\"y\\":340,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"70b979b6-32e9-45c7-be45-518507652a30\\":{\\"id\\":\\"70b979b6-32e9-45c7-be45-518507652a30\\",\\"name\\":\\"no\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":550,\\"y\\":360,\\"width\\":60,\\"height\\":130},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":0,\\"y\\":130},{\\"x\\":60,\\"y\\":130}],\\"source\\":{\\"direction\\":\\"Down\\",\\"element\\":\\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"be966228-7ed4-42c4-ad79-432f459f9feb\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\":{\\"id\\":\\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":750,\\"y\\":360,\\"width\\":60,\\"height\\":130},\\"path\\":[{\\"x\\":0,\\"y\\":130},{\\"x\\":60,\\"y\\":130},{\\"x\\":60,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"be966228-7ed4-42c4-ad79-432f459f9feb\\"},\\"target\\":{\\"direction\\":\\"Down\\",\\"element\\":\\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\":{\\"id\\":\\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":690,\\"y\\":360,\\"width\\":380,\\"height\\":270},\\"path\\":[{\\"x\\":0,\\"y\\":270},{\\"x\\":380,\\"y\\":270},{\\"x\\":380,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"},\\"target\\":{\\"direction\\":\\"Down\\",\\"element\\":\\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\":{\\"id\\":\\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":1240,\\"y\\":70,\\"width\\":70,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":70,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"a5506560-9631-448f-85ee-aa42581ac048\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\":{\\"id\\":\\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":1020,\\"y\\":70,\\"width\\":60,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":60,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"a5506560-9631-448f-85ee-aa42581ac048\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"aec45998-06bb-4213-a615-8e512c05a855\\":{\\"id\\":\\"aec45998-06bb-4213-a615-8e512c05a855\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":1000,\\"y\\":90,\\"width\\":200,\\"height\\":220},\\"path\\":[{\\"x\\":200,\\"y\\":220},{\\"x\\":200,\\"y\\":110},{\\"x\\":0,\\"y\\":110},{\\"x\\":0,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Up\\",\\"element\\":\\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"},\\"target\\":{\\"direction\\":\\"Down\\",\\"element\\":\\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"message\\"}},\\"assessments\\":{}}",
"meta": {}
},
{
"id": 16,
"text": "1.4.2.1 Unlabelled lane",
"model": "{\\"version\\": \\"3.0.0\\", \\"type\\": \\"BPMN\\", \\"size\\": {\\"width\\": 1420, \\"height\\": 680}, \\"interactive\\": {\\"elements\\": {}, \\"relationships\\": {}}, \\"elements\\": {\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\": {\\"id\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"name\\": \\"Loan Applicant\\", \\"type\\": \\"BPMNPool\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 0, \\"y\\": 0, \\"width\\": 1370, \\"height\\": 160}}, \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\": {\\"id\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\", \\"name\\": \\"Send credit request\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 140, \\"y\\": 40, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\": {\\"id\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\", \\"name\\": \\"Quote received\\", \\"type\\": \\"BPMNIntermediateEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 980, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"message-catch\\"}, \\"a5506560-9631-448f-85ee-aa42581ac048\\": {\\"id\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\", \\"name\\": \\"Review quote\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 1080, \\"y\\": 40, \\"width\\": 160, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\": {\\"id\\": \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 1310, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"ead65107-7a97-46df-9225-0770271953b7\\": {\\"id\\": \\"ead65107-7a97-46df-9225-0770271953b7\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 60, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\": {\\"id\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"name\\": \\"Credit Institute\\", \\"type\\": \\"BPMNPool\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 0, \\"y\\": 200, \\"width\\": 1370, \\"height\\": 430}}, \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\": {\\"id\\": \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNSwimlane\\", \\"owner\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"bounds\\": {\\"x\\": 40, \\"y\\": 470, \\"width\\": 1330, \\"height\\": 160}}, \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\": {\\"id\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\", \\"name\\": \\"Assess risk\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\", \\"bounds\\": {\\"x\\": 530, \\"y\\": 520, \\"width\\": 160, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\": {\\"id\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNSwimlane\\", \\"owner\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"bounds\\": {\\"x\\": 40, \\"y\\": 200, \\"width\\": 1330, \\"height\\": 270}}, \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\": {\\"id\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\", \\"name\\": \\"Review request\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 270, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\": {\\"id\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\", \\"name\\": \\"Credit request received\\", \\"type\\": \\"BPMNStartEvent\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 190, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"message\\"}, \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\": {\\"id\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 450, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"parallel\\"}, \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\": {\\"id\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\", \\"name\\": \\"Standard terms applicable?\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 530, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\": {\\"id\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\", \\"name\\": \\"Calculate terms\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 610, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\": {\\"id\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 790, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\": {\\"id\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\", \\"name\\": \\"Send quote\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1130, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\": {\\"id\\": \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\", \\"name\\": \\"Quote sent\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1310, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\": {\\"id\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1050, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"parallel\\"}, \\"be966228-7ed4-42c4-ad79-432f459f9feb\\": {\\"id\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\", \\"name\\": \\"Prepare special terms\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 610, \\"y\\": 380, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\": {\\"id\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\", \\"name\\": \\"Prepare contract\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 870, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}}, \\"relationships\\": {\\"e81e5161-51c8-41b8-89f0-66e36da614c1\\": {\\"id\\": \\"e81e5161-51c8-41b8-89f0-66e36da614c1\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 280, \\"y\\": 70, \\"width\\": 700, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 700, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\": {\\"id\\": \\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 230, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\": {\\"id\\": \\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 210, \\"y\\": 100, \\"width\\": 1, \\"height\\": 140}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 140}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"target\\": {\\"direction\\": \\"Up\\", \\"element\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"message\\"}, \\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\": {\\"id\\": \\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 470, \\"y\\": 280, \\"width\\": 60, \\"height\\": 270}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 270}, {\\"x\\": 60, \\"y\\": 270}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"b605327e-6a48-4f12-a4d4-97665fb7f230\\": {\\"id\\": \\"b605327e-6a48-4f12-a4d4-97665fb7f230\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 410, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\": {\\"id\\": \\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 490, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\": {\\"id\\": \\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\", \\"name\\": \\"yes\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 570, \\"y\\": 220, \\"width\\": 40, \\"height\\": 41}, \\"path\\": [{\\"x\\": 0, \\"y\\": 40}, {\\"x\\": 40, \\"y\\": 40}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\": {\\"id\\": \\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 750, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\": {\\"id\\": \\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1090, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\": {\\"id\\": \\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 830, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\": {\\"id\\": \\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1010, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"a72d62b3-e113-4b90-bfd9-2480861d1186\\": {\\"id\\": \\"a72d62b3-e113-4b90-bfd9-2480861d1186\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1270, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"70b979b6-32e9-45c7-be45-518507652a30\\": {\\"id\\": \\"70b979b6-32e9-45c7-be45-518507652a30\\", \\"name\\": \\"no\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 550, \\"y\\": 280, \\"width\\": 60, \\"height\\": 130}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 130}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\": {\\"id\\": \\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 750, \\"y\\": 280, \\"width\\": 60, \\"height\\": 130}, \\"path\\": [{\\"x\\": 0, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\": {\\"id\\": \\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 690, \\"y\\": 280, \\"width\\": 380, \\"height\\": 270}, \\"path\\": [{\\"x\\": 0, \\"y\\": 270}, {\\"x\\": 380, \\"y\\": 270}, {\\"x\\": 380, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\": {\\"id\\": \\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1240, \\"y\\": 70, \\"width\\": 70, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 70, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\": {\\"id\\": \\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1020, \\"y\\": 70, \\"width\\": 60, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 60, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"aec45998-06bb-4213-a615-8e512c05a855\\": {\\"id\\": \\"aec45998-06bb-4213-a615-8e512c05a855\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1000, \\"y\\": 90, \\"width\\": 200, \\"height\\": 140}, \\"path\\": [{\\"x\\": 200, \\"y\\": 140}, {\\"x\\": 200, \\"y\\": 88.39453125}, {\\"x\\": 0, \\"y\\": 88.39453125}, {\\"x\\": 0, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Up\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"isManuallyLayouted\\": true, \\"flowType\\": \\"message\\"}, \\"9365e411-3bd5-4139-b5aa-bb4cb7a70226\\": {\\"id\\": \\"9365e411-3bd5-4139-b5aa-bb4cb7a70226\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 100, \\"y\\": 70, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"ead65107-7a97-46df-9225-0770271953b7\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}}, \\"assessments\\": {}}",
"meta": {}
},
{
"id": 17,
"text": "2.1.1.1.1 Activity missing entirely",
"model": "{\\"version\\":\\"3.0.0\\",\\"type\\":\\"BPMN\\",\\"size\\":{\\"width\\":1420,\\"height\\":760},\\"interactive\\":{\\"elements\\":{},\\"relationships\\":{}},\\"elements\\":{\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\":{\\"id\\":\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\",\\"name\\":\\"Loan Applicant\\",\\"type\\":\\"BPMNPool\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":0,\\"y\\":0,\\"width\\":1370,\\"height\\":170}},\\"6f8dba39-5d62-47d0-870b-37294b903ae7\\":{\\"id\\":\\"6f8dba39-5d62-47d0-870b-37294b903ae7\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNStartEvent\\",\\"owner\\":\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\",\\"bounds\\":{\\"x\\":60,\\"y\\":50,\\"width\\":40,\\"height\\":40},\\"eventType\\":\\"default\\"},\\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\":{\\"id\\":\\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\",\\"name\\":\\"Send credit request\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\",\\"bounds\\":{\\"x\\":140,\\"y\\":40,\\"width\\":140,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\":{\\"id\\":\\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\",\\"name\\":\\"Quote received\\",\\"type\\":\\"BPMNIntermediateEvent\\",\\"owner\\":\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\",\\"bounds\\":{\\"x\\":980,\\"y\\":50,\\"width\\":40,\\"height\\":40},\\"eventType\\":\\"message-catch\\"},\\"a5506560-9631-448f-85ee-aa42581ac048\\":{\\"id\\":\\"a5506560-9631-448f-85ee-aa42581ac048\\",\\"name\\":\\"Review quote\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\",\\"bounds\\":{\\"x\\":1080,\\"y\\":40,\\"width\\":160,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\":{\\"id\\":\\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNEndEvent\\",\\"owner\\":\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\",\\"bounds\\":{\\"x\\":1310,\\"y\\":50,\\"width\\":40,\\"height\\":40},\\"eventType\\":\\"default\\"},\\"e975fb67-ccc1-4373-b214-d3e8742930aa\\":{\\"id\\":\\"e975fb67-ccc1-4373-b214-d3e8742930aa\\",\\"name\\":\\"Credit Institute\\",\\"type\\":\\"BPMNPool\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":0,\\"y\\":280,\\"width\\":1370,\\"height\\":430}},\\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\":{\\"id\\":\\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\",\\"name\\":\\"Loan Assessor\\",\\"type\\":\\"BPMNSwimlane\\",\\"owner\\":\\"e975fb67-ccc1-4373-b214-d3e8742930aa\\",\\"bounds\\":{\\"x\\":40,\\"y\\":550,\\"width\\":1330,\\"height\\":160}},\\"a78c7661-7823-4d40-9753-a87a92f3bc93\\":{\\"id\\":\\"a78c7661-7823-4d40-9753-a87a92f3bc93\\",\\"name\\":\\"Assess risk\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\",\\"bounds\\":{\\"x\\":530,\\"y\\":600,\\"width\\":160,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\":{\\"id\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"name\\":\\"Loan Provider\\",\\"type\\":\\"BPMNSwimlane\\",\\"owner\\":\\"e975fb67-ccc1-4373-b214-d3e8742930aa\\",\\"bounds\\":{\\"x\\":40,\\"y\\":280,\\"width\\":1330,\\"height\\":270}},\\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\":{\\"id\\":\\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\",\\"name\\":\\"Review request\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":270,\\"y\\":310,\\"width\\":140,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\":{\\"id\\":\\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\",\\"name\\":\\"Credit request received\\",\\"type\\":\\"BPMNStartEvent\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":190,\\"y\\":320,\\"width\\":40,\\"height\\":40},\\"eventType\\":\\"message\\"},\\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\":{\\"id\\":\\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNGateway\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":450,\\"y\\":320,\\"width\\":40,\\"height\\":40},\\"gatewayType\\":\\"parallel\\"},\\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\":{\\"id\\":\\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\",\\"name\\":\\"Standard terms applicable?\\",\\"type\\":\\"BPMNGateway\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":530,\\"y\\":320,\\"width\\":40,\\"height\\":40},\\"gatewayType\\":\\"exclusive\\"},\\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\":{\\"id\\":\\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\",\\"name\\":\\"Calculate terms\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":610,\\"y\\":310,\\"width\\":140,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\":{\\"id\\":\\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNGateway\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":790,\\"y\\":320,\\"width\\":40,\\"height\\":40},\\"gatewayType\\":\\"exclusive\\"},\\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\":{\\"id\\":\\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\",\\"name\\":\\"Send quote\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":1130,\\"y\\":310,\\"width\\":140,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\":{\\"id\\":\\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\",\\"name\\":\\"Quote sent\\",\\"type\\":\\"BPMNEndEvent\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":1310,\\"y\\":320,\\"width\\":40,\\"height\\":40},\\"eventType\\":\\"default\\"},\\"bdfce06b-db3e-45c8-9976-4ef57108218b\\":{\\"id\\":\\"bdfce06b-db3e-45c8-9976-4ef57108218b\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNGateway\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":1050,\\"y\\":320,\\"width\\":40,\\"height\\":40},\\"gatewayType\\":\\"parallel\\"},\\"be966228-7ed4-42c4-ad79-432f459f9feb\\":{\\"id\\":\\"be966228-7ed4-42c4-ad79-432f459f9feb\\",\\"name\\":\\"Prepare special terms\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":610,\\"y\\":460,\\"width\\":140,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"}},\\"relationships\\":{\\"a6626dca-b9c5-45b5-9309-e5f0a3fb9a4f\\":{\\"id\\":\\"a6626dca-b9c5-45b5-9309-e5f0a3fb9a4f\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":100,\\"y\\":70,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"6f8dba39-5d62-47d0-870b-37294b903ae7\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"e81e5161-51c8-41b8-89f0-66e36da614c1\\":{\\"id\\":\\"e81e5161-51c8-41b8-89f0-66e36da614c1\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":280,\\"y\\":70,\\"width\\":700,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":700,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\":{\\"id\\":\\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":230,\\"y\\":340,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\":{\\"id\\":\\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":210,\\"y\\":100,\\"width\\":1,\\"height\\":220},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":0,\\"y\\":220}],\\"source\\":{\\"direction\\":\\"Down\\",\\"element\\":\\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"},\\"target\\":{\\"direction\\":\\"Up\\",\\"element\\":\\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"message\\"},\\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\":{\\"id\\":\\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":470,\\"y\\":360,\\"width\\":60,\\"height\\":270},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":0,\\"y\\":270},{\\"x\\":60,\\"y\\":270}],\\"source\\":{\\"direction\\":\\"Down\\",\\"element\\":\\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"b605327e-6a48-4f12-a4d4-97665fb7f230\\":{\\"id\\":\\"b605327e-6a48-4f12-a4d4-97665fb7f230\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":410,\\"y\\":340,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\":{\\"id\\":\\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":490,\\"y\\":340,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\":{\\"id\\":\\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\",\\"name\\":\\"yes\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":570,\\"y\\":300,\\"width\\":40,\\"height\\":41},\\"path\\":[{\\"x\\":0,\\"y\\":40},{\\"x\\":40,\\"y\\":40}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\":{\\"id\\":\\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":750,\\"y\\":340,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\":{\\"id\\":\\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":1090,\\"y\\":340,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"a72d62b3-e113-4b90-bfd9-2480861d1186\\":{\\"id\\":\\"a72d62b3-e113-4b90-bfd9-2480861d1186\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":1270,\\"y\\":340,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"70b979b6-32e9-45c7-be45-518507652a30\\":{\\"id\\":\\"70b979b6-32e9-45c7-be45-518507652a30\\",\\"name\\":\\"no\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":550,\\"y\\":360,\\"width\\":60,\\"height\\":130},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":0,\\"y\\":130},{\\"x\\":60,\\"y\\":130}],\\"source\\":{\\"direction\\":\\"Down\\",\\"element\\":\\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"be966228-7ed4-42c4-ad79-432f459f9feb\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\":{\\"id\\":\\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":750,\\"y\\":360,\\"width\\":60,\\"height\\":130},\\"path\\":[{\\"x\\":0,\\"y\\":130},{\\"x\\":60,\\"y\\":130},{\\"x\\":60,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"be966228-7ed4-42c4-ad79-432f459f9feb\\"},\\"target\\":{\\"direction\\":\\"Down\\",\\"element\\":\\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\":{\\"id\\":\\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":690,\\"y\\":360,\\"width\\":380,\\"height\\":270},\\"path\\":[{\\"x\\":0,\\"y\\":270},{\\"x\\":380,\\"y\\":270},{\\"x\\":380,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"},\\"target\\":{\\"direction\\":\\"Down\\",\\"element\\":\\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\":{\\"id\\":\\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":1240,\\"y\\":70,\\"width\\":70,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":70,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"a5506560-9631-448f-85ee-aa42581ac048\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\":{\\"id\\":\\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":1020,\\"y\\":70,\\"width\\":60,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":60,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"a5506560-9631-448f-85ee-aa42581ac048\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"aec45998-06bb-4213-a615-8e512c05a855\\":{\\"id\\":\\"aec45998-06bb-4213-a615-8e512c05a855\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":1000,\\"y\\":90,\\"width\\":200,\\"height\\":220},\\"path\\":[{\\"x\\":200,\\"y\\":220},{\\"x\\":200,\\"y\\":110},{\\"x\\":0,\\"y\\":110},{\\"x\\":0,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Up\\",\\"element\\":\\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"},\\"target\\":{\\"direction\\":\\"Down\\",\\"element\\":\\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"message\\"},\\"d893f0a1-7770-4864-b377-ded6e00ab719\\":{\\"id\\":\\"d893f0a1-7770-4864-b377-ded6e00ab719\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":830,\\"y\\":340,\\"width\\":220,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":220,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"}},\\"assessments\\":{}}",
"meta": {}
},
{
"id": 18,
"text": "2.1.1.1.2 Activity has been merged",
"model": "{\\"version\\": \\"3.0.0\\", \\"type\\": \\"BPMN\\", \\"size\\": {\\"width\\": 1420, \\"height\\": 680}, \\"interactive\\": {\\"elements\\": {}, \\"relationships\\": {}}, \\"elements\\": {\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\": {\\"id\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"name\\": \\"Loan Applicant\\", \\"type\\": \\"BPMNPool\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 0, \\"y\\": 0, \\"width\\": 1370, \\"height\\": 160}}, \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\": {\\"id\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\", \\"name\\": \\"Send credit request\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 140, \\"y\\": 40, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\": {\\"id\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\", \\"name\\": \\"Quote received\\", \\"type\\": \\"BPMNIntermediateEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 980, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"message-catch\\"}, \\"a5506560-9631-448f-85ee-aa42581ac048\\": {\\"id\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\", \\"name\\": \\"Review quote\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 1080, \\"y\\": 40, \\"width\\": 160, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\": {\\"id\\": \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 1310, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"ead65107-7a97-46df-9225-0770271953b7\\": {\\"id\\": \\"ead65107-7a97-46df-9225-0770271953b7\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 60, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\": {\\"id\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"name\\": \\"Credit Institute\\", \\"type\\": \\"BPMNPool\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 0, \\"y\\": 200, \\"width\\": 1370, \\"height\\": 430}}, \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\": {\\"id\\": \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\", \\"name\\": \\"Loan Assessor\\", \\"type\\": \\"BPMNSwimlane\\", \\"owner\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"bounds\\": {\\"x\\": 40, \\"y\\": 470, \\"width\\": 1330, \\"height\\": 160}}, \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\": {\\"id\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\", \\"name\\": \\"Assess risk\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\", \\"bounds\\": {\\"x\\": 530, \\"y\\": 520, \\"width\\": 160, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\": {\\"id\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"name\\": \\"Loan Provider\\", \\"type\\": \\"BPMNSwimlane\\", \\"owner\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"bounds\\": {\\"x\\": 40, \\"y\\": 200, \\"width\\": 1330, \\"height\\": 270}}, \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\": {\\"id\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\", \\"name\\": \\"Review request\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 270, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\": {\\"id\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\", \\"name\\": \\"Credit request received\\", \\"type\\": \\"BPMNStartEvent\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 190, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"message\\"}, \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\": {\\"id\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 450, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"parallel\\"}, \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\": {\\"id\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\", \\"name\\": \\"Standard terms applicable?\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 530, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\": {\\"id\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\", \\"name\\": \\"Calculate terms\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 610, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\": {\\"id\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 790, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\": {\\"id\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\", \\"name\\": \\"Prepare contract and send quote\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1130, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\": {\\"id\\": \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\", \\"name\\": \\"Quote sent\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1310, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\": {\\"id\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 920, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"parallel\\"}, \\"be966228-7ed4-42c4-ad79-432f459f9feb\\": {\\"id\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\", \\"name\\": \\"Prepare special terms\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 610, \\"y\\": 380, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}}, \\"relationships\\": {\\"e81e5161-51c8-41b8-89f0-66e36da614c1\\": {\\"id\\": \\"e81e5161-51c8-41b8-89f0-66e36da614c1\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 280, \\"y\\": 70, \\"width\\": 700, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 700, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\": {\\"id\\": \\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 230, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\": {\\"id\\": \\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 210, \\"y\\": 100, \\"width\\": 1, \\"height\\": 140}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 140}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"target\\": {\\"direction\\": \\"Up\\", \\"element\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"message\\"}, \\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\": {\\"id\\": \\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 470, \\"y\\": 280, \\"width\\": 60, \\"height\\": 270}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 270}, {\\"x\\": 60, \\"y\\": 270}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"b605327e-6a48-4f12-a4d4-97665fb7f230\\": {\\"id\\": \\"b605327e-6a48-4f12-a4d4-97665fb7f230\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 410, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\": {\\"id\\": \\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 490, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\": {\\"id\\": \\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\", \\"name\\": \\"yes\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 570, \\"y\\": 220, \\"width\\": 40, \\"height\\": 41}, \\"path\\": [{\\"x\\": 0, \\"y\\": 40}, {\\"x\\": 40, \\"y\\": 40}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\": {\\"id\\": \\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 750, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\": {\\"id\\": \\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 960, \\"y\\": 260, \\"width\\": 170, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 170, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"a72d62b3-e113-4b90-bfd9-2480861d1186\\": {\\"id\\": \\"a72d62b3-e113-4b90-bfd9-2480861d1186\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1270, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"70b979b6-32e9-45c7-be45-518507652a30\\": {\\"id\\": \\"70b979b6-32e9-45c7-be45-518507652a30\\", \\"name\\": \\"no\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 550, \\"y\\": 280, \\"width\\": 60, \\"height\\": 130}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 130}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\": {\\"id\\": \\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 750, \\"y\\": 280, \\"width\\": 60, \\"height\\": 130}, \\"path\\": [{\\"x\\": 0, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\": {\\"id\\": \\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 690, \\"y\\": 280, \\"width\\": 250, \\"height\\": 270}, \\"path\\": [{\\"x\\": 0, \\"y\\": 270}, {\\"x\\": 250, \\"y\\": 270}, {\\"x\\": 250, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\": {\\"id\\": \\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1240, \\"y\\": 70, \\"width\\": 70, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 70, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\": {\\"id\\": \\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1020, \\"y\\": 70, \\"width\\": 60, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 60, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"aec45998-06bb-4213-a615-8e512c05a855\\": {\\"id\\": \\"aec45998-06bb-4213-a615-8e512c05a855\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1000, \\"y\\": 90, \\"width\\": 200, \\"height\\": 140}, \\"path\\": [{\\"x\\": 200, \\"y\\": 140}, {\\"x\\": 200, \\"y\\": 88.39453125}, {\\"x\\": 0, \\"y\\": 88.39453125}, {\\"x\\": 0, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Up\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"isManuallyLayouted\\": true, \\"flowType\\": \\"message\\"}, \\"9365e411-3bd5-4139-b5aa-bb4cb7a70226\\": {\\"id\\": \\"9365e411-3bd5-4139-b5aa-bb4cb7a70226\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 100, \\"y\\": 70, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"ead65107-7a97-46df-9225-0770271953b7\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"582510c8-87d4-4f6e-982a-e986f8915e39\\": {\\"id\\": \\"582510c8-87d4-4f6e-982a-e986f8915e39\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 830, \\"y\\": 260, \\"width\\": 90, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 90, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}}, \\"assessments\\": {}}",
"meta": {}
},
{
"id": 19,
"text": "2.1.1.2 Missing event",
"model": "{\\"version\\": \\"3.0.0\\", \\"type\\": \\"BPMN\\", \\"size\\": {\\"width\\": 1420, \\"height\\": 680}, \\"interactive\\": {\\"elements\\": {}, \\"relationships\\": {}}, \\"elements\\": {\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\": {\\"id\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"name\\": \\"Loan Applicant\\", \\"type\\": \\"BPMNPool\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 0, \\"y\\": 0, \\"width\\": 1370, \\"height\\": 160}}, \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\": {\\"id\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\", \\"name\\": \\"Send credit request\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 140, \\"y\\": 40, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"a5506560-9631-448f-85ee-aa42581ac048\\": {\\"id\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\", \\"name\\": \\"Review quote\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 1080, \\"y\\": 40, \\"width\\": 160, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\": {\\"id\\": \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 1310, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"ead65107-7a97-46df-9225-0770271953b7\\": {\\"id\\": \\"ead65107-7a97-46df-9225-0770271953b7\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 60, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\": {\\"id\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"name\\": \\"Credit Institute\\", \\"type\\": \\"BPMNPool\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 0, \\"y\\": 200, \\"width\\": 1370, \\"height\\": 430}}, \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\": {\\"id\\": \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\", \\"name\\": \\"Loan Assessor\\", \\"type\\": \\"BPMNSwimlane\\", \\"owner\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"bounds\\": {\\"x\\": 40, \\"y\\": 470, \\"width\\": 1330, \\"height\\": 160}}, \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\": {\\"id\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\", \\"name\\": \\"Assess risk\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\", \\"bounds\\": {\\"x\\": 530, \\"y\\": 520, \\"width\\": 160, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\": {\\"id\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"name\\": \\"Loan Provider\\", \\"type\\": \\"BPMNSwimlane\\", \\"owner\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"bounds\\": {\\"x\\": 40, \\"y\\": 200, \\"width\\": 1330, \\"height\\": 270}}, \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\": {\\"id\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\", \\"name\\": \\"Review request\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 270, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\": {\\"id\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\", \\"name\\": \\"Credit request received\\", \\"type\\": \\"BPMNStartEvent\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 190, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"message\\"}, \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\": {\\"id\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 450, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"parallel\\"}, \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\": {\\"id\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\", \\"name\\": \\"Standard terms applicable?\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 530, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\": {\\"id\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\", \\"name\\": \\"Calculate terms\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 610, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\": {\\"id\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 790, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\": {\\"id\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\", \\"name\\": \\"Send quote\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1130, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\": {\\"id\\": \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\", \\"name\\": \\"Quote sent\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1310, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\": {\\"id\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1050, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"parallel\\"}, \\"be966228-7ed4-42c4-ad79-432f459f9feb\\": {\\"id\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\", \\"name\\": \\"Prepare special terms\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 610, \\"y\\": 380, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\": {\\"id\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\", \\"name\\": \\"Prepare contract\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 870, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}}, \\"relationships\\": {\\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\": {\\"id\\": \\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 230, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\": {\\"id\\": \\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 210, \\"y\\": 100, \\"width\\": 1, \\"height\\": 140}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 140}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"target\\": {\\"direction\\": \\"Up\\", \\"element\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"message\\"}, \\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\": {\\"id\\": \\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 470, \\"y\\": 280, \\"width\\": 60, \\"height\\": 270}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 270}, {\\"x\\": 60, \\"y\\": 270}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"b605327e-6a48-4f12-a4d4-97665fb7f230\\": {\\"id\\": \\"b605327e-6a48-4f12-a4d4-97665fb7f230\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 410, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\": {\\"id\\": \\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 490, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\": {\\"id\\": \\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\", \\"name\\": \\"yes\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 570, \\"y\\": 220, \\"width\\": 40, \\"height\\": 41}, \\"path\\": [{\\"x\\": 0, \\"y\\": 40}, {\\"x\\": 40, \\"y\\": 40}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\": {\\"id\\": \\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 750, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\": {\\"id\\": \\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1090, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\": {\\"id\\": \\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 830, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\": {\\"id\\": \\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1010, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"a72d62b3-e113-4b90-bfd9-2480861d1186\\": {\\"id\\": \\"a72d62b3-e113-4b90-bfd9-2480861d1186\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1270, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"70b979b6-32e9-45c7-be45-518507652a30\\": {\\"id\\": \\"70b979b6-32e9-45c7-be45-518507652a30\\", \\"name\\": \\"no\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 550, \\"y\\": 280, \\"width\\": 60, \\"height\\": 130}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 130}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\": {\\"id\\": \\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 750, \\"y\\": 280, \\"width\\": 60, \\"height\\": 130}, \\"path\\": [{\\"x\\": 0, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\": {\\"id\\": \\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 690, \\"y\\": 280, \\"width\\": 380, \\"height\\": 270}, \\"path\\": [{\\"x\\": 0, \\"y\\": 270}, {\\"x\\": 380, \\"y\\": 270}, {\\"x\\": 380, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\": {\\"id\\": \\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1240, \\"y\\": 70, \\"width\\": 70, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 70, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"9365e411-3bd5-4139-b5aa-bb4cb7a70226\\": {\\"id\\": \\"9365e411-3bd5-4139-b5aa-bb4cb7a70226\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 100, \\"y\\": 70, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"ead65107-7a97-46df-9225-0770271953b7\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"3d06ff9a-caf4-474d-848f-5ae7ec69324a\\": {\\"id\\": \\"3d06ff9a-caf4-474d-848f-5ae7ec69324a\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 280, \\"y\\": 70, \\"width\\": 800, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 800, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}}, \\"assessments\\": {}}",
"meta": {}
},
{
"id": 20,
"text": "2.1.1.2 Missing gateway",
"model": "{\\"version\\": \\"3.0.0\\", \\"type\\": \\"BPMN\\", \\"size\\": {\\"width\\": 1420, \\"height\\": 680}, \\"interactive\\": {\\"elements\\": {}, \\"relationships\\": {}}, \\"elements\\": {\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\": {\\"id\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"name\\": \\"Loan Applicant\\", \\"type\\": \\"BPMNPool\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 0, \\"y\\": 0, \\"width\\": 1370, \\"height\\": 160}}, \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\": {\\"id\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\", \\"name\\": \\"Send credit request\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 140, \\"y\\": 40, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\": {\\"id\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\", \\"name\\": \\"Quote received\\", \\"type\\": \\"BPMNIntermediateEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 980, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"message-catch\\"}, \\"a5506560-9631-448f-85ee-aa42581ac048\\": {\\"id\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\", \\"name\\": \\"Review quote\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 1080, \\"y\\": 40, \\"width\\": 160, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\": {\\"id\\": \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 1310, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"ead65107-7a97-46df-9225-0770271953b7\\": {\\"id\\": \\"ead65107-7a97-46df-9225-0770271953b7\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 60, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\": {\\"id\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"name\\": \\"Credit Institute\\", \\"type\\": \\"BPMNPool\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 0, \\"y\\": 200, \\"width\\": 1370, \\"height\\": 430}}, \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\": {\\"id\\": \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\", \\"name\\": \\"Loan Assessor\\", \\"type\\": \\"BPMNSwimlane\\", \\"owner\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"bounds\\": {\\"x\\": 40, \\"y\\": 470, \\"width\\": 1330, \\"height\\": 160}}, \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\": {\\"id\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\", \\"name\\": \\"Assess risk\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\", \\"bounds\\": {\\"x\\": 530, \\"y\\": 520, \\"width\\": 160, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\": {\\"id\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"name\\": \\"Loan Provider\\", \\"type\\": \\"BPMNSwimlane\\", \\"owner\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"bounds\\": {\\"x\\": 40, \\"y\\": 200, \\"width\\": 1330, \\"height\\": 270}}, \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\": {\\"id\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\", \\"name\\": \\"Review request\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 270, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\": {\\"id\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\", \\"name\\": \\"Credit request received\\", \\"type\\": \\"BPMNStartEvent\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 190, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"message\\"}, \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\": {\\"id\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 450, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"parallel\\"}, \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\": {\\"id\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\", \\"name\\": \\"Standard terms applicable?\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 530, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\": {\\"id\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\", \\"name\\": \\"Calculate terms\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 610, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\": {\\"id\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 790, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\": {\\"id\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\", \\"name\\": \\"Send quote\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1130, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\": {\\"id\\": \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\", \\"name\\": \\"Quote sent\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1310, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"be966228-7ed4-42c4-ad79-432f459f9feb\\": {\\"id\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\", \\"name\\": \\"Prepare special terms\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 610, \\"y\\": 380, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\": {\\"id\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\", \\"name\\": \\"Prepare contract\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 870, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}}, \\"relationships\\": {\\"e81e5161-51c8-41b8-89f0-66e36da614c1\\": {\\"id\\": \\"e81e5161-51c8-41b8-89f0-66e36da614c1\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 280, \\"y\\": 70, \\"width\\": 700, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 700, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\": {\\"id\\": \\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 230, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\": {\\"id\\": \\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 210, \\"y\\": 100, \\"width\\": 1, \\"height\\": 140}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 140}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"target\\": {\\"direction\\": \\"Up\\", \\"element\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"message\\"}, \\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\": {\\"id\\": \\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 470, \\"y\\": 280, \\"width\\": 60, \\"height\\": 270}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 270}, {\\"x\\": 60, \\"y\\": 270}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"b605327e-6a48-4f12-a4d4-97665fb7f230\\": {\\"id\\": \\"b605327e-6a48-4f12-a4d4-97665fb7f230\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 410, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\": {\\"id\\": \\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 490, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\": {\\"id\\": \\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\", \\"name\\": \\"yes\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 570, \\"y\\": 220, \\"width\\": 40, \\"height\\": 41}, \\"path\\": [{\\"x\\": 0, \\"y\\": 40}, {\\"x\\": 40, \\"y\\": 40}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\": {\\"id\\": \\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 750, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\": {\\"id\\": \\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 830, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"a72d62b3-e113-4b90-bfd9-2480861d1186\\": {\\"id\\": \\"a72d62b3-e113-4b90-bfd9-2480861d1186\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1270, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"70b979b6-32e9-45c7-be45-518507652a30\\": {\\"id\\": \\"70b979b6-32e9-45c7-be45-518507652a30\\", \\"name\\": \\"no\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 550, \\"y\\": 280, \\"width\\": 60, \\"height\\": 130}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 130}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\": {\\"id\\": \\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 750, \\"y\\": 280, \\"width\\": 60, \\"height\\": 130}, \\"path\\": [{\\"x\\": 0, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\": {\\"id\\": \\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1240, \\"y\\": 70, \\"width\\": 70, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 70, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\": {\\"id\\": \\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1020, \\"y\\": 70, \\"width\\": 60, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 60, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"aec45998-06bb-4213-a615-8e512c05a855\\": {\\"id\\": \\"aec45998-06bb-4213-a615-8e512c05a855\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1000, \\"y\\": 90, \\"width\\": 200, \\"height\\": 140}, \\"path\\": [{\\"x\\": 200, \\"y\\": 140}, {\\"x\\": 200, \\"y\\": 88.39453125}, {\\"x\\": 0, \\"y\\": 88.39453125}, {\\"x\\": 0, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Up\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"isManuallyLayouted\\": true, \\"flowType\\": \\"message\\"}, \\"9365e411-3bd5-4139-b5aa-bb4cb7a70226\\": {\\"id\\": \\"9365e411-3bd5-4139-b5aa-bb4cb7a70226\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 100, \\"y\\": 70, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"ead65107-7a97-46df-9225-0770271953b7\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"552e7e8b-1082-4824-9e75-3006aa84e321\\": {\\"id\\": \\"552e7e8b-1082-4824-9e75-3006aa84e321\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1010, \\"y\\": 260, \\"width\\": 120, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 120, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"a6504b7e-b9d1-49f8-891b-f59895e5cc1a\\": {\\"id\\": \\"a6504b7e-b9d1-49f8-891b-f59895e5cc1a\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 690, \\"y\\": 290, \\"width\\": 510, \\"height\\": 260}, \\"path\\": [{\\"x\\": 0, \\"y\\": 260}, {\\"x\\": 510, \\"y\\": 260}, {\\"x\\": 510, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}}, \\"assessments\\": {}}",
"meta": {}
},
{
"id": 21,
"text": "2.1.2.1 Missing sequence flow",
"model": "{\\"version\\": \\"3.0.0\\", \\"type\\": \\"BPMN\\", \\"size\\": {\\"width\\": 1420, \\"height\\": 680}, \\"interactive\\": {\\"elements\\": {}, \\"relationships\\": {}}, \\"elements\\": {\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\": {\\"id\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"name\\": \\"Loan Applicant\\", \\"type\\": \\"BPMNPool\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 0, \\"y\\": 0, \\"width\\": 1370, \\"height\\": 160}}, \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\": {\\"id\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\", \\"name\\": \\"Send credit request\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 140, \\"y\\": 40, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\": {\\"id\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\", \\"name\\": \\"Quote received\\", \\"type\\": \\"BPMNIntermediateEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 980, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"message-catch\\"}, \\"a5506560-9631-448f-85ee-aa42581ac048\\": {\\"id\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\", \\"name\\": \\"Review quote\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 1080, \\"y\\": 40, \\"width\\": 160, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\": {\\"id\\": \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 1310, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"ead65107-7a97-46df-9225-0770271953b7\\": {\\"id\\": \\"ead65107-7a97-46df-9225-0770271953b7\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 60, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\": {\\"id\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"name\\": \\"Credit Institute\\", \\"type\\": \\"BPMNPool\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 0, \\"y\\": 200, \\"width\\": 1370, \\"height\\": 430}}, \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\": {\\"id\\": \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\", \\"name\\": \\"Loan Assessor\\", \\"type\\": \\"BPMNSwimlane\\", \\"owner\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"bounds\\": {\\"x\\": 40, \\"y\\": 470, \\"width\\": 1330, \\"height\\": 160}}, \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\": {\\"id\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\", \\"name\\": \\"Assess risk\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\", \\"bounds\\": {\\"x\\": 530, \\"y\\": 520, \\"width\\": 160, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\": {\\"id\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"name\\": \\"Loan Provider\\", \\"type\\": \\"BPMNSwimlane\\", \\"owner\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"bounds\\": {\\"x\\": 40, \\"y\\": 200, \\"width\\": 1330, \\"height\\": 270}}, \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\": {\\"id\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\", \\"name\\": \\"Review request\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 270, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\": {\\"id\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\", \\"name\\": \\"Credit request received\\", \\"type\\": \\"BPMNStartEvent\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 190, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"message\\"}, \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\": {\\"id\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 450, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"parallel\\"}, \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\": {\\"id\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\", \\"name\\": \\"Standard terms applicable?\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 530, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\": {\\"id\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\", \\"name\\": \\"Calculate terms\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 610, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\": {\\"id\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 790, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\": {\\"id\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\", \\"name\\": \\"Send quote\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1130, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\": {\\"id\\": \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\", \\"name\\": \\"Quote sent\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1310, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\": {\\"id\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1050, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"parallel\\"}, \\"be966228-7ed4-42c4-ad79-432f459f9feb\\": {\\"id\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\", \\"name\\": \\"Prepare special terms\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 610, \\"y\\": 380, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\": {\\"id\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\", \\"name\\": \\"Prepare contract\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 870, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}}, \\"relationships\\": {\\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\": {\\"id\\": \\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 230, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\": {\\"id\\": \\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 210, \\"y\\": 100, \\"width\\": 1, \\"height\\": 140}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 140}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"target\\": {\\"direction\\": \\"Up\\", \\"element\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"message\\"}, \\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\": {\\"id\\": \\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 470, \\"y\\": 280, \\"width\\": 60, \\"height\\": 270}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 270}, {\\"x\\": 60, \\"y\\": 270}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"b605327e-6a48-4f12-a4d4-97665fb7f230\\": {\\"id\\": \\"b605327e-6a48-4f12-a4d4-97665fb7f230\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 410, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\": {\\"id\\": \\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 490, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\": {\\"id\\": \\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\", \\"name\\": \\"yes\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 570, \\"y\\": 220, \\"width\\": 40, \\"height\\": 41}, \\"path\\": [{\\"x\\": 0, \\"y\\": 40}, {\\"x\\": 40, \\"y\\": 40}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\": {\\"id\\": \\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 750, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\": {\\"id\\": \\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1090, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\": {\\"id\\": \\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 830, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\": {\\"id\\": \\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1010, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"a72d62b3-e113-4b90-bfd9-2480861d1186\\": {\\"id\\": \\"a72d62b3-e113-4b90-bfd9-2480861d1186\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1270, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"70b979b6-32e9-45c7-be45-518507652a30\\": {\\"id\\": \\"70b979b6-32e9-45c7-be45-518507652a30\\", \\"name\\": \\"no\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 550, \\"y\\": 280, \\"width\\": 60, \\"height\\": 130}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 130}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\": {\\"id\\": \\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 750, \\"y\\": 280, \\"width\\": 60, \\"height\\": 130}, \\"path\\": [{\\"x\\": 0, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\": {\\"id\\": \\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 690, \\"y\\": 280, \\"width\\": 380, \\"height\\": 270}, \\"path\\": [{\\"x\\": 0, \\"y\\": 270}, {\\"x\\": 380, \\"y\\": 270}, {\\"x\\": 380, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\": {\\"id\\": \\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1240, \\"y\\": 70, \\"width\\": 70, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 70, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\": {\\"id\\": \\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1020, \\"y\\": 70, \\"width\\": 60, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 60, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"aec45998-06bb-4213-a615-8e512c05a855\\": {\\"id\\": \\"aec45998-06bb-4213-a615-8e512c05a855\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1000, \\"y\\": 90, \\"width\\": 200, \\"height\\": 140}, \\"path\\": [{\\"x\\": 200, \\"y\\": 140}, {\\"x\\": 200, \\"y\\": 88.39453125}, {\\"x\\": 0, \\"y\\": 88.39453125}, {\\"x\\": 0, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Up\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"isManuallyLayouted\\": true, \\"flowType\\": \\"message\\"}, \\"9365e411-3bd5-4139-b5aa-bb4cb7a70226\\": {\\"id\\": \\"9365e411-3bd5-4139-b5aa-bb4cb7a70226\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 100, \\"y\\": 70, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"ead65107-7a97-46df-9225-0770271953b7\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}}, \\"assessments\\": {}}",
"meta": {}
},
{
"id": 22,
"text": "2.1.2.2 Missing message flow",
"model": "{\\"version\\": \\"3.0.0\\", \\"type\\": \\"BPMN\\", \\"size\\": {\\"width\\": 1420, \\"height\\": 680}, \\"interactive\\": {\\"elements\\": {}, \\"relationships\\": {}}, \\"elements\\": {\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\": {\\"id\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"name\\": \\"Loan Applicant\\", \\"type\\": \\"BPMNPool\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 0, \\"y\\": 0, \\"width\\": 1370, \\"height\\": 160}}, \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\": {\\"id\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\", \\"name\\": \\"Send credit request\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 140, \\"y\\": 40, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\": {\\"id\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\", \\"name\\": \\"Quote received\\", \\"type\\": \\"BPMNIntermediateEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 980, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"message-catch\\"}, \\"a5506560-9631-448f-85ee-aa42581ac048\\": {\\"id\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\", \\"name\\": \\"Review quote\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 1080, \\"y\\": 40, \\"width\\": 160, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\": {\\"id\\": \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 1310, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"ead65107-7a97-46df-9225-0770271953b7\\": {\\"id\\": \\"ead65107-7a97-46df-9225-0770271953b7\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 60, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\": {\\"id\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"name\\": \\"Credit Institute\\", \\"type\\": \\"BPMNPool\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 0, \\"y\\": 200, \\"width\\": 1370, \\"height\\": 430}}, \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\": {\\"id\\": \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\", \\"name\\": \\"Loan Assessor\\", \\"type\\": \\"BPMNSwimlane\\", \\"owner\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"bounds\\": {\\"x\\": 40, \\"y\\": 470, \\"width\\": 1330, \\"height\\": 160}}, \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\": {\\"id\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\", \\"name\\": \\"Assess risk\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\", \\"bounds\\": {\\"x\\": 530, \\"y\\": 520, \\"width\\": 160, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\": {\\"id\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"name\\": \\"Loan Provider\\", \\"type\\": \\"BPMNSwimlane\\", \\"owner\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"bounds\\": {\\"x\\": 40, \\"y\\": 200, \\"width\\": 1330, \\"height\\": 270}}, \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\": {\\"id\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\", \\"name\\": \\"Review request\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 270, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\": {\\"id\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\", \\"name\\": \\"Credit request received\\", \\"type\\": \\"BPMNStartEvent\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 190, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"message\\"}, \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\": {\\"id\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 450, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"parallel\\"}, \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\": {\\"id\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\", \\"name\\": \\"Standard terms applicable?\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 530, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\": {\\"id\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\", \\"name\\": \\"Calculate terms\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 610, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\": {\\"id\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 790, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\": {\\"id\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\", \\"name\\": \\"Send quote\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1130, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\": {\\"id\\": \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\", \\"name\\": \\"Quote sent\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1310, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\": {\\"id\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1050, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"parallel\\"}, \\"be966228-7ed4-42c4-ad79-432f459f9feb\\": {\\"id\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\", \\"name\\": \\"Prepare special terms\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 610, \\"y\\": 380, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\": {\\"id\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\", \\"name\\": \\"Prepare contract\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 870, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}}, \\"relationships\\": {\\"e81e5161-51c8-41b8-89f0-66e36da614c1\\": {\\"id\\": \\"e81e5161-51c8-41b8-89f0-66e36da614c1\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 280, \\"y\\": 70, \\"width\\": 700, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 700, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\": {\\"id\\": \\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 230, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\": {\\"id\\": \\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 210, \\"y\\": 100, \\"width\\": 1, \\"height\\": 140}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 140}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"target\\": {\\"direction\\": \\"Up\\", \\"element\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"message\\"}, \\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\": {\\"id\\": \\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 470, \\"y\\": 280, \\"width\\": 60, \\"height\\": 270}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 270}, {\\"x\\": 60, \\"y\\": 270}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"b605327e-6a48-4f12-a4d4-97665fb7f230\\": {\\"id\\": \\"b605327e-6a48-4f12-a4d4-97665fb7f230\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 410, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\": {\\"id\\": \\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 490, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\": {\\"id\\": \\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\", \\"name\\": \\"yes\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 570, \\"y\\": 220, \\"width\\": 40, \\"height\\": 41}, \\"path\\": [{\\"x\\": 0, \\"y\\": 40}, {\\"x\\": 40, \\"y\\": 40}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\": {\\"id\\": \\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 750, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\": {\\"id\\": \\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1090, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\": {\\"id\\": \\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 830, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\": {\\"id\\": \\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1010, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"a72d62b3-e113-4b90-bfd9-2480861d1186\\": {\\"id\\": \\"a72d62b3-e113-4b90-bfd9-2480861d1186\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1270, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"70b979b6-32e9-45c7-be45-518507652a30\\": {\\"id\\": \\"70b979b6-32e9-45c7-be45-518507652a30\\", \\"name\\": \\"no\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 550, \\"y\\": 280, \\"width\\": 60, \\"height\\": 130}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 130}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\": {\\"id\\": \\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 750, \\"y\\": 280, \\"width\\": 60, \\"height\\": 130}, \\"path\\": [{\\"x\\": 0, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\": {\\"id\\": \\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 690, \\"y\\": 280, \\"width\\": 380, \\"height\\": 270}, \\"path\\": [{\\"x\\": 0, \\"y\\": 270}, {\\"x\\": 380, \\"y\\": 270}, {\\"x\\": 380, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\": {\\"id\\": \\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1240, \\"y\\": 70, \\"width\\": 70, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 70, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\": {\\"id\\": \\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1020, \\"y\\": 70, \\"width\\": 60, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 60, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"9365e411-3bd5-4139-b5aa-bb4cb7a70226\\": {\\"id\\": \\"9365e411-3bd5-4139-b5aa-bb4cb7a70226\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 100, \\"y\\": 70, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"ead65107-7a97-46df-9225-0770271953b7\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}}, \\"assessments\\": {}}",
"meta": {}
},
{
"id": 23,
"text": "2.1.2.3 Missing association",
"model": "{\\"version\\": \\"3.0.0\\", \\"type\\": \\"BPMN\\", \\"size\\": {\\"width\\": 1420, \\"height\\": 880}, \\"interactive\\": {\\"elements\\": {}, \\"relationships\\": {}}, \\"elements\\": {\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\": {\\"id\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"name\\": \\"Loan Applicant\\", \\"type\\": \\"BPMNPool\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 0, \\"y\\": 0, \\"width\\": 1370, \\"height\\": 160}}, \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\": {\\"id\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\", \\"name\\": \\"Send credit request\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 140, \\"y\\": 40, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\": {\\"id\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\", \\"name\\": \\"Quote received\\", \\"type\\": \\"BPMNIntermediateEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 980, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"message-catch\\"}, \\"a5506560-9631-448f-85ee-aa42581ac048\\": {\\"id\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\", \\"name\\": \\"Review quote\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 1080, \\"y\\": 40, \\"width\\": 160, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\": {\\"id\\": \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 1310, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"ead65107-7a97-46df-9225-0770271953b7\\": {\\"id\\": \\"ead65107-7a97-46df-9225-0770271953b7\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 60, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\": {\\"id\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"name\\": \\"Credit Institute\\", \\"type\\": \\"BPMNPool\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 0, \\"y\\": 200, \\"width\\": 1370, \\"height\\": 430}}, \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\": {\\"id\\": \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\", \\"name\\": \\"Loan Assessor\\", \\"type\\": \\"BPMNSwimlane\\", \\"owner\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"bounds\\": {\\"x\\": 40, \\"y\\": 470, \\"width\\": 1330, \\"height\\": 160}}, \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\": {\\"id\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\", \\"name\\": \\"Assess risk\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\", \\"bounds\\": {\\"x\\": 530, \\"y\\": 520, \\"width\\": 160, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\": {\\"id\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"name\\": \\"Loan Provider\\", \\"type\\": \\"BPMNSwimlane\\", \\"owner\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"bounds\\": {\\"x\\": 40, \\"y\\": 200, \\"width\\": 1330, \\"height\\": 270}}, \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\": {\\"id\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\", \\"name\\": \\"Review request\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 270, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\": {\\"id\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\", \\"name\\": \\"Credit request received\\", \\"type\\": \\"BPMNStartEvent\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 190, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"message\\"}, \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\": {\\"id\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 450, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"parallel\\"}, \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\": {\\"id\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\", \\"name\\": \\"Standard terms applicable?\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 530, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\": {\\"id\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\", \\"name\\": \\"Calculate terms\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 610, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\": {\\"id\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 790, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\": {\\"id\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\", \\"name\\": \\"Send quote\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1130, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\": {\\"id\\": \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\", \\"name\\": \\"Quote sent\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1310, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\": {\\"id\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1050, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"parallel\\"}, \\"be966228-7ed4-42c4-ad79-432f459f9feb\\": {\\"id\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\", \\"name\\": \\"Prepare special terms\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 610, \\"y\\": 380, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\": {\\"id\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\", \\"name\\": \\"Prepare contract\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 870, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"f33b8a03-56a6-4787-b3ac-0cd588e7f387\\": {\\"id\\": \\"f33b8a03-56a6-4787-b3ac-0cd588e7f387\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNDataStore\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1190, \\"y\\": 680, \\"width\\": 60, \\"height\\": 60}}}, \\"relationships\\": {\\"e81e5161-51c8-41b8-89f0-66e36da614c1\\": {\\"id\\": \\"e81e5161-51c8-41b8-89f0-66e36da614c1\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 280, \\"y\\": 70, \\"width\\": 700, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 700, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\": {\\"id\\": \\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 230, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\": {\\"id\\": \\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 210, \\"y\\": 100, \\"width\\": 1, \\"height\\": 140}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 140}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"target\\": {\\"direction\\": \\"Up\\", \\"element\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"message\\"}, \\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\": {\\"id\\": \\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 470, \\"y\\": 280, \\"width\\": 60, \\"height\\": 270}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 270}, {\\"x\\": 60, \\"y\\": 270}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"b605327e-6a48-4f12-a4d4-97665fb7f230\\": {\\"id\\": \\"b605327e-6a48-4f12-a4d4-97665fb7f230\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 410, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\": {\\"id\\": \\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 490, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\": {\\"id\\": \\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\", \\"name\\": \\"yes\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 570, \\"y\\": 220, \\"width\\": 40, \\"height\\": 41}, \\"path\\": [{\\"x\\": 0, \\"y\\": 40}, {\\"x\\": 40, \\"y\\": 40}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\": {\\"id\\": \\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 750, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\": {\\"id\\": \\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1090, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\": {\\"id\\": \\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 830, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\": {\\"id\\": \\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1010, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"a72d62b3-e113-4b90-bfd9-2480861d1186\\": {\\"id\\": \\"a72d62b3-e113-4b90-bfd9-2480861d1186\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1270, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"70b979b6-32e9-45c7-be45-518507652a30\\": {\\"id\\": \\"70b979b6-32e9-45c7-be45-518507652a30\\", \\"name\\": \\"no\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 550, \\"y\\": 280, \\"width\\": 60, \\"height\\": 130}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 130}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\": {\\"id\\": \\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 750, \\"y\\": 280, \\"width\\": 60, \\"height\\": 130}, \\"path\\": [{\\"x\\": 0, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\": {\\"id\\": \\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 690, \\"y\\": 280, \\"width\\": 380, \\"height\\": 270}, \\"path\\": [{\\"x\\": 0, \\"y\\": 270}, {\\"x\\": 380, \\"y\\": 270}, {\\"x\\": 380, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\": {\\"id\\": \\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1240, \\"y\\": 70, \\"width\\": 70, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 70, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\": {\\"id\\": \\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1020, \\"y\\": 70, \\"width\\": 60, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 60, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"aec45998-06bb-4213-a615-8e512c05a855\\": {\\"id\\": \\"aec45998-06bb-4213-a615-8e512c05a855\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1000, \\"y\\": 90, \\"width\\": 200, \\"height\\": 140}, \\"path\\": [{\\"x\\": 200, \\"y\\": 140}, {\\"x\\": 200, \\"y\\": 88.39453125}, {\\"x\\": 0, \\"y\\": 88.39453125}, {\\"x\\": 0, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Up\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"isManuallyLayouted\\": true, \\"flowType\\": \\"message\\"}, \\"9365e411-3bd5-4139-b5aa-bb4cb7a70226\\": {\\"id\\": \\"9365e411-3bd5-4139-b5aa-bb4cb7a70226\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 100, \\"y\\": 70, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"ead65107-7a97-46df-9225-0770271953b7\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}}, \\"assessments\\": {}}",
"meta": {}
},
{
"id": 24,
"text": "2.2.1 Use of wrong activity type",
"model": "{\\"version\\": \\"3.0.0\\", \\"type\\": \\"BPMN\\", \\"size\\": {\\"width\\": 1420, \\"height\\": 680}, \\"interactive\\": {\\"elements\\": {}, \\"relationships\\": {}}, \\"elements\\": {\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\": {\\"id\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"name\\": \\"Loan Applicant\\", \\"type\\": \\"BPMNPool\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 0, \\"y\\": 0, \\"width\\": 1370, \\"height\\": 160}}, \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\": {\\"id\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\", \\"name\\": \\"Send credit request\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 140, \\"y\\": 40, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\": {\\"id\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\", \\"name\\": \\"Quote received\\", \\"type\\": \\"BPMNIntermediateEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 980, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"message-catch\\"}, \\"a5506560-9631-448f-85ee-aa42581ac048\\": {\\"id\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\", \\"name\\": \\"Review quote\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 1070, \\"y\\": 30, \\"width\\": 190, \\"height\\": 80}, \\"taskType\\": \\"send\\", \\"marker\\": \\"none\\"}, \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\": {\\"id\\": \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 1310, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"ead65107-7a97-46df-9225-0770271953b7\\": {\\"id\\": \\"ead65107-7a97-46df-9225-0770271953b7\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 60, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\": {\\"id\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"name\\": \\"Credit Institute\\", \\"type\\": \\"BPMNPool\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 0, \\"y\\": 200, \\"width\\": 1370, \\"height\\": 430}}, \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\": {\\"id\\": \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\", \\"name\\": \\"Loan Assessor\\", \\"type\\": \\"BPMNSwimlane\\", \\"owner\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"bounds\\": {\\"x\\": 40, \\"y\\": 470, \\"width\\": 1330, \\"height\\": 160}}, \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\": {\\"id\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\", \\"name\\": \\"Assess risk\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\", \\"bounds\\": {\\"x\\": 530, \\"y\\": 520, \\"width\\": 160, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\": {\\"id\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"name\\": \\"Loan Provider\\", \\"type\\": \\"BPMNSwimlane\\", \\"owner\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"bounds\\": {\\"x\\": 40, \\"y\\": 200, \\"width\\": 1330, \\"height\\": 270}}, \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\": {\\"id\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\", \\"name\\": \\"Review request\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 270, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\": {\\"id\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\", \\"name\\": \\"Credit request received\\", \\"type\\": \\"BPMNStartEvent\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 190, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"message\\"}, \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\": {\\"id\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 450, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"parallel\\"}, \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\": {\\"id\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\", \\"name\\": \\"Standard terms applicable?\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 530, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\": {\\"id\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\", \\"name\\": \\"Calculate terms\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 610, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\": {\\"id\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 790, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\": {\\"id\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\", \\"name\\": \\"Send quote\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1130, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\": {\\"id\\": \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\", \\"name\\": \\"Quote sent\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1310, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\": {\\"id\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1050, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"parallel\\"}, \\"be966228-7ed4-42c4-ad79-432f459f9feb\\": {\\"id\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\", \\"name\\": \\"Prepare special terms\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 610, \\"y\\": 380, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\": {\\"id\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\", \\"name\\": \\"Prepare contract\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 870, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}}, \\"relationships\\": {\\"e81e5161-51c8-41b8-89f0-66e36da614c1\\": {\\"id\\": \\"e81e5161-51c8-41b8-89f0-66e36da614c1\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 280, \\"y\\": 70, \\"width\\": 700, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 700, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\": {\\"id\\": \\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 230, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\": {\\"id\\": \\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 210, \\"y\\": 100, \\"width\\": 1, \\"height\\": 140}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 140}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"target\\": {\\"direction\\": \\"Up\\", \\"element\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"message\\"}, \\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\": {\\"id\\": \\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 470, \\"y\\": 280, \\"width\\": 60, \\"height\\": 270}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 270}, {\\"x\\": 60, \\"y\\": 270}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"b605327e-6a48-4f12-a4d4-97665fb7f230\\": {\\"id\\": \\"b605327e-6a48-4f12-a4d4-97665fb7f230\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 410, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\": {\\"id\\": \\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 490, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\": {\\"id\\": \\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\", \\"name\\": \\"yes\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 570, \\"y\\": 220, \\"width\\": 40, \\"height\\": 41}, \\"path\\": [{\\"x\\": 0, \\"y\\": 40}, {\\"x\\": 40, \\"y\\": 40}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\": {\\"id\\": \\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 750, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\": {\\"id\\": \\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1090, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\": {\\"id\\": \\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 830, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\": {\\"id\\": \\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1010, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"a72d62b3-e113-4b90-bfd9-2480861d1186\\": {\\"id\\": \\"a72d62b3-e113-4b90-bfd9-2480861d1186\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1270, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"70b979b6-32e9-45c7-be45-518507652a30\\": {\\"id\\": \\"70b979b6-32e9-45c7-be45-518507652a30\\", \\"name\\": \\"no\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 550, \\"y\\": 280, \\"width\\": 60, \\"height\\": 130}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 130}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\": {\\"id\\": \\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 750, \\"y\\": 280, \\"width\\": 60, \\"height\\": 130}, \\"path\\": [{\\"x\\": 0, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\": {\\"id\\": \\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 690, \\"y\\": 280, \\"width\\": 380, \\"height\\": 270}, \\"path\\": [{\\"x\\": 0, \\"y\\": 270}, {\\"x\\": 380, \\"y\\": 270}, {\\"x\\": 380, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\": {\\"id\\": \\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1260, \\"y\\": 70, \\"width\\": 50, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 50, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\": {\\"id\\": \\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1020, \\"y\\": 70, \\"width\\": 50, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 50, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"aec45998-06bb-4213-a615-8e512c05a855\\": {\\"id\\": \\"aec45998-06bb-4213-a615-8e512c05a855\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1000, \\"y\\": 90, \\"width\\": 200, \\"height\\": 140}, \\"path\\": [{\\"x\\": 200, \\"y\\": 140}, {\\"x\\": 200, \\"y\\": 88.39453125}, {\\"x\\": 0, \\"y\\": 88.39453125}, {\\"x\\": 0, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Up\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"isManuallyLayouted\\": true, \\"flowType\\": \\"message\\"}, \\"9365e411-3bd5-4139-b5aa-bb4cb7a70226\\": {\\"id\\": \\"9365e411-3bd5-4139-b5aa-bb4cb7a70226\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 100, \\"y\\": 70, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"ead65107-7a97-46df-9225-0770271953b7\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}}, \\"assessments\\": {}}",
"meta": {}
},
{
"id": 25,
"text": "2.2.2 Use of wrong event type",
"model": "{\\"version\\": \\"3.0.0\\", \\"type\\": \\"BPMN\\", \\"size\\": {\\"width\\": 1420, \\"height\\": 680}, \\"interactive\\": {\\"elements\\": {}, \\"relationships\\": {}}, \\"elements\\": {\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\": {\\"id\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"name\\": \\"Loan Applicant\\", \\"type\\": \\"BPMNPool\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 0, \\"y\\": 0, \\"width\\": 1370, \\"height\\": 160}}, \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\": {\\"id\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\", \\"name\\": \\"Send credit request\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 140, \\"y\\": 40, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"a5506560-9631-448f-85ee-aa42581ac048\\": {\\"id\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\", \\"name\\": \\"Review quote\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 1080, \\"y\\": 40, \\"width\\": 160, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\": {\\"id\\": \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 1310, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"ead65107-7a97-46df-9225-0770271953b7\\": {\\"id\\": \\"ead65107-7a97-46df-9225-0770271953b7\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 60, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"243045a8-45e7-4f64-bed1-c158da013cc5\\": {\\"id\\": \\"243045a8-45e7-4f64-bed1-c158da013cc5\\", \\"name\\": \\"Quote received\\", \\"type\\": \\"BPMNStartEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 950, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"message\\"}, \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\": {\\"id\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"name\\": \\"Credit Institute\\", \\"type\\": \\"BPMNPool\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 0, \\"y\\": 200, \\"width\\": 1370, \\"height\\": 430}}, \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\": {\\"id\\": \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\", \\"name\\": \\"Loan Assessor\\", \\"type\\": \\"BPMNSwimlane\\", \\"owner\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"bounds\\": {\\"x\\": 40, \\"y\\": 470, \\"width\\": 1330, \\"height\\": 160}}, \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\": {\\"id\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\", \\"name\\": \\"Assess risk\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\", \\"bounds\\": {\\"x\\": 530, \\"y\\": 520, \\"width\\": 160, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\": {\\"id\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"name\\": \\"Loan Provider\\", \\"type\\": \\"BPMNSwimlane\\", \\"owner\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"bounds\\": {\\"x\\": 40, \\"y\\": 200, \\"width\\": 1330, \\"height\\": 270}}, \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\": {\\"id\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\", \\"name\\": \\"Review request\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 270, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\": {\\"id\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\", \\"name\\": \\"Credit request received\\", \\"type\\": \\"BPMNStartEvent\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 190, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"message\\"}, \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\": {\\"id\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 450, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"parallel\\"}, \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\": {\\"id\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\", \\"name\\": \\"Standard terms applicable?\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 530, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\": {\\"id\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\", \\"name\\": \\"Calculate terms\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 610, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\": {\\"id\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 790, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\": {\\"id\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\", \\"name\\": \\"Send quote\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1130, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\": {\\"id\\": \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\", \\"name\\": \\"Quote sent\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1310, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\": {\\"id\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1050, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"parallel\\"}, \\"be966228-7ed4-42c4-ad79-432f459f9feb\\": {\\"id\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\", \\"name\\": \\"Prepare special terms\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 610, \\"y\\": 380, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\": {\\"id\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\", \\"name\\": \\"Prepare contract\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 870, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}}, \\"relationships\\": {\\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\": {\\"id\\": \\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 230, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\": {\\"id\\": \\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 210, \\"y\\": 100, \\"width\\": 1, \\"height\\": 140}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 140}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"target\\": {\\"direction\\": \\"Up\\", \\"element\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"message\\"}, \\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\": {\\"id\\": \\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 470, \\"y\\": 280, \\"width\\": 60, \\"height\\": 270}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 270}, {\\"x\\": 60, \\"y\\": 270}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"b605327e-6a48-4f12-a4d4-97665fb7f230\\": {\\"id\\": \\"b605327e-6a48-4f12-a4d4-97665fb7f230\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 410, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\": {\\"id\\": \\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 490, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\": {\\"id\\": \\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\", \\"name\\": \\"yes\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 570, \\"y\\": 220, \\"width\\": 40, \\"height\\": 41}, \\"path\\": [{\\"x\\": 0, \\"y\\": 40}, {\\"x\\": 40, \\"y\\": 40}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\": {\\"id\\": \\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 750, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\": {\\"id\\": \\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1090, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\": {\\"id\\": \\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 830, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\": {\\"id\\": \\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1010, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"a72d62b3-e113-4b90-bfd9-2480861d1186\\": {\\"id\\": \\"a72d62b3-e113-4b90-bfd9-2480861d1186\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1270, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"70b979b6-32e9-45c7-be45-518507652a30\\": {\\"id\\": \\"70b979b6-32e9-45c7-be45-518507652a30\\", \\"name\\": \\"no\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 550, \\"y\\": 280, \\"width\\": 60, \\"height\\": 130}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 130}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\": {\\"id\\": \\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 750, \\"y\\": 280, \\"width\\": 60, \\"height\\": 130}, \\"path\\": [{\\"x\\": 0, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\": {\\"id\\": \\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 690, \\"y\\": 280, \\"width\\": 380, \\"height\\": 270}, \\"path\\": [{\\"x\\": 0, \\"y\\": 270}, {\\"x\\": 380, \\"y\\": 270}, {\\"x\\": 380, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\": {\\"id\\": \\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1240, \\"y\\": 70, \\"width\\": 70, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 70, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"9365e411-3bd5-4139-b5aa-bb4cb7a70226\\": {\\"id\\": \\"9365e411-3bd5-4139-b5aa-bb4cb7a70226\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 100, \\"y\\": 70, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"ead65107-7a97-46df-9225-0770271953b7\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"ea3c6f67-c24d-458a-9627-de95befe8d24\\": {\\"id\\": \\"ea3c6f67-c24d-458a-9627-de95befe8d24\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 970, \\"y\\": 90, \\"width\\": 240, \\"height\\": 140}, \\"path\\": [{\\"x\\": 230, \\"y\\": 140}, {\\"x\\": 230, \\"y\\": 91.1875}, {\\"x\\": 0, \\"y\\": 91.1875}, {\\"x\\": 0, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Up\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"243045a8-45e7-4f64-bed1-c158da013cc5\\"}, \\"isManuallyLayouted\\": true, \\"flowType\\": \\"message\\"}, \\"9216f044-eec4-4f17-93e4-819ba6d48677\\": {\\"id\\": \\"9216f044-eec4-4f17-93e4-819ba6d48677\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 990, \\"y\\": 70, \\"width\\": 90, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 90, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"243045a8-45e7-4f64-bed1-c158da013cc5\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"aa0a270f-50d9-425c-b99c-42ad769921af\\": {\\"id\\": \\"aa0a270f-50d9-425c-b99c-42ad769921af\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 280, \\"y\\": 70, \\"width\\": 670, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 670, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"243045a8-45e7-4f64-bed1-c158da013cc5\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}}, \\"assessments\\": {}}",
"meta": {}
},
{
"id": 26,
"text": "2.2.3 Use of wrong gateway type",
"model": "{\\"version\\": \\"3.0.0\\", \\"type\\": \\"BPMN\\", \\"size\\": {\\"width\\": 1420, \\"height\\": 680}, \\"interactive\\": {\\"elements\\": {}, \\"relationships\\": {}}, \\"elements\\": {\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\": {\\"id\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"name\\": \\"Loan Applicant\\", \\"type\\": \\"BPMNPool\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 0, \\"y\\": 0, \\"width\\": 1370, \\"height\\": 160}}, \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\": {\\"id\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\", \\"name\\": \\"Send credit request\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 140, \\"y\\": 40, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\": {\\"id\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\", \\"name\\": \\"Quote received\\", \\"type\\": \\"BPMNIntermediateEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 980, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"message-catch\\"}, \\"a5506560-9631-448f-85ee-aa42581ac048\\": {\\"id\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\", \\"name\\": \\"Review quote\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 1080, \\"y\\": 40, \\"width\\": 160, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\": {\\"id\\": \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 1310, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"ead65107-7a97-46df-9225-0770271953b7\\": {\\"id\\": \\"ead65107-7a97-46df-9225-0770271953b7\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 60, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\": {\\"id\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"name\\": \\"Credit Institute\\", \\"type\\": \\"BPMNPool\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 0, \\"y\\": 200, \\"width\\": 1370, \\"height\\": 430}}, \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\": {\\"id\\": \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\", \\"name\\": \\"Loan Assessor\\", \\"type\\": \\"BPMNSwimlane\\", \\"owner\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"bounds\\": {\\"x\\": 40, \\"y\\": 470, \\"width\\": 1330, \\"height\\": 160}}, \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\": {\\"id\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\", \\"name\\": \\"Assess risk\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\", \\"bounds\\": {\\"x\\": 530, \\"y\\": 520, \\"width\\": 160, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\": {\\"id\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"name\\": \\"Loan Provider\\", \\"type\\": \\"BPMNSwimlane\\", \\"owner\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"bounds\\": {\\"x\\": 40, \\"y\\": 200, \\"width\\": 1330, \\"height\\": 270}}, \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\": {\\"id\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\", \\"name\\": \\"Review request\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 270, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\": {\\"id\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\", \\"name\\": \\"Credit request received\\", \\"type\\": \\"BPMNStartEvent\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 190, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"message\\"}, \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\": {\\"id\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 450, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\": {\\"id\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\", \\"name\\": \\"Standard terms applicable?\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 530, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\": {\\"id\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\", \\"name\\": \\"Calculate terms\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 610, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\": {\\"id\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 790, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\": {\\"id\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\", \\"name\\": \\"Send quote\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1130, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\": {\\"id\\": \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\", \\"name\\": \\"Quote sent\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1310, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\": {\\"id\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1050, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"be966228-7ed4-42c4-ad79-432f459f9feb\\": {\\"id\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\", \\"name\\": \\"Prepare special terms\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 610, \\"y\\": 380, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\": {\\"id\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\", \\"name\\": \\"Prepare contract\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 870, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}}, \\"relationships\\": {\\"e81e5161-51c8-41b8-89f0-66e36da614c1\\": {\\"id\\": \\"e81e5161-51c8-41b8-89f0-66e36da614c1\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 280, \\"y\\": 70, \\"width\\": 700, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 700, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\": {\\"id\\": \\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 230, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\": {\\"id\\": \\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 210, \\"y\\": 100, \\"width\\": 1, \\"height\\": 140}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 140}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"target\\": {\\"direction\\": \\"Up\\", \\"element\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"message\\"}, \\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\": {\\"id\\": \\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 470, \\"y\\": 280, \\"width\\": 60, \\"height\\": 270}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 270}, {\\"x\\": 60, \\"y\\": 270}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"b605327e-6a48-4f12-a4d4-97665fb7f230\\": {\\"id\\": \\"b605327e-6a48-4f12-a4d4-97665fb7f230\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 410, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\": {\\"id\\": \\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 490, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\": {\\"id\\": \\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\", \\"name\\": \\"yes\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 570, \\"y\\": 220, \\"width\\": 40, \\"height\\": 41}, \\"path\\": [{\\"x\\": 0, \\"y\\": 40}, {\\"x\\": 40, \\"y\\": 40}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\": {\\"id\\": \\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 750, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\": {\\"id\\": \\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1090, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\": {\\"id\\": \\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 830, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\": {\\"id\\": \\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1010, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"a72d62b3-e113-4b90-bfd9-2480861d1186\\": {\\"id\\": \\"a72d62b3-e113-4b90-bfd9-2480861d1186\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1270, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"70b979b6-32e9-45c7-be45-518507652a30\\": {\\"id\\": \\"70b979b6-32e9-45c7-be45-518507652a30\\", \\"name\\": \\"no\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 550, \\"y\\": 280, \\"width\\": 60, \\"height\\": 130}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 130}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\": {\\"id\\": \\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 750, \\"y\\": 280, \\"width\\": 60, \\"height\\": 130}, \\"path\\": [{\\"x\\": 0, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\": {\\"id\\": \\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 690, \\"y\\": 280, \\"width\\": 380, \\"height\\": 270}, \\"path\\": [{\\"x\\": 0, \\"y\\": 270}, {\\"x\\": 380, \\"y\\": 270}, {\\"x\\": 380, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\": {\\"id\\": \\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1240, \\"y\\": 70, \\"width\\": 70, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 70, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\": {\\"id\\": \\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1020, \\"y\\": 70, \\"width\\": 60, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 60, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"aec45998-06bb-4213-a615-8e512c05a855\\": {\\"id\\": \\"aec45998-06bb-4213-a615-8e512c05a855\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1000, \\"y\\": 90, \\"width\\": 200, \\"height\\": 140}, \\"path\\": [{\\"x\\": 200, \\"y\\": 140}, {\\"x\\": 200, \\"y\\": 88.39453125}, {\\"x\\": 0, \\"y\\": 88.39453125}, {\\"x\\": 0, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Up\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"isManuallyLayouted\\": true, \\"flowType\\": \\"message\\"}, \\"9365e411-3bd5-4139-b5aa-bb4cb7a70226\\": {\\"id\\": \\"9365e411-3bd5-4139-b5aa-bb4cb7a70226\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 100, \\"y\\": 70, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"ead65107-7a97-46df-9225-0770271953b7\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}}, \\"assessments\\": {}}",
"meta": {}
},
{
"id": 27,
"text": "2.3.1.1 Wrongly named activity",
"model": "{\\"version\\": \\"3.0.0\\", \\"type\\": \\"BPMN\\", \\"size\\": {\\"width\\": 1420, \\"height\\": 680}, \\"interactive\\": {\\"elements\\": {}, \\"relationships\\": {}}, \\"elements\\": {\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\": {\\"id\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"name\\": \\"Loan Applicant\\", \\"type\\": \\"BPMNPool\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 0, \\"y\\": 0, \\"width\\": 1370, \\"height\\": 160}}, \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\": {\\"id\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\", \\"name\\": \\"Send credit request\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 140, \\"y\\": 40, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\": {\\"id\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\", \\"name\\": \\"Quote received\\", \\"type\\": \\"BPMNIntermediateEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 980, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"message-catch\\"}, \\"a5506560-9631-448f-85ee-aa42581ac048\\": {\\"id\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\", \\"name\\": \\"Review quote\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 1080, \\"y\\": 40, \\"width\\": 160, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\": {\\"id\\": \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 1310, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"ead65107-7a97-46df-9225-0770271953b7\\": {\\"id\\": \\"ead65107-7a97-46df-9225-0770271953b7\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 60, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\": {\\"id\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"name\\": \\"Credit Institute\\", \\"type\\": \\"BPMNPool\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 0, \\"y\\": 200, \\"width\\": 1370, \\"height\\": 430}}, \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\": {\\"id\\": \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\", \\"name\\": \\"Loan Assessor\\", \\"type\\": \\"BPMNSwimlane\\", \\"owner\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"bounds\\": {\\"x\\": 40, \\"y\\": 470, \\"width\\": 1330, \\"height\\": 160}}, \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\": {\\"id\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\", \\"name\\": \\"Look outside the window\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\", \\"bounds\\": {\\"x\\": 530, \\"y\\": 520, \\"width\\": 160, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\": {\\"id\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"name\\": \\"Loan Provider\\", \\"type\\": \\"BPMNSwimlane\\", \\"owner\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"bounds\\": {\\"x\\": 40, \\"y\\": 200, \\"width\\": 1330, \\"height\\": 270}}, \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\": {\\"id\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\", \\"name\\": \\"Review request\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 270, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\": {\\"id\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\", \\"name\\": \\"Credit request received\\", \\"type\\": \\"BPMNStartEvent\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 190, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"message\\"}, \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\": {\\"id\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 450, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"parallel\\"}, \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\": {\\"id\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\", \\"name\\": \\"Standard terms applicable?\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 530, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\": {\\"id\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\", \\"name\\": \\"Calculate terms\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 610, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\": {\\"id\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 790, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\": {\\"id\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\", \\"name\\": \\"Send quote\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1130, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\": {\\"id\\": \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\", \\"name\\": \\"Quote sent\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1310, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\": {\\"id\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1050, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"parallel\\"}, \\"be966228-7ed4-42c4-ad79-432f459f9feb\\": {\\"id\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\", \\"name\\": \\"Prepare special terms\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 610, \\"y\\": 380, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\": {\\"id\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\", \\"name\\": \\"Prepare contract\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 870, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}}, \\"relationships\\": {\\"e81e5161-51c8-41b8-89f0-66e36da614c1\\": {\\"id\\": \\"e81e5161-51c8-41b8-89f0-66e36da614c1\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 280, \\"y\\": 70, \\"width\\": 700, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 700, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\": {\\"id\\": \\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 230, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\": {\\"id\\": \\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 210, \\"y\\": 100, \\"width\\": 1, \\"height\\": 140}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 140}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"target\\": {\\"direction\\": \\"Up\\", \\"element\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"message\\"}, \\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\": {\\"id\\": \\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 470, \\"y\\": 280, \\"width\\": 60, \\"height\\": 270}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 270}, {\\"x\\": 60, \\"y\\": 270}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"b605327e-6a48-4f12-a4d4-97665fb7f230\\": {\\"id\\": \\"b605327e-6a48-4f12-a4d4-97665fb7f230\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 410, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\": {\\"id\\": \\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 490, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\": {\\"id\\": \\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\", \\"name\\": \\"yes\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 570, \\"y\\": 220, \\"width\\": 40, \\"height\\": 41}, \\"path\\": [{\\"x\\": 0, \\"y\\": 40}, {\\"x\\": 40, \\"y\\": 40}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\": {\\"id\\": \\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 750, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\": {\\"id\\": \\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1090, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\": {\\"id\\": \\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 830, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\": {\\"id\\": \\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1010, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"a72d62b3-e113-4b90-bfd9-2480861d1186\\": {\\"id\\": \\"a72d62b3-e113-4b90-bfd9-2480861d1186\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1270, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"70b979b6-32e9-45c7-be45-518507652a30\\": {\\"id\\": \\"70b979b6-32e9-45c7-be45-518507652a30\\", \\"name\\": \\"no\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 550, \\"y\\": 280, \\"width\\": 60, \\"height\\": 130}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 130}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\": {\\"id\\": \\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 750, \\"y\\": 280, \\"width\\": 60, \\"height\\": 130}, \\"path\\": [{\\"x\\": 0, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\": {\\"id\\": \\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 690, \\"y\\": 280, \\"width\\": 380, \\"height\\": 270}, \\"path\\": [{\\"x\\": 0, \\"y\\": 270}, {\\"x\\": 380, \\"y\\": 270}, {\\"x\\": 380, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\": {\\"id\\": \\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1240, \\"y\\": 70, \\"width\\": 70, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 70, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\": {\\"id\\": \\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1020, \\"y\\": 70, \\"width\\": 60, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 60, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"aec45998-06bb-4213-a615-8e512c05a855\\": {\\"id\\": \\"aec45998-06bb-4213-a615-8e512c05a855\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1000, \\"y\\": 90, \\"width\\": 200, \\"height\\": 140}, \\"path\\": [{\\"x\\": 200, \\"y\\": 140}, {\\"x\\": 200, \\"y\\": 88.39453125}, {\\"x\\": 0, \\"y\\": 88.39453125}, {\\"x\\": 0, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Up\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"isManuallyLayouted\\": true, \\"flowType\\": \\"message\\"}, \\"9365e411-3bd5-4139-b5aa-bb4cb7a70226\\": {\\"id\\": \\"9365e411-3bd5-4139-b5aa-bb4cb7a70226\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 100, \\"y\\": 70, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"ead65107-7a97-46df-9225-0770271953b7\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}}, \\"assessments\\": {}}",
"meta": {}
},
{
"id": 28,
"text": "2.3.1.2 Wrongly named event",
"model": "{\\"version\\": \\"3.0.0\\", \\"type\\": \\"BPMN\\", \\"size\\": {\\"width\\": 1420, \\"height\\": 680}, \\"interactive\\": {\\"elements\\": {}, \\"relationships\\": {}}, \\"elements\\": {\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\": {\\"id\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"name\\": \\"Loan Applicant\\", \\"type\\": \\"BPMNPool\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 0, \\"y\\": 0, \\"width\\": 1370, \\"height\\": 160}}, \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\": {\\"id\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\", \\"name\\": \\"Send credit request\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 140, \\"y\\": 40, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\": {\\"id\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\", \\"name\\": \\"Lunch plans exchanged\\", \\"type\\": \\"BPMNIntermediateEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 980, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"message-catch\\"}, \\"a5506560-9631-448f-85ee-aa42581ac048\\": {\\"id\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\", \\"name\\": \\"Review quote\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 1080, \\"y\\": 40, \\"width\\": 160, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\": {\\"id\\": \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 1310, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"ead65107-7a97-46df-9225-0770271953b7\\": {\\"id\\": \\"ead65107-7a97-46df-9225-0770271953b7\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 60, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\": {\\"id\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"name\\": \\"Credit Institute\\", \\"type\\": \\"BPMNPool\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 0, \\"y\\": 200, \\"width\\": 1370, \\"height\\": 430}}, \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\": {\\"id\\": \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\", \\"name\\": \\"Loan Assessor\\", \\"type\\": \\"BPMNSwimlane\\", \\"owner\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"bounds\\": {\\"x\\": 40, \\"y\\": 470, \\"width\\": 1330, \\"height\\": 160}}, \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\": {\\"id\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\", \\"name\\": \\"Assess risk\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\", \\"bounds\\": {\\"x\\": 530, \\"y\\": 520, \\"width\\": 160, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\": {\\"id\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"name\\": \\"Loan Provider\\", \\"type\\": \\"BPMNSwimlane\\", \\"owner\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"bounds\\": {\\"x\\": 40, \\"y\\": 200, \\"width\\": 1330, \\"height\\": 270}}, \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\": {\\"id\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\", \\"name\\": \\"Review request\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 270, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\": {\\"id\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\", \\"name\\": \\"Credit request received\\", \\"type\\": \\"BPMNStartEvent\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 190, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"message\\"}, \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\": {\\"id\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 450, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"parallel\\"}, \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\": {\\"id\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\", \\"name\\": \\"Standard terms applicable?\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 530, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\": {\\"id\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\", \\"name\\": \\"Calculate terms\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 610, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\": {\\"id\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 790, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\": {\\"id\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\", \\"name\\": \\"Send quote\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1130, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\": {\\"id\\": \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\", \\"name\\": \\"Quote sent\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1310, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\": {\\"id\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1050, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"parallel\\"}, \\"be966228-7ed4-42c4-ad79-432f459f9feb\\": {\\"id\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\", \\"name\\": \\"Prepare special terms\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 610, \\"y\\": 380, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\": {\\"id\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\", \\"name\\": \\"Prepare contract\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 870, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}}, \\"relationships\\": {\\"e81e5161-51c8-41b8-89f0-66e36da614c1\\": {\\"id\\": \\"e81e5161-51c8-41b8-89f0-66e36da614c1\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 280, \\"y\\": 70, \\"width\\": 700, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 700, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\": {\\"id\\": \\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 230, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\": {\\"id\\": \\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 210, \\"y\\": 100, \\"width\\": 1, \\"height\\": 140}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 140}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"target\\": {\\"direction\\": \\"Up\\", \\"element\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"message\\"}, \\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\": {\\"id\\": \\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 470, \\"y\\": 280, \\"width\\": 60, \\"height\\": 270}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 270}, {\\"x\\": 60, \\"y\\": 270}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"b605327e-6a48-4f12-a4d4-97665fb7f230\\": {\\"id\\": \\"b605327e-6a48-4f12-a4d4-97665fb7f230\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 410, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\": {\\"id\\": \\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 490, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\": {\\"id\\": \\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\", \\"name\\": \\"yes\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 570, \\"y\\": 220, \\"width\\": 40, \\"height\\": 41}, \\"path\\": [{\\"x\\": 0, \\"y\\": 40}, {\\"x\\": 40, \\"y\\": 40}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\": {\\"id\\": \\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 750, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\": {\\"id\\": \\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1090, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\": {\\"id\\": \\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 830, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\": {\\"id\\": \\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1010, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"a72d62b3-e113-4b90-bfd9-2480861d1186\\": {\\"id\\": \\"a72d62b3-e113-4b90-bfd9-2480861d1186\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1270, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"70b979b6-32e9-45c7-be45-518507652a30\\": {\\"id\\": \\"70b979b6-32e9-45c7-be45-518507652a30\\", \\"name\\": \\"no\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 550, \\"y\\": 280, \\"width\\": 60, \\"height\\": 130}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 130}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\": {\\"id\\": \\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 750, \\"y\\": 280, \\"width\\": 60, \\"height\\": 130}, \\"path\\": [{\\"x\\": 0, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\": {\\"id\\": \\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 690, \\"y\\": 280, \\"width\\": 380, \\"height\\": 270}, \\"path\\": [{\\"x\\": 0, \\"y\\": 270}, {\\"x\\": 380, \\"y\\": 270}, {\\"x\\": 380, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\": {\\"id\\": \\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1240, \\"y\\": 70, \\"width\\": 70, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 70, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\": {\\"id\\": \\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1020, \\"y\\": 70, \\"width\\": 60, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 60, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"aec45998-06bb-4213-a615-8e512c05a855\\": {\\"id\\": \\"aec45998-06bb-4213-a615-8e512c05a855\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1000, \\"y\\": 90, \\"width\\": 200, \\"height\\": 140}, \\"path\\": [{\\"x\\": 200, \\"y\\": 140}, {\\"x\\": 200, \\"y\\": 88.39453125}, {\\"x\\": 0, \\"y\\": 88.39453125}, {\\"x\\": 0, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Up\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"isManuallyLayouted\\": true, \\"flowType\\": \\"message\\"}, \\"9365e411-3bd5-4139-b5aa-bb4cb7a70226\\": {\\"id\\": \\"9365e411-3bd5-4139-b5aa-bb4cb7a70226\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 100, \\"y\\": 70, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"ead65107-7a97-46df-9225-0770271953b7\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}}, \\"assessments\\": {}}",
"meta": {}
},
{
"id": 29,
"text": "2.3.1.3 Wrongly named gateway",
"model": "{\\"version\\": \\"3.0.0\\", \\"type\\": \\"BPMN\\", \\"size\\": {\\"width\\": 1420, \\"height\\": 680}, \\"interactive\\": {\\"elements\\": {}, \\"relationships\\": {}}, \\"elements\\": {\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\": {\\"id\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"name\\": \\"Loan Applicant\\", \\"type\\": \\"BPMNPool\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 0, \\"y\\": 0, \\"width\\": 1370, \\"height\\": 160}}, \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\": {\\"id\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\", \\"name\\": \\"Send credit request\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 140, \\"y\\": 40, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\": {\\"id\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\", \\"name\\": \\"Quote received\\", \\"type\\": \\"BPMNIntermediateEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 980, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"message-catch\\"}, \\"a5506560-9631-448f-85ee-aa42581ac048\\": {\\"id\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\", \\"name\\": \\"Review quote\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 1080, \\"y\\": 40, \\"width\\": 160, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\": {\\"id\\": \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 1310, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"ead65107-7a97-46df-9225-0770271953b7\\": {\\"id\\": \\"ead65107-7a97-46df-9225-0770271953b7\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 60, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\": {\\"id\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"name\\": \\"Credit Institute\\", \\"type\\": \\"BPMNPool\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 0, \\"y\\": 200, \\"width\\": 1370, \\"height\\": 430}}, \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\": {\\"id\\": \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\", \\"name\\": \\"Loan Assessor\\", \\"type\\": \\"BPMNSwimlane\\", \\"owner\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"bounds\\": {\\"x\\": 40, \\"y\\": 470, \\"width\\": 1330, \\"height\\": 160}}, \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\": {\\"id\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\", \\"name\\": \\"Assess risk\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\", \\"bounds\\": {\\"x\\": 530, \\"y\\": 520, \\"width\\": 160, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\": {\\"id\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"name\\": \\"Loan Provider\\", \\"type\\": \\"BPMNSwimlane\\", \\"owner\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"bounds\\": {\\"x\\": 40, \\"y\\": 200, \\"width\\": 1330, \\"height\\": 270}}, \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\": {\\"id\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\", \\"name\\": \\"Review request\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 270, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\": {\\"id\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\", \\"name\\": \\"Credit request received\\", \\"type\\": \\"BPMNStartEvent\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 190, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"message\\"}, \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\": {\\"id\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 450, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"parallel\\"}, \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\": {\\"id\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\", \\"name\\": \\"Weather is sunny?\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 530, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\": {\\"id\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\", \\"name\\": \\"Calculate terms\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 610, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\": {\\"id\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 790, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\": {\\"id\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\", \\"name\\": \\"Send quote\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1130, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\": {\\"id\\": \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\", \\"name\\": \\"Quote sent\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1310, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\": {\\"id\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1050, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"parallel\\"}, \\"be966228-7ed4-42c4-ad79-432f459f9feb\\": {\\"id\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\", \\"name\\": \\"Prepare special terms\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 610, \\"y\\": 380, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\": {\\"id\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\", \\"name\\": \\"Prepare contract\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 870, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}}, \\"relationships\\": {\\"e81e5161-51c8-41b8-89f0-66e36da614c1\\": {\\"id\\": \\"e81e5161-51c8-41b8-89f0-66e36da614c1\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 280, \\"y\\": 70, \\"width\\": 700, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 700, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\": {\\"id\\": \\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 230, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\": {\\"id\\": \\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 210, \\"y\\": 100, \\"width\\": 1, \\"height\\": 140}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 140}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"target\\": {\\"direction\\": \\"Up\\", \\"element\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"message\\"}, \\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\": {\\"id\\": \\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 470, \\"y\\": 280, \\"width\\": 60, \\"height\\": 270}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 270}, {\\"x\\": 60, \\"y\\": 270}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"b605327e-6a48-4f12-a4d4-97665fb7f230\\": {\\"id\\": \\"b605327e-6a48-4f12-a4d4-97665fb7f230\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 410, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\": {\\"id\\": \\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 490, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\": {\\"id\\": \\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\", \\"name\\": \\"yes\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 570, \\"y\\": 220, \\"width\\": 40, \\"height\\": 41}, \\"path\\": [{\\"x\\": 0, \\"y\\": 40}, {\\"x\\": 40, \\"y\\": 40}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\": {\\"id\\": \\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 750, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\": {\\"id\\": \\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1090, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\": {\\"id\\": \\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 830, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\": {\\"id\\": \\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1010, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"a72d62b3-e113-4b90-bfd9-2480861d1186\\": {\\"id\\": \\"a72d62b3-e113-4b90-bfd9-2480861d1186\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1270, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"70b979b6-32e9-45c7-be45-518507652a30\\": {\\"id\\": \\"70b979b6-32e9-45c7-be45-518507652a30\\", \\"name\\": \\"no\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 550, \\"y\\": 280, \\"width\\": 60, \\"height\\": 130}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 130}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\": {\\"id\\": \\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 750, \\"y\\": 280, \\"width\\": 60, \\"height\\": 130}, \\"path\\": [{\\"x\\": 0, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\": {\\"id\\": \\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 690, \\"y\\": 280, \\"width\\": 380, \\"height\\": 270}, \\"path\\": [{\\"x\\": 0, \\"y\\": 270}, {\\"x\\": 380, \\"y\\": 270}, {\\"x\\": 380, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\": {\\"id\\": \\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1240, \\"y\\": 70, \\"width\\": 70, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 70, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\": {\\"id\\": \\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1020, \\"y\\": 70, \\"width\\": 60, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 60, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"aec45998-06bb-4213-a615-8e512c05a855\\": {\\"id\\": \\"aec45998-06bb-4213-a615-8e512c05a855\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1000, \\"y\\": 90, \\"width\\": 200, \\"height\\": 140}, \\"path\\": [{\\"x\\": 200, \\"y\\": 140}, {\\"x\\": 200, \\"y\\": 88.39453125}, {\\"x\\": 0, \\"y\\": 88.39453125}, {\\"x\\": 0, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Up\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"isManuallyLayouted\\": true, \\"flowType\\": \\"message\\"}, \\"9365e411-3bd5-4139-b5aa-bb4cb7a70226\\": {\\"id\\": \\"9365e411-3bd5-4139-b5aa-bb4cb7a70226\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 100, \\"y\\": 70, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"ead65107-7a97-46df-9225-0770271953b7\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}}, \\"assessments\\": {}}",
"meta": {}
},
{
"id": 30,
"text": "2.3.2 Wrongly named connecting objects",
"model": "{\\"version\\": \\"3.0.0\\", \\"type\\": \\"BPMN\\", \\"size\\": {\\"width\\": 1420, \\"height\\": 680}, \\"interactive\\": {\\"elements\\": {}, \\"relationships\\": {}}, \\"elements\\": {\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\": {\\"id\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"name\\": \\"Loan Applicant\\", \\"type\\": \\"BPMNPool\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 0, \\"y\\": 0, \\"width\\": 1370, \\"height\\": 160}}, \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\": {\\"id\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\", \\"name\\": \\"Send credit request\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 140, \\"y\\": 40, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\": {\\"id\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\", \\"name\\": \\"Quote received\\", \\"type\\": \\"BPMNIntermediateEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 980, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"message-catch\\"}, \\"a5506560-9631-448f-85ee-aa42581ac048\\": {\\"id\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\", \\"name\\": \\"Review quote\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 1080, \\"y\\": 40, \\"width\\": 160, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\": {\\"id\\": \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 1310, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"ead65107-7a97-46df-9225-0770271953b7\\": {\\"id\\": \\"ead65107-7a97-46df-9225-0770271953b7\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 60, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\": {\\"id\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"name\\": \\"Credit Institute\\", \\"type\\": \\"BPMNPool\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 0, \\"y\\": 200, \\"width\\": 1370, \\"height\\": 430}}, \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\": {\\"id\\": \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\", \\"name\\": \\"Loan Assessor\\", \\"type\\": \\"BPMNSwimlane\\", \\"owner\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"bounds\\": {\\"x\\": 40, \\"y\\": 470, \\"width\\": 1330, \\"height\\": 160}}, \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\": {\\"id\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\", \\"name\\": \\"Assess risk\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\", \\"bounds\\": {\\"x\\": 530, \\"y\\": 520, \\"width\\": 160, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\": {\\"id\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"name\\": \\"Loan Provider\\", \\"type\\": \\"BPMNSwimlane\\", \\"owner\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"bounds\\": {\\"x\\": 40, \\"y\\": 200, \\"width\\": 1330, \\"height\\": 270}}, \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\": {\\"id\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\", \\"name\\": \\"Review request\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 270, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\": {\\"id\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\", \\"name\\": \\"Credit request received\\", \\"type\\": \\"BPMNStartEvent\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 190, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"message\\"}, \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\": {\\"id\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 450, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"parallel\\"}, \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\": {\\"id\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\", \\"name\\": \\"Standard terms applicable?\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 530, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\": {\\"id\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\", \\"name\\": \\"Calculate terms\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 610, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\": {\\"id\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 790, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\": {\\"id\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\", \\"name\\": \\"Send quote\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1130, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\": {\\"id\\": \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\", \\"name\\": \\"Quote sent\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1310, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\": {\\"id\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1050, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"parallel\\"}, \\"be966228-7ed4-42c4-ad79-432f459f9feb\\": {\\"id\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\", \\"name\\": \\"Prepare special terms\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 610, \\"y\\": 380, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\": {\\"id\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\", \\"name\\": \\"Prepare contract\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 870, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}}, \\"relationships\\": {\\"e81e5161-51c8-41b8-89f0-66e36da614c1\\": {\\"id\\": \\"e81e5161-51c8-41b8-89f0-66e36da614c1\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 280, \\"y\\": 70, \\"width\\": 700, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 700, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\": {\\"id\\": \\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 230, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\": {\\"id\\": \\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 210, \\"y\\": 100, \\"width\\": 1, \\"height\\": 140}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 140}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"target\\": {\\"direction\\": \\"Up\\", \\"element\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"message\\"}, \\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\": {\\"id\\": \\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 470, \\"y\\": 280, \\"width\\": 60, \\"height\\": 270}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 270}, {\\"x\\": 60, \\"y\\": 270}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"b605327e-6a48-4f12-a4d4-97665fb7f230\\": {\\"id\\": \\"b605327e-6a48-4f12-a4d4-97665fb7f230\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 410, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\": {\\"id\\": \\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 490, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\": {\\"id\\": \\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\", \\"name\\": \\"car\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 570, \\"y\\": 220, \\"width\\": 40, \\"height\\": 41}, \\"path\\": [{\\"x\\": 0, \\"y\\": 40}, {\\"x\\": 40, \\"y\\": 40}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\": {\\"id\\": \\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 750, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\": {\\"id\\": \\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1090, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\": {\\"id\\": \\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 830, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\": {\\"id\\": \\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1010, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"a72d62b3-e113-4b90-bfd9-2480861d1186\\": {\\"id\\": \\"a72d62b3-e113-4b90-bfd9-2480861d1186\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1270, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"70b979b6-32e9-45c7-be45-518507652a30\\": {\\"id\\": \\"70b979b6-32e9-45c7-be45-518507652a30\\", \\"name\\": \\"bicyle\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 550, \\"y\\": 280, \\"width\\": 60, \\"height\\": 130}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 130}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\": {\\"id\\": \\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 750, \\"y\\": 280, \\"width\\": 60, \\"height\\": 130}, \\"path\\": [{\\"x\\": 0, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\": {\\"id\\": \\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 690, \\"y\\": 280, \\"width\\": 380, \\"height\\": 270}, \\"path\\": [{\\"x\\": 0, \\"y\\": 270}, {\\"x\\": 380, \\"y\\": 270}, {\\"x\\": 380, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\": {\\"id\\": \\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1240, \\"y\\": 70, \\"width\\": 70, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 70, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\": {\\"id\\": \\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1020, \\"y\\": 70, \\"width\\": 60, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 60, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"aec45998-06bb-4213-a615-8e512c05a855\\": {\\"id\\": \\"aec45998-06bb-4213-a615-8e512c05a855\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1000, \\"y\\": 90, \\"width\\": 200, \\"height\\": 140}, \\"path\\": [{\\"x\\": 200, \\"y\\": 140}, {\\"x\\": 200, \\"y\\": 88.39453125}, {\\"x\\": 0, \\"y\\": 88.39453125}, {\\"x\\": 0, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Up\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"isManuallyLayouted\\": true, \\"flowType\\": \\"message\\"}, \\"9365e411-3bd5-4139-b5aa-bb4cb7a70226\\": {\\"id\\": \\"9365e411-3bd5-4139-b5aa-bb4cb7a70226\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 100, \\"y\\": 70, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"ead65107-7a97-46df-9225-0770271953b7\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}}, \\"assessments\\": {}}",
"meta": {}
},
{
"id": 31,
"text": "2.3.3 Wrongly named pools, lanes and artifacts",
"model": "{\\"version\\": \\"3.0.0\\", \\"type\\": \\"BPMN\\", \\"size\\": {\\"width\\": 1420, \\"height\\": 680}, \\"interactive\\": {\\"elements\\": {}, \\"relationships\\": {}}, \\"elements\\": {\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\": {\\"id\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"name\\": \\"Car Buyer\\", \\"type\\": \\"BPMNPool\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 0, \\"y\\": 0, \\"width\\": 1370, \\"height\\": 160}}, \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\": {\\"id\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\", \\"name\\": \\"Send credit request\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 140, \\"y\\": 40, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\": {\\"id\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\", \\"name\\": \\"Quote received\\", \\"type\\": \\"BPMNIntermediateEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 980, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"message-catch\\"}, \\"a5506560-9631-448f-85ee-aa42581ac048\\": {\\"id\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\", \\"name\\": \\"Review quote\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 1080, \\"y\\": 40, \\"width\\": 160, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\": {\\"id\\": \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 1310, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"ead65107-7a97-46df-9225-0770271953b7\\": {\\"id\\": \\"ead65107-7a97-46df-9225-0770271953b7\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 60, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\": {\\"id\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"name\\": \\"Car Manufacturer\\", \\"type\\": \\"BPMNPool\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 0, \\"y\\": 200, \\"width\\": 1370, \\"height\\": 430}}, \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\": {\\"id\\": \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\", \\"name\\": \\"Assembly Worker\\", \\"type\\": \\"BPMNSwimlane\\", \\"owner\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"bounds\\": {\\"x\\": 40, \\"y\\": 470, \\"width\\": 1330, \\"height\\": 160}}, \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\": {\\"id\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\", \\"name\\": \\"Assess risk\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\", \\"bounds\\": {\\"x\\": 530, \\"y\\": 520, \\"width\\": 160, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\": {\\"id\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"name\\": \\"Process Controller\\", \\"type\\": \\"BPMNSwimlane\\", \\"owner\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"bounds\\": {\\"x\\": 40, \\"y\\": 200, \\"width\\": 1330, \\"height\\": 270}}, \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\": {\\"id\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\", \\"name\\": \\"Review request\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 270, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\": {\\"id\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\", \\"name\\": \\"Credit request received\\", \\"type\\": \\"BPMNStartEvent\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 190, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"message\\"}, \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\": {\\"id\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 450, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"parallel\\"}, \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\": {\\"id\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\", \\"name\\": \\"Standard terms applicable?\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 530, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\": {\\"id\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\", \\"name\\": \\"Calculate terms\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 610, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\": {\\"id\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 790, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\": {\\"id\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\", \\"name\\": \\"Send quote\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1130, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\": {\\"id\\": \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\", \\"name\\": \\"Quote sent\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1310, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\": {\\"id\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1050, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"parallel\\"}, \\"be966228-7ed4-42c4-ad79-432f459f9feb\\": {\\"id\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\", \\"name\\": \\"Prepare special terms\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 610, \\"y\\": 380, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\": {\\"id\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\", \\"name\\": \\"Prepare contract\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 870, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}}, \\"relationships\\": {\\"e81e5161-51c8-41b8-89f0-66e36da614c1\\": {\\"id\\": \\"e81e5161-51c8-41b8-89f0-66e36da614c1\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 280, \\"y\\": 70, \\"width\\": 700, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 700, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\": {\\"id\\": \\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 230, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\": {\\"id\\": \\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 210, \\"y\\": 100, \\"width\\": 1, \\"height\\": 140}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 140}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"target\\": {\\"direction\\": \\"Up\\", \\"element\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"message\\"}, \\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\": {\\"id\\": \\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 470, \\"y\\": 280, \\"width\\": 60, \\"height\\": 270}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 270}, {\\"x\\": 60, \\"y\\": 270}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"b605327e-6a48-4f12-a4d4-97665fb7f230\\": {\\"id\\": \\"b605327e-6a48-4f12-a4d4-97665fb7f230\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 410, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\": {\\"id\\": \\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 490, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\": {\\"id\\": \\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\", \\"name\\": \\"yes\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 570, \\"y\\": 220, \\"width\\": 40, \\"height\\": 41}, \\"path\\": [{\\"x\\": 0, \\"y\\": 40}, {\\"x\\": 40, \\"y\\": 40}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\": {\\"id\\": \\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 750, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\": {\\"id\\": \\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1090, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\": {\\"id\\": \\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 830, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\": {\\"id\\": \\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1010, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"a72d62b3-e113-4b90-bfd9-2480861d1186\\": {\\"id\\": \\"a72d62b3-e113-4b90-bfd9-2480861d1186\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1270, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"70b979b6-32e9-45c7-be45-518507652a30\\": {\\"id\\": \\"70b979b6-32e9-45c7-be45-518507652a30\\", \\"name\\": \\"no\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 550, \\"y\\": 280, \\"width\\": 60, \\"height\\": 130}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 130}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\": {\\"id\\": \\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 750, \\"y\\": 280, \\"width\\": 60, \\"height\\": 130}, \\"path\\": [{\\"x\\": 0, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\": {\\"id\\": \\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 690, \\"y\\": 280, \\"width\\": 380, \\"height\\": 270}, \\"path\\": [{\\"x\\": 0, \\"y\\": 270}, {\\"x\\": 380, \\"y\\": 270}, {\\"x\\": 380, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\": {\\"id\\": \\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1240, \\"y\\": 70, \\"width\\": 70, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 70, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\": {\\"id\\": \\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1020, \\"y\\": 70, \\"width\\": 60, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 60, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"aec45998-06bb-4213-a615-8e512c05a855\\": {\\"id\\": \\"aec45998-06bb-4213-a615-8e512c05a855\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1000, \\"y\\": 90, \\"width\\": 200, \\"height\\": 140}, \\"path\\": [{\\"x\\": 200, \\"y\\": 140}, {\\"x\\": 200, \\"y\\": 88.39453125}, {\\"x\\": 0, \\"y\\": 88.39453125}, {\\"x\\": 0, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Up\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"isManuallyLayouted\\": true, \\"flowType\\": \\"message\\"}, \\"9365e411-3bd5-4139-b5aa-bb4cb7a70226\\": {\\"id\\": \\"9365e411-3bd5-4139-b5aa-bb4cb7a70226\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 100, \\"y\\": 70, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"ead65107-7a97-46df-9225-0770271953b7\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}}, \\"assessments\\": {}}",
"meta": {}
},
{
"id": 32,
"text": "2.4 Excessive diagram object",
"model": "{\\"version\\": \\"3.0.0\\", \\"type\\": \\"BPMN\\", \\"size\\": {\\"width\\": 1420, \\"height\\": 680}, \\"interactive\\": {\\"elements\\": {}, \\"relationships\\": {}}, \\"elements\\": {\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\": {\\"id\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"name\\": \\"Loan Applicant\\", \\"type\\": \\"BPMNPool\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 0, \\"y\\": 0, \\"width\\": 1370, \\"height\\": 160}}, \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\": {\\"id\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\", \\"name\\": \\"Send credit request\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 140, \\"y\\": 40, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\": {\\"id\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\", \\"name\\": \\"Quote received\\", \\"type\\": \\"BPMNIntermediateEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 490, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"message-catch\\"}, \\"a5506560-9631-448f-85ee-aa42581ac048\\": {\\"id\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\", \\"name\\": \\"Review quote\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 560, \\"y\\": 40, \\"width\\": 160, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\": {\\"id\\": \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 1310, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"ead65107-7a97-46df-9225-0770271953b7\\": {\\"id\\": \\"ead65107-7a97-46df-9225-0770271953b7\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 60, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"04ed5919-2799-4762-bffe-e74d47d17c22\\": {\\"id\\": \\"04ed5919-2799-4762-bffe-e74d47d17c22\\", \\"name\\": \\"Consult secondary financial advisor\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 910, \\"y\\": 30, \\"width\\": 180, \\"height\\": 80}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\": {\\"id\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"name\\": \\"Credit Institute\\", \\"type\\": \\"BPMNPool\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 0, \\"y\\": 200, \\"width\\": 1370, \\"height\\": 430}}, \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\": {\\"id\\": \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\", \\"name\\": \\"Loan Assessor\\", \\"type\\": \\"BPMNSwimlane\\", \\"owner\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"bounds\\": {\\"x\\": 40, \\"y\\": 470, \\"width\\": 1330, \\"height\\": 160}}, \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\": {\\"id\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\", \\"name\\": \\"Assess risk\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\", \\"bounds\\": {\\"x\\": 530, \\"y\\": 520, \\"width\\": 160, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\": {\\"id\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"name\\": \\"Loan Provider\\", \\"type\\": \\"BPMNSwimlane\\", \\"owner\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"bounds\\": {\\"x\\": 40, \\"y\\": 200, \\"width\\": 1330, \\"height\\": 270}}, \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\": {\\"id\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\", \\"name\\": \\"Review request\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 270, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\": {\\"id\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\", \\"name\\": \\"Credit request received\\", \\"type\\": \\"BPMNStartEvent\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 190, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"message\\"}, \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\": {\\"id\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 450, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"parallel\\"}, \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\": {\\"id\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\", \\"name\\": \\"Standard terms applicable?\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 530, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\": {\\"id\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\", \\"name\\": \\"Calculate terms\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 610, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\": {\\"id\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 790, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\": {\\"id\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\", \\"name\\": \\"Send quote\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1130, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\": {\\"id\\": \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\", \\"name\\": \\"Quote sent\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1310, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\": {\\"id\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1050, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"parallel\\"}, \\"be966228-7ed4-42c4-ad79-432f459f9feb\\": {\\"id\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\", \\"name\\": \\"Prepare special terms\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 610, \\"y\\": 380, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\": {\\"id\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\", \\"name\\": \\"Prepare contract\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 870, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}}, \\"relationships\\": {\\"e81e5161-51c8-41b8-89f0-66e36da614c1\\": {\\"id\\": \\"e81e5161-51c8-41b8-89f0-66e36da614c1\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 280, \\"y\\": 70, \\"width\\": 210, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 210, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\": {\\"id\\": \\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 230, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\": {\\"id\\": \\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 210, \\"y\\": 100, \\"width\\": 1, \\"height\\": 140}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 140}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"target\\": {\\"direction\\": \\"Up\\", \\"element\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"message\\"}, \\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\": {\\"id\\": \\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 470, \\"y\\": 280, \\"width\\": 60, \\"height\\": 270}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 270}, {\\"x\\": 60, \\"y\\": 270}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"b605327e-6a48-4f12-a4d4-97665fb7f230\\": {\\"id\\": \\"b605327e-6a48-4f12-a4d4-97665fb7f230\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 410, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\": {\\"id\\": \\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 490, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\": {\\"id\\": \\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\", \\"name\\": \\"yes\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 570, \\"y\\": 220, \\"width\\": 40, \\"height\\": 41}, \\"path\\": [{\\"x\\": 0, \\"y\\": 40}, {\\"x\\": 40, \\"y\\": 40}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\": {\\"id\\": \\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 750, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\": {\\"id\\": \\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1090, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\": {\\"id\\": \\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 830, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\": {\\"id\\": \\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1010, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"a72d62b3-e113-4b90-bfd9-2480861d1186\\": {\\"id\\": \\"a72d62b3-e113-4b90-bfd9-2480861d1186\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1270, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"70b979b6-32e9-45c7-be45-518507652a30\\": {\\"id\\": \\"70b979b6-32e9-45c7-be45-518507652a30\\", \\"name\\": \\"no\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 550, \\"y\\": 280, \\"width\\": 60, \\"height\\": 130}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 130}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\": {\\"id\\": \\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 750, \\"y\\": 280, \\"width\\": 60, \\"height\\": 130}, \\"path\\": [{\\"x\\": 0, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\": {\\"id\\": \\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 690, \\"y\\": 280, \\"width\\": 380, \\"height\\": 270}, \\"path\\": [{\\"x\\": 0, \\"y\\": 270}, {\\"x\\": 380, \\"y\\": 270}, {\\"x\\": 380, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\": {\\"id\\": \\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 530, \\"y\\": 70, \\"width\\": 30, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 30, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"aec45998-06bb-4213-a615-8e512c05a855\\": {\\"id\\": \\"aec45998-06bb-4213-a615-8e512c05a855\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 510, \\"y\\": 90, \\"width\\": 690, \\"height\\": 140}, \\"path\\": [{\\"x\\": 690, \\"y\\": 140}, {\\"x\\": 690, \\"y\\": 70}, {\\"x\\": 0, \\"y\\": 70}, {\\"x\\": 0, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Up\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"message\\"}, \\"9365e411-3bd5-4139-b5aa-bb4cb7a70226\\": {\\"id\\": \\"9365e411-3bd5-4139-b5aa-bb4cb7a70226\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 100, \\"y\\": 70, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"ead65107-7a97-46df-9225-0770271953b7\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"b9f61ab2-b7b4-4b3d-8bd1-796e4c9585b5\\": {\\"id\\": \\"b9f61ab2-b7b4-4b3d-8bd1-796e4c9585b5\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 720, \\"y\\": 70, \\"width\\": 190, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 190, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"04ed5919-2799-4762-bffe-e74d47d17c22\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"edad1141-222e-4f89-aa33-54d357c86568\\": {\\"id\\": \\"edad1141-222e-4f89-aa33-54d357c86568\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1090, \\"y\\": 70, \\"width\\": 220, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 220, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"04ed5919-2799-4762-bffe-e74d47d17c22\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}}, \\"assessments\\": {}}",
"meta": {}
},
{
"id": 33,
"text": "2.5 Wrong sequence of diagram objects",
"model": "{\\"version\\": \\"3.0.0\\", \\"type\\": \\"BPMN\\", \\"size\\": {\\"width\\": 1420, \\"height\\": 680}, \\"interactive\\": {\\"elements\\": {}, \\"relationships\\": {}}, \\"elements\\": {\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\": {\\"id\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"name\\": \\"Loan Applicant\\", \\"type\\": \\"BPMNPool\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 0, \\"y\\": 0, \\"width\\": 1370, \\"height\\": 160}}, \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\": {\\"id\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\", \\"name\\": \\"Send credit request\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 140, \\"y\\": 40, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\": {\\"id\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\", \\"name\\": \\"Quote received\\", \\"type\\": \\"BPMNIntermediateEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 980, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"message-catch\\"}, \\"a5506560-9631-448f-85ee-aa42581ac048\\": {\\"id\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\", \\"name\\": \\"Review quote\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 1080, \\"y\\": 40, \\"width\\": 160, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\": {\\"id\\": \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 1310, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"ead65107-7a97-46df-9225-0770271953b7\\": {\\"id\\": \\"ead65107-7a97-46df-9225-0770271953b7\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 60, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\": {\\"id\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"name\\": \\"Credit Institute\\", \\"type\\": \\"BPMNPool\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 0, \\"y\\": 200, \\"width\\": 1370, \\"height\\": 430}}, \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\": {\\"id\\": \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\", \\"name\\": \\"Loan Assessor\\", \\"type\\": \\"BPMNSwimlane\\", \\"owner\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"bounds\\": {\\"x\\": 40, \\"y\\": 470, \\"width\\": 1330, \\"height\\": 160}}, \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\": {\\"id\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\", \\"name\\": \\"Assess risk\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\", \\"bounds\\": {\\"x\\": 530, \\"y\\": 520, \\"width\\": 160, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\": {\\"id\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"name\\": \\"Loan Provider\\", \\"type\\": \\"BPMNSwimlane\\", \\"owner\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"bounds\\": {\\"x\\": 40, \\"y\\": 200, \\"width\\": 1330, \\"height\\": 270}}, \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\": {\\"id\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\", \\"name\\": \\"Review request\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 270, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\": {\\"id\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\", \\"name\\": \\"Credit request received\\", \\"type\\": \\"BPMNStartEvent\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 190, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"message\\"}, \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\": {\\"id\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 450, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"parallel\\"}, \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\": {\\"id\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\", \\"name\\": \\"Standard terms applicable?\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 530, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\": {\\"id\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\", \\"name\\": \\"Calculate terms\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 610, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\": {\\"id\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 790, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\": {\\"id\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\", \\"name\\": \\"Prepare contract\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1130, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\": {\\"id\\": \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\", \\"name\\": \\"Quote sent\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1310, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\": {\\"id\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1050, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"parallel\\"}, \\"be966228-7ed4-42c4-ad79-432f459f9feb\\": {\\"id\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\", \\"name\\": \\"Prepare special terms\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 610, \\"y\\": 380, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\": {\\"id\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\", \\"name\\": \\"Send quote\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 870, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}}, \\"relationships\\": {\\"e81e5161-51c8-41b8-89f0-66e36da614c1\\": {\\"id\\": \\"e81e5161-51c8-41b8-89f0-66e36da614c1\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 280, \\"y\\": 70, \\"width\\": 700, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 700, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\": {\\"id\\": \\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 230, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\": {\\"id\\": \\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 210, \\"y\\": 100, \\"width\\": 1, \\"height\\": 140}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 140}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"target\\": {\\"direction\\": \\"Up\\", \\"element\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"message\\"}, \\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\": {\\"id\\": \\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 470, \\"y\\": 280, \\"width\\": 60, \\"height\\": 270}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 270}, {\\"x\\": 60, \\"y\\": 270}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"b605327e-6a48-4f12-a4d4-97665fb7f230\\": {\\"id\\": \\"b605327e-6a48-4f12-a4d4-97665fb7f230\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 410, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\": {\\"id\\": \\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 490, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\": {\\"id\\": \\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\", \\"name\\": \\"yes\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 570, \\"y\\": 220, \\"width\\": 40, \\"height\\": 41}, \\"path\\": [{\\"x\\": 0, \\"y\\": 40}, {\\"x\\": 40, \\"y\\": 40}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\": {\\"id\\": \\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 750, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\": {\\"id\\": \\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1090, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\": {\\"id\\": \\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 830, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\": {\\"id\\": \\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1010, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"a72d62b3-e113-4b90-bfd9-2480861d1186\\": {\\"id\\": \\"a72d62b3-e113-4b90-bfd9-2480861d1186\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1270, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"70b979b6-32e9-45c7-be45-518507652a30\\": {\\"id\\": \\"70b979b6-32e9-45c7-be45-518507652a30\\", \\"name\\": \\"no\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 550, \\"y\\": 280, \\"width\\": 60, \\"height\\": 130}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 130}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\": {\\"id\\": \\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 750, \\"y\\": 280, \\"width\\": 60, \\"height\\": 130}, \\"path\\": [{\\"x\\": 0, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\": {\\"id\\": \\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 690, \\"y\\": 280, \\"width\\": 380, \\"height\\": 270}, \\"path\\": [{\\"x\\": 0, \\"y\\": 270}, {\\"x\\": 380, \\"y\\": 270}, {\\"x\\": 380, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\": {\\"id\\": \\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1240, \\"y\\": 70, \\"width\\": 70, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 70, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\": {\\"id\\": \\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1020, \\"y\\": 70, \\"width\\": 60, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 60, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"aec45998-06bb-4213-a615-8e512c05a855\\": {\\"id\\": \\"aec45998-06bb-4213-a615-8e512c05a855\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1000, \\"y\\": 90, \\"width\\": 200, \\"height\\": 140}, \\"path\\": [{\\"x\\": 200, \\"y\\": 140}, {\\"x\\": 200, \\"y\\": 88.39453125}, {\\"x\\": 0, \\"y\\": 88.39453125}, {\\"x\\": 0, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Up\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"isManuallyLayouted\\": true, \\"flowType\\": \\"message\\"}, \\"9365e411-3bd5-4139-b5aa-bb4cb7a70226\\": {\\"id\\": \\"9365e411-3bd5-4139-b5aa-bb4cb7a70226\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 100, \\"y\\": 70, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"ead65107-7a97-46df-9225-0770271953b7\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}}, \\"assessments\\": {}}",
"meta": {}
},
{
"id": 34,
"text": "2.6.1 Wrong use of the sequential multi instance marker",
"model": "{\\"version\\": \\"3.0.0\\", \\"type\\": \\"BPMN\\", \\"size\\": {\\"width\\": 1420, \\"height\\": 680}, \\"interactive\\": {\\"elements\\": {}, \\"relationships\\": {}}, \\"elements\\": {\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\": {\\"id\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"name\\": \\"Loan Applicant\\", \\"type\\": \\"BPMNPool\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 0, \\"y\\": 0, \\"width\\": 1370, \\"height\\": 160}}, \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\": {\\"id\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\", \\"name\\": \\"Send credit request\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 140, \\"y\\": 40, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\": {\\"id\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\", \\"name\\": \\"Quote received\\", \\"type\\": \\"BPMNIntermediateEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 980, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"message-catch\\"}, \\"a5506560-9631-448f-85ee-aa42581ac048\\": {\\"id\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\", \\"name\\": \\"Review quote\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 1080, \\"y\\": 40, \\"width\\": 160, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\": {\\"id\\": \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 1310, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"ead65107-7a97-46df-9225-0770271953b7\\": {\\"id\\": \\"ead65107-7a97-46df-9225-0770271953b7\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 60, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\": {\\"id\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"name\\": \\"Credit Institute\\", \\"type\\": \\"BPMNPool\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 0, \\"y\\": 200, \\"width\\": 1370, \\"height\\": 430}}, \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\": {\\"id\\": \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\", \\"name\\": \\"Loan Assessor\\", \\"type\\": \\"BPMNSwimlane\\", \\"owner\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"bounds\\": {\\"x\\": 40, \\"y\\": 470, \\"width\\": 1330, \\"height\\": 160}}, \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\": {\\"id\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\", \\"name\\": \\"Assess risk\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\", \\"bounds\\": {\\"x\\": 530, \\"y\\": 520, \\"width\\": 160, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\": {\\"id\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"name\\": \\"Loan Provider\\", \\"type\\": \\"BPMNSwimlane\\", \\"owner\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"bounds\\": {\\"x\\": 40, \\"y\\": 200, \\"width\\": 1330, \\"height\\": 270}}, \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\": {\\"id\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\", \\"name\\": \\"Review request\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 270, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"sequential multi instance\\"}, \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\": {\\"id\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\", \\"name\\": \\"Credit request received\\", \\"type\\": \\"BPMNStartEvent\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 190, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"message\\"}, \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\": {\\"id\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 450, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"parallel\\"}, \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\": {\\"id\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\", \\"name\\": \\"Standard terms applicable?\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 530, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\": {\\"id\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\", \\"name\\": \\"Calculate terms\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 610, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\": {\\"id\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 790, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\": {\\"id\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\", \\"name\\": \\"Send quote\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1130, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\": {\\"id\\": \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\", \\"name\\": \\"Quote sent\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1310, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\": {\\"id\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1050, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"parallel\\"}, \\"be966228-7ed4-42c4-ad79-432f459f9feb\\": {\\"id\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\", \\"name\\": \\"Prepare special terms\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 610, \\"y\\": 380, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\": {\\"id\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\", \\"name\\": \\"Prepare contract\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 870, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}}, \\"relationships\\": {\\"e81e5161-51c8-41b8-89f0-66e36da614c1\\": {\\"id\\": \\"e81e5161-51c8-41b8-89f0-66e36da614c1\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 280, \\"y\\": 70, \\"width\\": 700, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 700, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\": {\\"id\\": \\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 230, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\": {\\"id\\": \\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 210, \\"y\\": 100, \\"width\\": 1, \\"height\\": 140}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 140}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"target\\": {\\"direction\\": \\"Up\\", \\"element\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"message\\"}, \\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\": {\\"id\\": \\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 470, \\"y\\": 280, \\"width\\": 60, \\"height\\": 270}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 270}, {\\"x\\": 60, \\"y\\": 270}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"b605327e-6a48-4f12-a4d4-97665fb7f230\\": {\\"id\\": \\"b605327e-6a48-4f12-a4d4-97665fb7f230\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 410, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\": {\\"id\\": \\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 490, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\": {\\"id\\": \\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\", \\"name\\": \\"yes\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 570, \\"y\\": 220, \\"width\\": 40, \\"height\\": 41}, \\"path\\": [{\\"x\\": 0, \\"y\\": 40}, {\\"x\\": 40, \\"y\\": 40}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\": {\\"id\\": \\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 750, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\": {\\"id\\": \\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1090, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\": {\\"id\\": \\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 830, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\": {\\"id\\": \\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1010, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"a72d62b3-e113-4b90-bfd9-2480861d1186\\": {\\"id\\": \\"a72d62b3-e113-4b90-bfd9-2480861d1186\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1270, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"70b979b6-32e9-45c7-be45-518507652a30\\": {\\"id\\": \\"70b979b6-32e9-45c7-be45-518507652a30\\", \\"name\\": \\"no\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 550, \\"y\\": 280, \\"width\\": 60, \\"height\\": 130}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 130}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\": {\\"id\\": \\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 750, \\"y\\": 280, \\"width\\": 60, \\"height\\": 130}, \\"path\\": [{\\"x\\": 0, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\": {\\"id\\": \\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 690, \\"y\\": 280, \\"width\\": 380, \\"height\\": 270}, \\"path\\": [{\\"x\\": 0, \\"y\\": 270}, {\\"x\\": 380, \\"y\\": 270}, {\\"x\\": 380, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\": {\\"id\\": \\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1240, \\"y\\": 70, \\"width\\": 70, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 70, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\": {\\"id\\": \\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1020, \\"y\\": 70, \\"width\\": 60, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 60, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"aec45998-06bb-4213-a615-8e512c05a855\\": {\\"id\\": \\"aec45998-06bb-4213-a615-8e512c05a855\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1000, \\"y\\": 90, \\"width\\": 200, \\"height\\": 140}, \\"path\\": [{\\"x\\": 200, \\"y\\": 140}, {\\"x\\": 200, \\"y\\": 88.39453125}, {\\"x\\": 0, \\"y\\": 88.39453125}, {\\"x\\": 0, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Up\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"isManuallyLayouted\\": true, \\"flowType\\": \\"message\\"}, \\"9365e411-3bd5-4139-b5aa-bb4cb7a70226\\": {\\"id\\": \\"9365e411-3bd5-4139-b5aa-bb4cb7a70226\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 100, \\"y\\": 70, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"ead65107-7a97-46df-9225-0770271953b7\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}}, \\"assessments\\": {}}",
"meta": {}
},
{
"id": 35,
"text": "2.6.2 Wrong use of the parallel multi instance marker",
"model": "{\\"version\\": \\"3.0.0\\", \\"type\\": \\"BPMN\\", \\"size\\": {\\"width\\": 1420, \\"height\\": 680}, \\"interactive\\": {\\"elements\\": {}, \\"relationships\\": {}}, \\"elements\\": {\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\": {\\"id\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"name\\": \\"Loan Applicant\\", \\"type\\": \\"BPMNPool\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 0, \\"y\\": 0, \\"width\\": 1370, \\"height\\": 160}}, \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\": {\\"id\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\", \\"name\\": \\"Send credit request\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 140, \\"y\\": 40, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\": {\\"id\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\", \\"name\\": \\"Quote received\\", \\"type\\": \\"BPMNIntermediateEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 980, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"message-catch\\"}, \\"a5506560-9631-448f-85ee-aa42581ac048\\": {\\"id\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\", \\"name\\": \\"Review quote\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 1080, \\"y\\": 40, \\"width\\": 160, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\": {\\"id\\": \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 1310, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"ead65107-7a97-46df-9225-0770271953b7\\": {\\"id\\": \\"ead65107-7a97-46df-9225-0770271953b7\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 60, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\": {\\"id\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"name\\": \\"Credit Institute\\", \\"type\\": \\"BPMNPool\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 0, \\"y\\": 200, \\"width\\": 1370, \\"height\\": 430}}, \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\": {\\"id\\": \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\", \\"name\\": \\"Loan Assessor\\", \\"type\\": \\"BPMNSwimlane\\", \\"owner\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"bounds\\": {\\"x\\": 40, \\"y\\": 470, \\"width\\": 1330, \\"height\\": 160}}, \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\": {\\"id\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\", \\"name\\": \\"Assess risk\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\", \\"bounds\\": {\\"x\\": 530, \\"y\\": 520, \\"width\\": 160, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\": {\\"id\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"name\\": \\"Loan Provider\\", \\"type\\": \\"BPMNSwimlane\\", \\"owner\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"bounds\\": {\\"x\\": 40, \\"y\\": 200, \\"width\\": 1330, \\"height\\": 270}}, \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\": {\\"id\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\", \\"name\\": \\"Review request\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 270, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"parallel multi instance\\"}, \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\": {\\"id\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\", \\"name\\": \\"Credit request received\\", \\"type\\": \\"BPMNStartEvent\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 190, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"message\\"}, \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\": {\\"id\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 450, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"parallel\\"}, \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\": {\\"id\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\", \\"name\\": \\"Standard terms applicable?\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 530, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\": {\\"id\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\", \\"name\\": \\"Calculate terms\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 610, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\": {\\"id\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 790, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\": {\\"id\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\", \\"name\\": \\"Send quote\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1130, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\": {\\"id\\": \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\", \\"name\\": \\"Quote sent\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1310, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\": {\\"id\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1050, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"parallel\\"}, \\"be966228-7ed4-42c4-ad79-432f459f9feb\\": {\\"id\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\", \\"name\\": \\"Prepare special terms\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 610, \\"y\\": 380, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\": {\\"id\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\", \\"name\\": \\"Prepare contract\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 870, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}}, \\"relationships\\": {\\"e81e5161-51c8-41b8-89f0-66e36da614c1\\": {\\"id\\": \\"e81e5161-51c8-41b8-89f0-66e36da614c1\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 280, \\"y\\": 70, \\"width\\": 700, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 700, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\": {\\"id\\": \\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 230, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\": {\\"id\\": \\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 210, \\"y\\": 100, \\"width\\": 1, \\"height\\": 140}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 140}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"target\\": {\\"direction\\": \\"Up\\", \\"element\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"message\\"}, \\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\": {\\"id\\": \\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 470, \\"y\\": 280, \\"width\\": 60, \\"height\\": 270}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 270}, {\\"x\\": 60, \\"y\\": 270}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"b605327e-6a48-4f12-a4d4-97665fb7f230\\": {\\"id\\": \\"b605327e-6a48-4f12-a4d4-97665fb7f230\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 410, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\": {\\"id\\": \\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 490, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\": {\\"id\\": \\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\", \\"name\\": \\"yes\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 570, \\"y\\": 220, \\"width\\": 40, \\"height\\": 41}, \\"path\\": [{\\"x\\": 0, \\"y\\": 40}, {\\"x\\": 40, \\"y\\": 40}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\": {\\"id\\": \\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 750, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\": {\\"id\\": \\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1090, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\": {\\"id\\": \\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 830, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\": {\\"id\\": \\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1010, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"a72d62b3-e113-4b90-bfd9-2480861d1186\\": {\\"id\\": \\"a72d62b3-e113-4b90-bfd9-2480861d1186\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1270, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"70b979b6-32e9-45c7-be45-518507652a30\\": {\\"id\\": \\"70b979b6-32e9-45c7-be45-518507652a30\\", \\"name\\": \\"no\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 550, \\"y\\": 280, \\"width\\": 60, \\"height\\": 130}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 130}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\": {\\"id\\": \\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 750, \\"y\\": 280, \\"width\\": 60, \\"height\\": 130}, \\"path\\": [{\\"x\\": 0, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\": {\\"id\\": \\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 690, \\"y\\": 280, \\"width\\": 380, \\"height\\": 270}, \\"path\\": [{\\"x\\": 0, \\"y\\": 270}, {\\"x\\": 380, \\"y\\": 270}, {\\"x\\": 380, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\": {\\"id\\": \\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1240, \\"y\\": 70, \\"width\\": 70, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 70, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\": {\\"id\\": \\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1020, \\"y\\": 70, \\"width\\": 60, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 60, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"aec45998-06bb-4213-a615-8e512c05a855\\": {\\"id\\": \\"aec45998-06bb-4213-a615-8e512c05a855\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1000, \\"y\\": 90, \\"width\\": 200, \\"height\\": 140}, \\"path\\": [{\\"x\\": 200, \\"y\\": 140}, {\\"x\\": 200, \\"y\\": 88.39453125}, {\\"x\\": 0, \\"y\\": 88.39453125}, {\\"x\\": 0, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Up\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"isManuallyLayouted\\": true, \\"flowType\\": \\"message\\"}, \\"9365e411-3bd5-4139-b5aa-bb4cb7a70226\\": {\\"id\\": \\"9365e411-3bd5-4139-b5aa-bb4cb7a70226\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 100, \\"y\\": 70, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"ead65107-7a97-46df-9225-0770271953b7\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}}, \\"assessments\\": {}}",
"meta": {}
},
{
"id": 36,
"text": "2.6.3 Wrong use of the loop marker",
"model": "{\\"version\\": \\"3.0.0\\", \\"type\\": \\"BPMN\\", \\"size\\": {\\"width\\": 1420, \\"height\\": 680}, \\"interactive\\": {\\"elements\\": {}, \\"relationships\\": {}}, \\"elements\\": {\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\": {\\"id\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"name\\": \\"Loan Applicant\\", \\"type\\": \\"BPMNPool\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 0, \\"y\\": 0, \\"width\\": 1370, \\"height\\": 160}}, \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\": {\\"id\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\", \\"name\\": \\"Send credit request\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 140, \\"y\\": 40, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\": {\\"id\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\", \\"name\\": \\"Quote received\\", \\"type\\": \\"BPMNIntermediateEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 980, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"message-catch\\"}, \\"a5506560-9631-448f-85ee-aa42581ac048\\": {\\"id\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\", \\"name\\": \\"Review quote\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 1080, \\"y\\": 40, \\"width\\": 160, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\": {\\"id\\": \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 1310, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"ead65107-7a97-46df-9225-0770271953b7\\": {\\"id\\": \\"ead65107-7a97-46df-9225-0770271953b7\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 60, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\": {\\"id\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"name\\": \\"Credit Institute\\", \\"type\\": \\"BPMNPool\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 0, \\"y\\": 200, \\"width\\": 1370, \\"height\\": 430}}, \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\": {\\"id\\": \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\", \\"name\\": \\"Loan Assessor\\", \\"type\\": \\"BPMNSwimlane\\", \\"owner\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"bounds\\": {\\"x\\": 40, \\"y\\": 470, \\"width\\": 1330, \\"height\\": 160}}, \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\": {\\"id\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\", \\"name\\": \\"Assess risk\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\", \\"bounds\\": {\\"x\\": 530, \\"y\\": 520, \\"width\\": 160, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\": {\\"id\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"name\\": \\"Loan Provider\\", \\"type\\": \\"BPMNSwimlane\\", \\"owner\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"bounds\\": {\\"x\\": 40, \\"y\\": 200, \\"width\\": 1330, \\"height\\": 270}}, \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\": {\\"id\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\", \\"name\\": \\"Review request\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 270, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"loop\\"}, \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\": {\\"id\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\", \\"name\\": \\"Credit request received\\", \\"type\\": \\"BPMNStartEvent\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 190, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"message\\"}, \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\": {\\"id\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 450, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"parallel\\"}, \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\": {\\"id\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\", \\"name\\": \\"Standard terms applicable?\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 530, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\": {\\"id\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\", \\"name\\": \\"Calculate terms\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 610, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\": {\\"id\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 790, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\": {\\"id\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\", \\"name\\": \\"Send quote\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1130, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\": {\\"id\\": \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\", \\"name\\": \\"Quote sent\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1310, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\": {\\"id\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1050, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"parallel\\"}, \\"be966228-7ed4-42c4-ad79-432f459f9feb\\": {\\"id\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\", \\"name\\": \\"Prepare special terms\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 610, \\"y\\": 380, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\": {\\"id\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\", \\"name\\": \\"Prepare contract\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 870, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}}, \\"relationships\\": {\\"e81e5161-51c8-41b8-89f0-66e36da614c1\\": {\\"id\\": \\"e81e5161-51c8-41b8-89f0-66e36da614c1\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 280, \\"y\\": 70, \\"width\\": 700, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 700, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\": {\\"id\\": \\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 230, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\": {\\"id\\": \\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 210, \\"y\\": 100, \\"width\\": 1, \\"height\\": 140}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 140}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"target\\": {\\"direction\\": \\"Up\\", \\"element\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"message\\"}, \\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\": {\\"id\\": \\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 470, \\"y\\": 280, \\"width\\": 60, \\"height\\": 270}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 270}, {\\"x\\": 60, \\"y\\": 270}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"b605327e-6a48-4f12-a4d4-97665fb7f230\\": {\\"id\\": \\"b605327e-6a48-4f12-a4d4-97665fb7f230\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 410, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\": {\\"id\\": \\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 490, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\": {\\"id\\": \\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\", \\"name\\": \\"yes\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 570, \\"y\\": 220, \\"width\\": 40, \\"height\\": 41}, \\"path\\": [{\\"x\\": 0, \\"y\\": 40}, {\\"x\\": 40, \\"y\\": 40}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\": {\\"id\\": \\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 750, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\": {\\"id\\": \\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1090, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\": {\\"id\\": \\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 830, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\": {\\"id\\": \\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1010, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"a72d62b3-e113-4b90-bfd9-2480861d1186\\": {\\"id\\": \\"a72d62b3-e113-4b90-bfd9-2480861d1186\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1270, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"70b979b6-32e9-45c7-be45-518507652a30\\": {\\"id\\": \\"70b979b6-32e9-45c7-be45-518507652a30\\", \\"name\\": \\"no\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 550, \\"y\\": 280, \\"width\\": 60, \\"height\\": 130}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 130}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\": {\\"id\\": \\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 750, \\"y\\": 280, \\"width\\": 60, \\"height\\": 130}, \\"path\\": [{\\"x\\": 0, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\": {\\"id\\": \\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 690, \\"y\\": 280, \\"width\\": 380, \\"height\\": 270}, \\"path\\": [{\\"x\\": 0, \\"y\\": 270}, {\\"x\\": 380, \\"y\\": 270}, {\\"x\\": 380, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\": {\\"id\\": \\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1240, \\"y\\": 70, \\"width\\": 70, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 70, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\": {\\"id\\": \\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1020, \\"y\\": 70, \\"width\\": 60, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 60, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"aec45998-06bb-4213-a615-8e512c05a855\\": {\\"id\\": \\"aec45998-06bb-4213-a615-8e512c05a855\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1000, \\"y\\": 90, \\"width\\": 200, \\"height\\": 140}, \\"path\\": [{\\"x\\": 200, \\"y\\": 140}, {\\"x\\": 200, \\"y\\": 88.39453125}, {\\"x\\": 0, \\"y\\": 88.39453125}, {\\"x\\": 0, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Up\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"isManuallyLayouted\\": true, \\"flowType\\": \\"message\\"}, \\"9365e411-3bd5-4139-b5aa-bb4cb7a70226\\": {\\"id\\": \\"9365e411-3bd5-4139-b5aa-bb4cb7a70226\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 100, \\"y\\": 70, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"ead65107-7a97-46df-9225-0770271953b7\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}}, \\"assessments\\": {}}",
"meta": {}
},
{
"id": 37,
"text": "3.1.1 Use of uncontrolled flows",
"model": "{\\"version\\": \\"3.0.0\\", \\"type\\": \\"BPMN\\", \\"size\\": {\\"width\\": 1420, \\"height\\": 680}, \\"interactive\\": {\\"elements\\": {}, \\"relationships\\": {}}, \\"elements\\": {\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\": {\\"id\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"name\\": \\"Loan Applicant\\", \\"type\\": \\"BPMNPool\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 0, \\"y\\": 0, \\"width\\": 1370, \\"height\\": 160}}, \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\": {\\"id\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\", \\"name\\": \\"Send credit request\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 140, \\"y\\": 40, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\": {\\"id\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\", \\"name\\": \\"Quote received\\", \\"type\\": \\"BPMNIntermediateEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 980, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"message-catch\\"}, \\"a5506560-9631-448f-85ee-aa42581ac048\\": {\\"id\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\", \\"name\\": \\"Review quote\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 1080, \\"y\\": 40, \\"width\\": 160, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\": {\\"id\\": \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 1310, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"ead65107-7a97-46df-9225-0770271953b7\\": {\\"id\\": \\"ead65107-7a97-46df-9225-0770271953b7\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 60, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\": {\\"id\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"name\\": \\"Credit Institute\\", \\"type\\": \\"BPMNPool\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 0, \\"y\\": 200, \\"width\\": 1370, \\"height\\": 430}}, \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\": {\\"id\\": \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\", \\"name\\": \\"Loan Assessor\\", \\"type\\": \\"BPMNSwimlane\\", \\"owner\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"bounds\\": {\\"x\\": 40, \\"y\\": 470, \\"width\\": 1330, \\"height\\": 160}}, \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\": {\\"id\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\", \\"name\\": \\"Assess risk\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\", \\"bounds\\": {\\"x\\": 530, \\"y\\": 520, \\"width\\": 160, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\": {\\"id\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"name\\": \\"Loan Provider\\", \\"type\\": \\"BPMNSwimlane\\", \\"owner\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"bounds\\": {\\"x\\": 40, \\"y\\": 200, \\"width\\": 1330, \\"height\\": 270}}, \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\": {\\"id\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\", \\"name\\": \\"Review request\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 270, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\": {\\"id\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\", \\"name\\": \\"Credit request received\\", \\"type\\": \\"BPMNStartEvent\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 190, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"message\\"}, \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\": {\\"id\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 450, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"parallel\\"}, \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\": {\\"id\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\", \\"name\\": \\"Standard terms applicable?\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 530, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\": {\\"id\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\", \\"name\\": \\"Calculate terms\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 610, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\": {\\"id\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 790, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\": {\\"id\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\", \\"name\\": \\"Send quote\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1130, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\": {\\"id\\": \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\", \\"name\\": \\"Quote sent\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1310, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\": {\\"id\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1050, \\"y\\": 240, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"parallel\\"}, \\"be966228-7ed4-42c4-ad79-432f459f9feb\\": {\\"id\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\", \\"name\\": \\"Prepare special terms\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 610, \\"y\\": 380, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\": {\\"id\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\", \\"name\\": \\"Prepare contract\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 870, \\"y\\": 230, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}}, \\"relationships\\": {\\"e81e5161-51c8-41b8-89f0-66e36da614c1\\": {\\"id\\": \\"e81e5161-51c8-41b8-89f0-66e36da614c1\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 280, \\"y\\": 70, \\"width\\": 700, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 700, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\": {\\"id\\": \\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 230, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\": {\\"id\\": \\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 210, \\"y\\": 100, \\"width\\": 1, \\"height\\": 140}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 140}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"target\\": {\\"direction\\": \\"Up\\", \\"element\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"message\\"}, \\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\": {\\"id\\": \\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 470, \\"y\\": 280, \\"width\\": 60, \\"height\\": 270}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 270}, {\\"x\\": 60, \\"y\\": 270}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"b605327e-6a48-4f12-a4d4-97665fb7f230\\": {\\"id\\": \\"b605327e-6a48-4f12-a4d4-97665fb7f230\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 410, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\": {\\"id\\": \\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 490, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\": {\\"id\\": \\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 570, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\": {\\"id\\": \\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 750, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\": {\\"id\\": \\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1090, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\": {\\"id\\": \\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 830, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\": {\\"id\\": \\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1010, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"a72d62b3-e113-4b90-bfd9-2480861d1186\\": {\\"id\\": \\"a72d62b3-e113-4b90-bfd9-2480861d1186\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1270, \\"y\\": 260, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"70b979b6-32e9-45c7-be45-518507652a30\\": {\\"id\\": \\"70b979b6-32e9-45c7-be45-518507652a30\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 550, \\"y\\": 280, \\"width\\": 60, \\"height\\": 130}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 130}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\": {\\"id\\": \\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 750, \\"y\\": 280, \\"width\\": 60, \\"height\\": 130}, \\"path\\": [{\\"x\\": 0, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\": {\\"id\\": \\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 690, \\"y\\": 280, \\"width\\": 380, \\"height\\": 270}, \\"path\\": [{\\"x\\": 0, \\"y\\": 270}, {\\"x\\": 380, \\"y\\": 270}, {\\"x\\": 380, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\": {\\"id\\": \\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1240, \\"y\\": 70, \\"width\\": 70, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 70, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\": {\\"id\\": \\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1020, \\"y\\": 70, \\"width\\": 60, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 60, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"aec45998-06bb-4213-a615-8e512c05a855\\": {\\"id\\": \\"aec45998-06bb-4213-a615-8e512c05a855\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1000, \\"y\\": 90, \\"width\\": 200, \\"height\\": 140}, \\"path\\": [{\\"x\\": 200, \\"y\\": 140}, {\\"x\\": 200, \\"y\\": 88.39453125}, {\\"x\\": 0, \\"y\\": 88.39453125}, {\\"x\\": 0, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Up\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"isManuallyLayouted\\": true, \\"flowType\\": \\"message\\"}, \\"9365e411-3bd5-4139-b5aa-bb4cb7a70226\\": {\\"id\\": \\"9365e411-3bd5-4139-b5aa-bb4cb7a70226\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 100, \\"y\\": 70, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"ead65107-7a97-46df-9225-0770271953b7\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}}, \\"assessments\\": {}}",
"meta": {}
},
{
"id": 38,
"text": "3.2.1.1 Missing description on timed event",
"model": "{\\"version\\": \\"3.0.0\\", \\"type\\": \\"BPMN\\", \\"size\\": {\\"width\\": 1460, \\"height\\": 660}, \\"interactive\\": {\\"elements\\": {}, \\"relationships\\": {}}, \\"elements\\": {\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\": {\\"id\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"name\\": \\"Loan Applicant\\", \\"type\\": \\"BPMNPool\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 0, \\"y\\": 0, \\"width\\": 1370, \\"height\\": 160}}, \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\": {\\"id\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\", \\"name\\": \\"Send credit request\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 140, \\"y\\": 40, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\": {\\"id\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\", \\"name\\": \\"Quote received\\", \\"type\\": \\"BPMNIntermediateEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 750, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"message-catch\\"}, \\"a5506560-9631-448f-85ee-aa42581ac048\\": {\\"id\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\", \\"name\\": \\"Review quote\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 840, \\"y\\": 40, \\"width\\": 160, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\": {\\"id\\": \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 1310, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"ead65107-7a97-46df-9225-0770271953b7\\": {\\"id\\": \\"ead65107-7a97-46df-9225-0770271953b7\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 60, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"bec2a767-e073-4e84-877d-fb49588d8b52\\": {\\"id\\": \\"bec2a767-e073-4e84-877d-fb49588d8b52\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNIntermediateEvent\\", \\"owner\\": \\"57be7ebb-099e-47ec-bf5f-2d728437d987\\", \\"bounds\\": {\\"x\\": 1130, \\"y\\": 50, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"timer-catch\\"}, \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\": {\\"id\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"name\\": \\"Credit Institute\\", \\"type\\": \\"BPMNPool\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 0, \\"y\\": 190, \\"width\\": 1370, \\"height\\": 430}}, \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\": {\\"id\\": \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\", \\"name\\": \\"Loan Assessor\\", \\"type\\": \\"BPMNSwimlane\\", \\"owner\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"bounds\\": {\\"x\\": 40, \\"y\\": 460, \\"width\\": 1330, \\"height\\": 160}}, \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\": {\\"id\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\", \\"name\\": \\"Assess risk\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\", \\"bounds\\": {\\"x\\": 530, \\"y\\": 510, \\"width\\": 160, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\": {\\"id\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"name\\": \\"Loan Provider\\", \\"type\\": \\"BPMNSwimlane\\", \\"owner\\": \\"e975fb67-ccc1-4373-b214-d3e8742930aa\\", \\"bounds\\": {\\"x\\": 40, \\"y\\": 190, \\"width\\": 1330, \\"height\\": 270}}, \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\": {\\"id\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\", \\"name\\": \\"Review request\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 270, \\"y\\": 220, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\": {\\"id\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\", \\"name\\": \\"Credit request received\\", \\"type\\": \\"BPMNStartEvent\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 190, \\"y\\": 230, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"message\\"}, \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\": {\\"id\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 450, \\"y\\": 230, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"parallel\\"}, \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\": {\\"id\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\", \\"name\\": \\"Standard terms applicable?\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 530, \\"y\\": 230, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\": {\\"id\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\", \\"name\\": \\"Calculate terms\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 610, \\"y\\": 220, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\": {\\"id\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 790, \\"y\\": 230, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"exclusive\\"}, \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\": {\\"id\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\", \\"name\\": \\"Send quote\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1130, \\"y\\": 220, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\": {\\"id\\": \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\", \\"name\\": \\"Quote sent\\", \\"type\\": \\"BPMNEndEvent\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1310, \\"y\\": 230, \\"width\\": 40, \\"height\\": 40}, \\"eventType\\": \\"default\\"}, \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\": {\\"id\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNGateway\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 1050, \\"y\\": 230, \\"width\\": 40, \\"height\\": 40}, \\"gatewayType\\": \\"parallel\\"}, \\"be966228-7ed4-42c4-ad79-432f459f9feb\\": {\\"id\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\", \\"name\\": \\"Prepare special terms\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 610, \\"y\\": 370, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}, \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\": {\\"id\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\", \\"name\\": \\"Prepare contract\\", \\"type\\": \\"BPMNTask\\", \\"owner\\": \\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\", \\"bounds\\": {\\"x\\": 870, \\"y\\": 220, \\"width\\": 140, \\"height\\": 60}, \\"taskType\\": \\"default\\", \\"marker\\": \\"none\\"}}, \\"relationships\\": {\\"e81e5161-51c8-41b8-89f0-66e36da614c1\\": {\\"id\\": \\"e81e5161-51c8-41b8-89f0-66e36da614c1\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 280, \\"y\\": 70, \\"width\\": 470, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 470, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\": {\\"id\\": \\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 230, \\"y\\": 250, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\": {\\"id\\": \\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 210, \\"y\\": 100, \\"width\\": 1, \\"height\\": 130}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 130}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"target\\": {\\"direction\\": \\"Up\\", \\"element\\": \\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"message\\"}, \\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\": {\\"id\\": \\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 470, \\"y\\": 270, \\"width\\": 60, \\"height\\": 270}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 270}, {\\"x\\": 60, \\"y\\": 270}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"b605327e-6a48-4f12-a4d4-97665fb7f230\\": {\\"id\\": \\"b605327e-6a48-4f12-a4d4-97665fb7f230\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 410, \\"y\\": 250, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\": {\\"id\\": \\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 490, \\"y\\": 250, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\": {\\"id\\": \\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 570, \\"y\\": 250, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\": {\\"id\\": \\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 750, \\"y\\": 250, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\": {\\"id\\": \\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1090, \\"y\\": 250, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\": {\\"id\\": \\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 830, \\"y\\": 250, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\": {\\"id\\": \\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1010, \\"y\\": 250, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"a72d62b3-e113-4b90-bfd9-2480861d1186\\": {\\"id\\": \\"a72d62b3-e113-4b90-bfd9-2480861d1186\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1270, \\"y\\": 250, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"70b979b6-32e9-45c7-be45-518507652a30\\": {\\"id\\": \\"70b979b6-32e9-45c7-be45-518507652a30\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 550, \\"y\\": 270, \\"width\\": 60, \\"height\\": 130}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 0, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 130}], \\"source\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\": {\\"id\\": \\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 750, \\"y\\": 270, \\"width\\": 60, \\"height\\": 130}, \\"path\\": [{\\"x\\": 0, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 130}, {\\"x\\": 60, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"be966228-7ed4-42c4-ad79-432f459f9feb\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\": {\\"id\\": \\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 690, \\"y\\": 270, \\"width\\": 380, \\"height\\": 270}, \\"path\\": [{\\"x\\": 0, \\"y\\": 270}, {\\"x\\": 380, \\"y\\": 270}, {\\"x\\": 380, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\": {\\"id\\": \\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 790, \\"y\\": 70, \\"width\\": 50, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 50, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"aec45998-06bb-4213-a615-8e512c05a855\\": {\\"id\\": \\"aec45998-06bb-4213-a615-8e512c05a855\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 770, \\"y\\": 90, \\"width\\": 440, \\"height\\": 140}, \\"path\\": [{\\"x\\": 430, \\"y\\": 130}, {\\"x\\": 430, \\"y\\": 84.1171875}, {\\"x\\": 0, \\"y\\": 84.1171875}, {\\"x\\": 0, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Up\\", \\"element\\": \\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"}, \\"target\\": {\\"direction\\": \\"Down\\", \\"element\\": \\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"}, \\"isManuallyLayouted\\": true, \\"flowType\\": \\"message\\"}, \\"9365e411-3bd5-4139-b5aa-bb4cb7a70226\\": {\\"id\\": \\"9365e411-3bd5-4139-b5aa-bb4cb7a70226\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 100, \\"y\\": 70, \\"width\\": 40, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 40, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"ead65107-7a97-46df-9225-0770271953b7\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"7dc8934e-5a44-429b-a444-2daa0aa81254\\": {\\"id\\": \\"7dc8934e-5a44-429b-a444-2daa0aa81254\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1000, \\"y\\": 70, \\"width\\": 130, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 130, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"a5506560-9631-448f-85ee-aa42581ac048\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"bec2a767-e073-4e84-877d-fb49588d8b52\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}, \\"94723ac2-51d2-4e05-aa71-712dc43e7a92\\": {\\"id\\": \\"94723ac2-51d2-4e05-aa71-712dc43e7a92\\", \\"name\\": \\"\\", \\"type\\": \\"BPMNFlow\\", \\"owner\\": null, \\"bounds\\": {\\"x\\": 1170, \\"y\\": 70, \\"width\\": 140, \\"height\\": 1}, \\"path\\": [{\\"x\\": 0, \\"y\\": 0}, {\\"x\\": 140, \\"y\\": 0}], \\"source\\": {\\"direction\\": \\"Right\\", \\"element\\": \\"bec2a767-e073-4e84-877d-fb49588d8b52\\"}, \\"target\\": {\\"direction\\": \\"Left\\", \\"element\\": \\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\"}, \\"isManuallyLayouted\\": false, \\"flowType\\": \\"sequence\\"}}, \\"assessments\\": {}}",
"meta": {}
},
{
"id": 39,
"text": "3.3.1.1 Wrong naming scheme",
"model": "{\\"version\\":\\"3.0.0\\",\\"type\\":\\"BPMN\\",\\"size\\":{\\"width\\":1420,\\"height\\":760},\\"interactive\\":{\\"elements\\":{},\\"relationships\\":{}},\\"elements\\":{\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\":{\\"id\\":\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\",\\"name\\":\\"Loan Applicant\\",\\"type\\":\\"BPMNPool\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":0,\\"y\\":0,\\"width\\":1370,\\"height\\":170}},\\"6f8dba39-5d62-47d0-870b-37294b903ae7\\":{\\"id\\":\\"6f8dba39-5d62-47d0-870b-37294b903ae7\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNStartEvent\\",\\"owner\\":\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\",\\"bounds\\":{\\"x\\":60,\\"y\\":50,\\"width\\":40,\\"height\\":40},\\"eventType\\":\\"default\\"},\\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\":{\\"id\\":\\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\",\\"name\\":\\"Credit request sent\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\",\\"bounds\\":{\\"x\\":140,\\"y\\":40,\\"width\\":140,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\":{\\"id\\":\\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\",\\"name\\":\\"Quote received\\",\\"type\\":\\"BPMNIntermediateEvent\\",\\"owner\\":\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\",\\"bounds\\":{\\"x\\":980,\\"y\\":50,\\"width\\":40,\\"height\\":40},\\"eventType\\":\\"message-catch\\"},\\"a5506560-9631-448f-85ee-aa42581ac048\\":{\\"id\\":\\"a5506560-9631-448f-85ee-aa42581ac048\\",\\"name\\":\\"Quote reviewed\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\",\\"bounds\\":{\\"x\\":1080,\\"y\\":40,\\"width\\":160,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\":{\\"id\\":\\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNEndEvent\\",\\"owner\\":\\"57be7ebb-099e-47ec-bf5f-2d728437d987\\",\\"bounds\\":{\\"x\\":1310,\\"y\\":50,\\"width\\":40,\\"height\\":40},\\"eventType\\":\\"default\\"},\\"e975fb67-ccc1-4373-b214-d3e8742930aa\\":{\\"id\\":\\"e975fb67-ccc1-4373-b214-d3e8742930aa\\",\\"name\\":\\"Credit Institute\\",\\"type\\":\\"BPMNPool\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":0,\\"y\\":280,\\"width\\":1370,\\"height\\":430}},\\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\":{\\"id\\":\\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\",\\"name\\":\\"Loan Assessor\\",\\"type\\":\\"BPMNSwimlane\\",\\"owner\\":\\"e975fb67-ccc1-4373-b214-d3e8742930aa\\",\\"bounds\\":{\\"x\\":40,\\"y\\":550,\\"width\\":1330,\\"height\\":160}},\\"a78c7661-7823-4d40-9753-a87a92f3bc93\\":{\\"id\\":\\"a78c7661-7823-4d40-9753-a87a92f3bc93\\",\\"name\\":\\"Risk assessed\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"607b811b-ab82-4aad-91c2-6bed096b5cc8\\",\\"bounds\\":{\\"x\\":530,\\"y\\":600,\\"width\\":160,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\":{\\"id\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"name\\":\\"Loan Provider\\",\\"type\\":\\"BPMNSwimlane\\",\\"owner\\":\\"e975fb67-ccc1-4373-b214-d3e8742930aa\\",\\"bounds\\":{\\"x\\":40,\\"y\\":280,\\"width\\":1330,\\"height\\":270}},\\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\":{\\"id\\":\\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\",\\"name\\":\\"Request revieved\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":270,\\"y\\":310,\\"width\\":140,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\":{\\"id\\":\\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\",\\"name\\":\\"Credit request received\\",\\"type\\":\\"BPMNStartEvent\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":190,\\"y\\":320,\\"width\\":40,\\"height\\":40},\\"eventType\\":\\"message\\"},\\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\":{\\"id\\":\\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNGateway\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":450,\\"y\\":320,\\"width\\":40,\\"height\\":40},\\"gatewayType\\":\\"parallel\\"},\\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\":{\\"id\\":\\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\",\\"name\\":\\"Standard terms applicable?\\",\\"type\\":\\"BPMNGateway\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":530,\\"y\\":320,\\"width\\":40,\\"height\\":40},\\"gatewayType\\":\\"exclusive\\"},\\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\":{\\"id\\":\\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\",\\"name\\":\\"Terms calculated\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":610,\\"y\\":310,\\"width\\":140,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\":{\\"id\\":\\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNGateway\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":790,\\"y\\":320,\\"width\\":40,\\"height\\":40},\\"gatewayType\\":\\"exclusive\\"},\\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\":{\\"id\\":\\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\",\\"name\\":\\"Quote sent\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":1130,\\"y\\":310,\\"width\\":140,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\":{\\"id\\":\\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\",\\"name\\":\\"Quote sent\\",\\"type\\":\\"BPMNEndEvent\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":1310,\\"y\\":320,\\"width\\":40,\\"height\\":40},\\"eventType\\":\\"default\\"},\\"bdfce06b-db3e-45c8-9976-4ef57108218b\\":{\\"id\\":\\"bdfce06b-db3e-45c8-9976-4ef57108218b\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNGateway\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":1050,\\"y\\":320,\\"width\\":40,\\"height\\":40},\\"gatewayType\\":\\"parallel\\"},\\"be966228-7ed4-42c4-ad79-432f459f9feb\\":{\\"id\\":\\"be966228-7ed4-42c4-ad79-432f459f9feb\\",\\"name\\":\\"Special terms prepared\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":610,\\"y\\":460,\\"width\\":140,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"},\\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\":{\\"id\\":\\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\",\\"name\\":\\"Contract prepared\\",\\"type\\":\\"BPMNTask\\",\\"owner\\":\\"bde0718c-a52d-4141-a6d5-d697398a1ab2\\",\\"bounds\\":{\\"x\\":870,\\"y\\":310,\\"width\\":140,\\"height\\":60},\\"taskType\\":\\"default\\",\\"marker\\":\\"none\\"}},\\"relationships\\":{\\"a6626dca-b9c5-45b5-9309-e5f0a3fb9a4f\\":{\\"id\\":\\"a6626dca-b9c5-45b5-9309-e5f0a3fb9a4f\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":100,\\"y\\":70,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"6f8dba39-5d62-47d0-870b-37294b903ae7\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"e81e5161-51c8-41b8-89f0-66e36da614c1\\":{\\"id\\":\\"e81e5161-51c8-41b8-89f0-66e36da614c1\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":280,\\"y\\":70,\\"width\\":700,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":700,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\":{\\"id\\":\\"ca2e5065-6ee1-4548-8bcd-502077fa3e73\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":230,\\"y\\":340,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\":{\\"id\\":\\"73825150-a5bb-41ab-b557-cf36fdccb0a4\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":210,\\"y\\":100,\\"width\\":1,\\"height\\":220},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":0,\\"y\\":220}],\\"source\\":{\\"direction\\":\\"Down\\",\\"element\\":\\"a3b67a31-a53e-4e20-9859-d1ee473e9e9f\\"},\\"target\\":{\\"direction\\":\\"Up\\",\\"element\\":\\"6ebb416a-1a47-49cf-9ba1-7ffdcb5dea56\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"message\\"},\\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\":{\\"id\\":\\"266c4919-88ad-4c2c-a1e4-c14947f44cde\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":470,\\"y\\":360,\\"width\\":60,\\"height\\":270},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":0,\\"y\\":270},{\\"x\\":60,\\"y\\":270}],\\"source\\":{\\"direction\\":\\"Down\\",\\"element\\":\\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"b605327e-6a48-4f12-a4d4-97665fb7f230\\":{\\"id\\":\\"b605327e-6a48-4f12-a4d4-97665fb7f230\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":410,\\"y\\":340,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"f108cf07-c22c-4284-b9ba-0b4af908c7ad\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\":{\\"id\\":\\"33a69e1c-102b-498b-bb3b-c733c17c77bc\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":490,\\"y\\":340,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"ab792872-1b3f-4d7a-afb6-aa01b1d7f785\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\":{\\"id\\":\\"66fe2424-b0cc-4e50-988c-f0910dd92aa6\\",\\"name\\":\\"yes\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":570,\\"y\\":300,\\"width\\":40,\\"height\\":41},\\"path\\":[{\\"x\\":0,\\"y\\":40},{\\"x\\":40,\\"y\\":40}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\":{\\"id\\":\\"8263561f-d70e-4264-8e6e-6d545c9d4d57\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":750,\\"y\\":340,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"531d5776-832d-4ab0-b76c-dba85ec2d8a0\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\":{\\"id\\":\\"2c669dc1-ec78-4ce9-af27-6fd58b5f4e17\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":1090,\\"y\\":340,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\":{\\"id\\":\\"3eae3c61-5acf-4687-95d0-c5e16bb689b2\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":830,\\"y\\":340,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\":{\\"id\\":\\"c09d469a-0377-47f1-a2b5-6662f2afc0b1\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":1010,\\"y\\":340,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"1acbea80-c430-46f2-b7d2-a44a1bc1639c\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"a72d62b3-e113-4b90-bfd9-2480861d1186\\":{\\"id\\":\\"a72d62b3-e113-4b90-bfd9-2480861d1186\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":1270,\\"y\\":340,\\"width\\":40,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":40,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"acf010ad-0c8c-4a9a-8949-52e17f13e55c\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"70b979b6-32e9-45c7-be45-518507652a30\\":{\\"id\\":\\"70b979b6-32e9-45c7-be45-518507652a30\\",\\"name\\":\\"no\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":550,\\"y\\":360,\\"width\\":60,\\"height\\":130},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":0,\\"y\\":130},{\\"x\\":60,\\"y\\":130}],\\"source\\":{\\"direction\\":\\"Down\\",\\"element\\":\\"e206ad60-29b0-4bfc-8e5d-08eb28c31942\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"be966228-7ed4-42c4-ad79-432f459f9feb\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\":{\\"id\\":\\"c6ac591f-51fd-4c6e-bdfa-ae74a029d73d\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":750,\\"y\\":360,\\"width\\":60,\\"height\\":130},\\"path\\":[{\\"x\\":0,\\"y\\":130},{\\"x\\":60,\\"y\\":130},{\\"x\\":60,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"be966228-7ed4-42c4-ad79-432f459f9feb\\"},\\"target\\":{\\"direction\\":\\"Down\\",\\"element\\":\\"b31e8aaa-54f2-4a36-8fd0-c374045c836c\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\":{\\"id\\":\\"60e891d4-0604-45e4-b2c7-b6d6b9f72ba2\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":690,\\"y\\":360,\\"width\\":380,\\"height\\":270},\\"path\\":[{\\"x\\":0,\\"y\\":270},{\\"x\\":380,\\"y\\":270},{\\"x\\":380,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"a78c7661-7823-4d40-9753-a87a92f3bc93\\"},\\"target\\":{\\"direction\\":\\"Down\\",\\"element\\":\\"bdfce06b-db3e-45c8-9976-4ef57108218b\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\":{\\"id\\":\\"2bcae199-700f-44b9-93e1-2dacb6061bd8\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":1240,\\"y\\":70,\\"width\\":70,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":70,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"a5506560-9631-448f-85ee-aa42581ac048\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"2dcc3930-cc74-41a9-bd7c-8218a2a14686\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\":{\\"id\\":\\"b409934a-f4ad-4bcb-a157-4457c97e17fb\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":1020,\\"y\\":70,\\"width\\":60,\\"height\\":1},\\"path\\":[{\\"x\\":0,\\"y\\":0},{\\"x\\":60,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Right\\",\\"element\\":\\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"},\\"target\\":{\\"direction\\":\\"Left\\",\\"element\\":\\"a5506560-9631-448f-85ee-aa42581ac048\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"sequence\\"},\\"aec45998-06bb-4213-a615-8e512c05a855\\":{\\"id\\":\\"aec45998-06bb-4213-a615-8e512c05a855\\",\\"name\\":\\"\\",\\"type\\":\\"BPMNFlow\\",\\"owner\\":null,\\"bounds\\":{\\"x\\":1000,\\"y\\":90,\\"width\\":200,\\"height\\":220},\\"path\\":[{\\"x\\":200,\\"y\\":220},{\\"x\\":200,\\"y\\":110},{\\"x\\":0,\\"y\\":110},{\\"x\\":0,\\"y\\":0}],\\"source\\":{\\"direction\\":\\"Up\\",\\"element\\":\\"e409e5b5-ab11-45e7-ba78-4266473ecc17\\"},\\"target\\":{\\"direction\\":\\"Down\\",\\"element\\":\\"909c768f-284b-42d3-9ec8-fbe7675b0f28\\"},\\"isManuallyLayouted\\":false,\\"flowType\\":\\"message\\"}},\\"assessments\\":{}}",
"meta": {}
}
]"""
exercise_id = 6
course_id = 2
exercise_title = "Process Modelling with BPMN: Obtaining a loan"
max_points = 10
bonus_points = 0
grading_instructions = "For every correct diagram element, give 1 point. 1. Only give full points if all elements described in the problem statement are present in the submission. 2. If a gateway has a label, ensure the outgoing flows are also labelled. 3. Make sure a start event is present in the student's submission. 4. Make sure an end event is in the student's submissions. 5. Make sure the activities in the diagram are in the same ordered as described in the problem statement. 6. Make sure pools and lanes are labelled. 7. Make sure the submission does not contain elements that are not described in the problem statement. 8. Make sure all elements are connected. 9. Make sure activities are named in the \"Verb Object\"-format where a name consists of a verb followed by the object."
problem_statement = "Two collaboration partners are interacting with each other, the \"Loan Applicant\" and the \"Credit Institute\". The Loan Applicant sends a credit request to the Credit Institute. When a credit request is received, the Loan Provider within the Credit Institute reviews the request. The Loan Provider then checks if standard terms are applicable while the Loan Assessor of the Credit Institute assesses the risk. If the standard terms are applicable, the Loan Provider calculates terms, if they do not apply, the Loan Provider prepares special terms. After that, the Loan Provider prepares a contract. As soon as the Loan Assessor has assessed the risk and the Loan Provider has prepared a contract, the Loan Assessor sends a quote to the Loan Applicant and ends the process afterward. The Loan Applicant, upon receiving the quote then reviews the quote and ends its process afterward as well."
example_solution = ""
iteration = "iteration_2"
submissions = json.loads(exercise)
cummulative_execution_time = 0
for submission in submissions:
output_path = f"./results/{iteration}/result_{submission['text'].lower().replace(' ', '_').replace('-', '_')}.json"
server_url = "http://127.0.0.1:5000/modules/modelling/module_modelling_llm/feedback_suggestions"
payload = {
"exercise": {
"id": exercise_id,
"course_id": course_id,
"title": exercise_title,
"type": "modelling",
"max_points": max_points,
"bonus_points": bonus_points,
"grading_instructions": grading_instructions,
"problem_statement": problem_statement,
"example_solution": example_solution,
"meta": {}
},
"submission": {
"exerciseId": exercise_id,
**submission
}
}
start_time = timer()
response = requests.post(server_url, json=payload).json()
end_time = timer()
cummulative_execution_time += (end_time - start_time)
credit_sum = reduce(lambda acc, elem: acc + elem["credits"], response["data"], 0)
print(f'[{submission["text"]}], [{credit_sum}], [{round(end_time - start_time, 2)}], [-], [-], [-],')
time.sleep(3)
with open(output_path, "w") as file:
json.dump(response, file, indent=4)
print(f"average query response time: {round(cummulative_execution_time / len(submissions), 2)}")