cpee 1.3.170 → 1.3.171

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. checksums.yaml +4 -4
  2. data/cockpit/css/ui.css +4 -5
  3. data/cockpit/index.html +4 -2
  4. data/cockpit/js/details.js +4 -4
  5. data/cockpit/js/instance.js +13 -20
  6. data/cockpit/js/parameters.js +3 -3
  7. data/cockpit/js/ui.js +2 -3
  8. data/cockpit/lib/jquery-ui.custom.min.js +8 -259
  9. data/cockpit/lib/jquery.browser.js +40 -0
  10. data/cockpit/lib/jquery.min.js +4 -4
  11. data/cockpit/lib/jquery.svg.min.js +6 -0
  12. data/cockpit/lib/jquery.svgdom.min.js +6 -0
  13. data/cockpit/lib/util.js +16 -11
  14. data/cpee.gemspec +1 -1
  15. data/lib/cpee/processtransformation/cpee.rb +6 -14
  16. data/lib/cpee/processtransformation/target.rb +5 -3
  17. data/server/handlerwrappers/default.rb +7 -16
  18. data/server/instances/1/properties.xml +101 -69
  19. data/server/instances/10/properties.xml +70 -106
  20. data/server/instances/11/properties.xml +73 -133
  21. data/server/instances/12/notifications/8d7f2ae546a742fce3a0a488266ea51d/consumer-secret +1 -0
  22. data/server/instances/12/notifications/8d7f2ae546a742fce3a0a488266ea51d/producer-secret +1 -0
  23. data/server/instances/12/notifications/8d7f2ae546a742fce3a0a488266ea51d/subscription.xml +6 -0
  24. data/server/instances/12/properties.xml +43 -0
  25. data/server/instances/13/notifications/4ff0cde5161c44dae49b263cbc12eaf8/consumer-secret +1 -0
  26. data/server/instances/13/notifications/4ff0cde5161c44dae49b263cbc12eaf8/producer-secret +1 -0
  27. data/server/instances/{11/notifications/e0910b6b5536976209bca471780066f1 → 13/notifications/4ff0cde5161c44dae49b263cbc12eaf8}/subscription.xml +7 -11
  28. data/server/instances/13/properties.xml +146 -0
  29. data/server/instances/14/properties.xml +332 -0
  30. data/server/instances/15/properties.xml +330 -0
  31. data/server/instances/16/properties.xml +265 -0
  32. data/server/instances/17/properties.xml +146 -0
  33. data/server/instances/2/properties.xml +44 -191
  34. data/server/instances/3/properties.xml +44 -70
  35. data/server/instances/4/properties.xml +68 -28
  36. data/server/instances/5/properties.xml +70 -10
  37. data/server/instances/6/properties.xml +55 -175
  38. data/server/instances/7/properties.xml +52 -118
  39. data/server/instances/8/properties.xml +50 -112
  40. data/server/instances/9/properties.xml +47 -115
  41. data/server/resources/properties.init +2 -2
  42. data/server/server.pid +1 -0
  43. metadata +117 -108
  44. data/cockpit/lib/jquery.svgdom.js +0 -281
  45. data/server/instances/1/notifications/d12eff1ac812661c05d7090ce7394cf9/consumer-secret +0 -1
  46. data/server/instances/1/notifications/d12eff1ac812661c05d7090ce7394cf9/producer-secret +0 -1
  47. data/server/instances/1/notifications/d12eff1ac812661c05d7090ce7394cf9/subscription.xml +0 -27
  48. data/server/instances/11/notifications/e0910b6b5536976209bca471780066f1/consumer-secret +0 -1
  49. data/server/instances/11/notifications/e0910b6b5536976209bca471780066f1/producer-secret +0 -1
@@ -0,0 +1,330 @@
1
+ <properties xmlns="http://riddl.org/ns/common-patterns/properties/1.0">
2
+ <info>Enter info here</info>
3
+ <properties/>
4
+ <state>ready</state>
5
+ <handlerwrapper>DefaultHandlerWrapper</handlerwrapper>
6
+ <positions>
7
+ <a2>after</a2>
8
+ </positions>
9
+ <dataelements>
10
+ <name>Milos</name>
11
+ <vnr>3456</vnr>
12
+ <email>a1346963@unet.univie.ac.at</email>
13
+ <garage>SCbCeO36t6</garage>
14
+ <schadensumme>136</schadensumme>
15
+ <schaden>gering</schaden>
16
+ <versicherungssumme>dummy</versicherungssumme>
17
+ <historie>dummy</historie>
18
+ <entscheidung>dummy</entscheidung>
19
+ </dataelements>
20
+ <endpoints>
21
+ <timeout>http://gruppe.wst.univie.ac.at/~mangler/services/timeout.php</timeout>
22
+ <a>http://wwwlab.cs.univie.ac.at/~a1100570/a.php</a>
23
+ <b>http://wwwlab.cs.univie.ac.at/~a1100570/b.php</b>
24
+ <c>http://wwwlab.cs.univie.ac.at/~a1100570/c.php</c>
25
+ <d>http://wwwlab.cs.univie.ac.at/~a1100570/d.php</d>
26
+ <e>http://wwwlab.cs.univie.ac.at/~a1100570/e.php</e>
27
+ <f>http://wwwlab.cs.univie.ac.at/~a1100570/f.php</f>
28
+ <g>http://wwwlab.cs.univie.ac.at/~a1100570/g.php</g>
29
+ </endpoints>
30
+ <dsl>call :a1, :a, { :label =&gt; "Schadenmeldung registrieren", :method =&gt; :get, :parameters =&gt; nil }, &lt;&lt;-end
31
+ data.name=result['name']
32
+ data.vnr=result['vnr']
33
+ data.email=result['email']
34
+ data.garage=result['garage']
35
+ data.schadensumme=result['schadensumme']
36
+ end
37
+ call :a2, :b, { :label =&gt; "Schadenmeldung klassifizieren", :method =&gt; :post, :parameters =&gt; {:name =&gt; data.name} }, &lt;&lt;-end
38
+ data.schaden=result['groesse']
39
+ end
40
+ choose :exclusive do
41
+ alternative "data.schaden='gering'" do
42
+ parallel do
43
+ parallel_branch do
44
+ call :a3, :c, { :label =&gt; "Versicherungssumme ermitteln", :method =&gt; :post, :parameters =&gt; {:schadengroesse =&gt; data.schadensumme} }, &lt;&lt;-end
45
+ data.versicherungssumme=result['versicherungssumme']
46
+ end
47
+ end
48
+ parallel_branch do
49
+ call :a4, :d, { :label =&gt; "Garage kontaktieren", :method =&gt; :post, :parameters =&gt; {:garage =&gt; data.garage, :email =&gt; data.email, :name =&gt; data.name} }
50
+ end
51
+ end
52
+ end
53
+ otherwise do
54
+ call :a5, :c, { :label =&gt; "Versicherungssumme ermitteln", :method =&gt; :post, :parameters =&gt; {:schadengroesse =&gt; data.schadensumme} }, &lt;&lt;-end
55
+ data.versicherungssumme=result['versicherungssumme']
56
+ end
57
+ call :a6, :e, { :label =&gt; "Versicherungshistorie ermitteln", :method =&gt; :post, :parameters =&gt; {:schaden =&gt; data.schaden} }, &lt;&lt;-end
58
+ data.historie=result['text']
59
+ end
60
+ call :a7, :d, { :label =&gt; "Garage kontaktieren", :method =&gt; :post, :parameters =&gt; {:garage =&gt; data.garage, :name =&gt; data.name, :email =&gt; data.email} }
61
+ end
62
+ end
63
+ call :a8, :f, { :label =&gt; "Entscheidung treffen", :method =&gt; :get, :parameters =&gt; nil }, &lt;&lt;-end
64
+ data.entscheidung=result['ok']
65
+ end
66
+ choose :exclusive do
67
+ alternative "entscheidung='OK'" do
68
+ call :a10, :timeout, { :label =&gt; "Zahlen", :method =&gt; :post, :parameters =&gt; {:timeout =&gt; 3} }
69
+ end
70
+ otherwise do
71
+ end
72
+ end
73
+ call :a9, :g, { :label =&gt; "Entscheidung mitteilen", :method =&gt; :post, :parameters =&gt; {:name =&gt; data.name, :email =&gt; data.email, :body =&gt; data.entscheidung} }
74
+ </dsl>
75
+ <dslx>
76
+ <description xmlns="http://cpee.org/ns/description/1.0">
77
+ <call id="a1" endpoint="a" svg-label="Schadenmeldung registrieren">
78
+ <parameters>
79
+ <label>"Schadenmeldung registrieren"</label>
80
+ <method>:get</method>
81
+ <parameters/>
82
+ </parameters>
83
+ <manipulate>data.name=result['name']
84
+ data.vnr=result['vnr']
85
+ data.email=result['email']
86
+ data.garage=result['garage']
87
+ data.schadensumme=result['schadensumme']</manipulate>
88
+ </call>
89
+ <call id="a2" endpoint="b" svg-label="Schadenmeldung klassifizieren">
90
+ <parameters>
91
+ <label>"Schadenmeldung klassifizieren"</label>
92
+ <method>:post</method>
93
+ <parameters>
94
+ <name>data.name</name>
95
+ </parameters>
96
+ </parameters>
97
+ <manipulate>data.schaden=result['groesse']</manipulate>
98
+ </call>
99
+ <choose mode="exclusive" svg-label="">
100
+ <alternative condition="data.schaden='gering'" svg-label="">
101
+ <parallel svg-label="">
102
+ <parallel_branch svg-label="">
103
+ <call id="a3" endpoint="c" svg-label="Versicherungssumme ermitteln">
104
+ <parameters>
105
+ <label>"Versicherungssumme ermitteln"</label>
106
+ <method>:post</method>
107
+ <parameters>
108
+ <schadengroesse>data.schadensumme</schadengroesse>
109
+ </parameters>
110
+ </parameters>
111
+ <manipulate>data.versicherungssumme=result['versicherungssumme']</manipulate>
112
+ </call>
113
+ </parallel_branch>
114
+ <parallel_branch svg-label="">
115
+ <call id="a4" endpoint="d" svg-label="Garage kontaktieren">
116
+ <parameters>
117
+ <label>"Garage kontaktieren"</label>
118
+ <method>:post</method>
119
+ <parameters>
120
+ <garage>data.garage</garage>
121
+ <email>data.email</email>
122
+ <name>data.name</name>
123
+ </parameters>
124
+ </parameters>
125
+ </call>
126
+ </parallel_branch>
127
+ </parallel>
128
+ </alternative>
129
+ <otherwise svg-label="">
130
+ <call id="a5" endpoint="c" svg-label="Versicherungssumme ermitteln">
131
+ <parameters>
132
+ <label>"Versicherungssumme ermitteln"</label>
133
+ <method>:post</method>
134
+ <parameters>
135
+ <schadengroesse>data.schadensumme</schadengroesse>
136
+ </parameters>
137
+ </parameters>
138
+ <manipulate>data.versicherungssumme=result['versicherungssumme']</manipulate>
139
+ </call>
140
+ <call id="a6" endpoint="e" svg-label="Versicherungshistorie ermitteln">
141
+ <parameters>
142
+ <label>"Versicherungshistorie ermitteln"</label>
143
+ <method>:post</method>
144
+ <parameters>
145
+ <schaden>data.schaden</schaden>
146
+ </parameters>
147
+ </parameters>
148
+ <manipulate>data.historie=result['text']</manipulate>
149
+ </call>
150
+ <call id="a7" endpoint="d" svg-label="Garage kontaktieren">
151
+ <parameters>
152
+ <label>"Garage kontaktieren"</label>
153
+ <method>:post</method>
154
+ <parameters>
155
+ <garage>data.garage</garage>
156
+ <name>data.name</name>
157
+ <email>data.email</email>
158
+ </parameters>
159
+ </parameters>
160
+ </call>
161
+ </otherwise>
162
+ </choose>
163
+ <call id="a8" endpoint="f">
164
+ <parameters>
165
+ <label>"Entscheidung treffen"</label>
166
+ <method>:get</method>
167
+ <parameters/>
168
+ </parameters>
169
+ <manipulate>data.entscheidung=result['ok']</manipulate>
170
+ </call>
171
+ <choose mode="exclusive" svg-label="">
172
+ <alternative condition="entscheidung='OK'" svg-label="">
173
+ <call id="a10" endpoint="timeout" svg-label="Zahlen">
174
+ <parameters>
175
+ <label>"Zahlen"</label>
176
+ <method>:post</method>
177
+ <parameters>
178
+ <timeout>3</timeout>
179
+ </parameters>
180
+ </parameters>
181
+ </call>
182
+ </alternative>
183
+ <otherwise svg-label=""/>
184
+ </choose>
185
+ <call id="a9" endpoint="g" svg-label="Entscheidung mitteilen">
186
+ <parameters>
187
+ <label>"Entscheidung mitteilen"</label>
188
+ <method>:post</method>
189
+ <parameters>
190
+ <name>data.name</name>
191
+ <email>data.email</email>
192
+ <body>data.entscheidung</body>
193
+ </parameters>
194
+ </parameters>
195
+ </call>
196
+ </description>
197
+ </dslx>
198
+ <status>
199
+ <id>0</id>
200
+ <message>undefined</message>
201
+ </status>
202
+ <description>
203
+ <description xmlns="http://cpee.org/ns/description/1.0">
204
+ <call id="a1" endpoint="a" svg-label="Schadenmeldung registrieren">
205
+ <parameters>
206
+ <label>"Schadenmeldung registrieren"</label>
207
+ <method>:get</method>
208
+ <parameters/>
209
+ </parameters>
210
+ <manipulate>data.name=result['name']
211
+ data.vnr=result['vnr']
212
+ data.email=result['email']
213
+ data.garage=result['garage']
214
+ data.schadensumme=result['schadensumme']</manipulate>
215
+ </call>
216
+ <call id="a2" endpoint="b" svg-label="Schadenmeldung klassifizieren">
217
+ <parameters>
218
+ <label>"Schadenmeldung klassifizieren"</label>
219
+ <method>:post</method>
220
+ <parameters>
221
+ <name>data.name</name>
222
+ </parameters>
223
+ </parameters>
224
+ <manipulate>data.schaden=result['groesse']</manipulate>
225
+ </call>
226
+ <choose mode="exclusive" svg-label="">
227
+ <alternative condition="data.schaden='gering'" svg-label="">
228
+ <parallel svg-label="">
229
+ <parallel_branch svg-label="">
230
+ <call id="a3" endpoint="c" svg-label="Versicherungssumme ermitteln">
231
+ <parameters>
232
+ <label>"Versicherungssumme ermitteln"</label>
233
+ <method>:post</method>
234
+ <parameters>
235
+ <schadengroesse>data.schadensumme</schadengroesse>
236
+ </parameters>
237
+ </parameters>
238
+ <manipulate>data.versicherungssumme=result['versicherungssumme']</manipulate>
239
+ </call>
240
+ </parallel_branch>
241
+ <parallel_branch svg-label="">
242
+ <call id="a4" endpoint="d" svg-label="Garage kontaktieren">
243
+ <parameters>
244
+ <label>"Garage kontaktieren"</label>
245
+ <method>:post</method>
246
+ <parameters>
247
+ <garage>data.garage</garage>
248
+ <email>data.email</email>
249
+ <name>data.name</name>
250
+ </parameters>
251
+ </parameters>
252
+ </call>
253
+ </parallel_branch>
254
+ </parallel>
255
+ </alternative>
256
+ <otherwise svg-label="">
257
+ <call id="a5" endpoint="c" svg-label="Versicherungssumme ermitteln">
258
+ <parameters>
259
+ <label>"Versicherungssumme ermitteln"</label>
260
+ <method>:post</method>
261
+ <parameters>
262
+ <schadengroesse>data.schadensumme</schadengroesse>
263
+ </parameters>
264
+ </parameters>
265
+ <manipulate>data.versicherungssumme=result['versicherungssumme']</manipulate>
266
+ </call>
267
+ <call id="a6" endpoint="e" svg-label="Versicherungshistorie ermitteln">
268
+ <parameters>
269
+ <label>"Versicherungshistorie ermitteln"</label>
270
+ <method>:post</method>
271
+ <parameters>
272
+ <schaden>data.schaden</schaden>
273
+ </parameters>
274
+ </parameters>
275
+ <manipulate>data.historie=result['text']</manipulate>
276
+ </call>
277
+ <call id="a7" endpoint="d" svg-label="Garage kontaktieren">
278
+ <parameters>
279
+ <label>"Garage kontaktieren"</label>
280
+ <method>:post</method>
281
+ <parameters>
282
+ <garage>data.garage</garage>
283
+ <name>data.name</name>
284
+ <email>data.email</email>
285
+ </parameters>
286
+ </parameters>
287
+ </call>
288
+ </otherwise>
289
+ </choose>
290
+ <call id="a8" endpoint="f">
291
+ <parameters>
292
+ <label>"Entscheidung treffen"</label>
293
+ <method>:get</method>
294
+ <parameters/>
295
+ </parameters>
296
+ <manipulate>data.entscheidung=result['ok']</manipulate>
297
+ </call>
298
+ <choose mode="exclusive" svg-label="">
299
+ <alternative condition="entscheidung='OK'" svg-label="">
300
+ <call id="a10" endpoint="timeout" svg-label="Zahlen">
301
+ <parameters>
302
+ <label>"Zahlen"</label>
303
+ <method>:post</method>
304
+ <parameters>
305
+ <timeout>3</timeout>
306
+ </parameters>
307
+ </parameters>
308
+ </call>
309
+ </alternative>
310
+ <otherwise svg-label=""/>
311
+ </choose>
312
+ <call id="a9" endpoint="g" svg-label="Entscheidung mitteilen">
313
+ <parameters>
314
+ <label>"Entscheidung mitteilen"</label>
315
+ <method>:post</method>
316
+ <parameters>
317
+ <name>data.name</name>
318
+ <email>data.email</email>
319
+ <body>data.entscheidung</body>
320
+ </parameters>
321
+ </parameters>
322
+ </call>
323
+ </description>
324
+ </description>
325
+ <transformation>
326
+ <description type="copy"/>
327
+ <dataelements type="xslt"/>
328
+ <endpoints type="xslt"/>
329
+ </transformation>
330
+ </properties>
@@ -0,0 +1,265 @@
1
+ <properties xmlns="http://riddl.org/ns/common-patterns/properties/1.0">
2
+ <info>Enter info here</info>
3
+ <properties/>
4
+ <state>ready</state>
5
+ <handlerwrapper>DefaultHandlerWrapper</handlerwrapper>
6
+ <positions>
7
+ <a1>after</a1>
8
+ </positions>
9
+ <dataelements>
10
+ <a>0</a>
11
+ </dataelements>
12
+ <endpoints>
13
+ <timeout>http://gruppe.wst.univie.ac.at/~mangler/services/timeout.php</timeout>
14
+ </endpoints>
15
+ <dsl>choose :exclusive do
16
+ alternative "data.a &lt; 3" do
17
+ call :a4, :timeout, { :label =&gt; "B", :method =&gt; post, :type =&gt; :serviceTask, :mid =&gt; 'sid-C4915A51-F57C-44E7-8BA7-AC5247998430', :parameters =&gt; {:timeout =&gt; 1} }, &lt;&lt;-end
18
+ data.a = 'path 1'
19
+ end
20
+ end
21
+ otherwise do
22
+ call :a6, :timeout, { :label =&gt; "C", :method =&gt; post, :type =&gt; :serviceTask, :mid =&gt; 'sid-4F7DC368-C233-43DF-862A-28FC41919D18', :parameters =&gt; {:timeout =&gt; 1} }, &lt;&lt;-end
23
+ data.a = 'path 2'
24
+ end
25
+ end
26
+ end
27
+ </dsl>
28
+ <dslx>
29
+ <description xmlns="http://cpee.org/ns/description/1.0">
30
+ <choose mode="exclusive">
31
+ <alternative condition="data.a &lt; 3" language="text/javascript">
32
+ <call id="a4" endpoint="timeout">
33
+ <parameters>
34
+ <label>"B"</label>
35
+ <method>post</method>
36
+ <type>:serviceTask</type>
37
+ <mid>'sid-C4915A51-F57C-44E7-8BA7-AC5247998430'</mid>
38
+ <parameters>
39
+ <timeout>1</timeout>
40
+ </parameters>
41
+ </parameters>
42
+ <manipulate output="result" language="application/javascript">data.a = 'path 1'</manipulate>
43
+ </call>
44
+ </alternative>
45
+ <otherwise>
46
+ <call id="a6" endpoint="timeout">
47
+ <parameters>
48
+ <label>"C"</label>
49
+ <method>post</method>
50
+ <type>:serviceTask</type>
51
+ <mid>'sid-4F7DC368-C233-43DF-862A-28FC41919D18'</mid>
52
+ <parameters>
53
+ <timeout>1</timeout>
54
+ </parameters>
55
+ </parameters>
56
+ <manipulate output="result" language="application/javascript">data.a = 'path 2'</manipulate>
57
+ </call>
58
+ </otherwise>
59
+ </choose>
60
+ </description>
61
+ </dslx>
62
+ <status>
63
+ <id>0</id>
64
+ <message>undefined</message>
65
+ </status>
66
+ <description>
67
+ <definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC" xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI" xmlns:signavio="http://www.signavio.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" exporter="Signavio Process Editor, http://www.signavio.com" exporterVersion="8.3.1" expressionLanguage="http://www.w3.org/1999/XPath" id="sid-93c4aee0-94da-49d2-8eb4-cd247d00448b" targetNamespace="http://www.signavio.com/bpmn20" typeLanguage="http://www.w3.org/2001/XMLSchema" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL http://www.omg.org/spec/BPMN/2.0/20100501/BPMN20.xsd">
68
+ <itemDefinition id="timeout" structureRef="http://gruppe.wst.univie.ac.at/~mangler/services/timeout.php"/>
69
+ <itemDefinition id="a_value" structureRef="0"/>
70
+ <process id="sid-6f72bcc7-725f-4ff8-bbe0-7a27e82a137a" isClosed="false" isExecutable="true" processType="None">
71
+ <extensionElements>
72
+ <signavio:signavioDiagramMetaData metaKey="revisionid" metaValue="af6701e05669424094b1aaec46d07628"/>
73
+ </extensionElements>
74
+ <property id="sid-1b3c249e-c478-4f21-af91-9e4762654891" itemSubjectRef="timeout">
75
+ <dataState id="sid-756d471a-71c4-47d4-85f5-0d0046627e3b" name="cpee:endpoint"/>
76
+ </property>
77
+ <property id="sid-9044be5c-5d8c-45a8-a283-d4c659333dd0" itemSubjectRef="a_value" name="a">
78
+ <dataState id="sid-ac75109d-3143-49d9-a1fe-0319b6714cee" name="cpee:dataelement"/>
79
+ </property>
80
+ <exclusiveGateway default="sid-7D00A496-E8C3-4DA7-B9B2-54669A78DB9C" gatewayDirection="Diverging" id="sid-13A34C12-BE7A-4B17-A6C9-064F97F5C720" name="">
81
+ <extensionElements>
82
+ <signavio:signavioMetaData metaKey="bgcolor" metaValue="#ffffff"/>
83
+ </extensionElements>
84
+ <incoming>sid-3935C733-7474-479E-904A-3D56A17285E9</incoming>
85
+ <outgoing>sid-7D00A496-E8C3-4DA7-B9B2-54669A78DB9C</outgoing>
86
+ <outgoing>sid-97656D49-9706-4081-8A02-AEF541A7B537</outgoing>
87
+ </exclusiveGateway>
88
+ <endEvent id="sid-A9E292EC-7A6E-477C-9FB7-CBBF0FCEB65A" name="">
89
+ <extensionElements>
90
+ <signavio:signavioMetaData metaKey="bgcolor" metaValue="#ffffff"/>
91
+ </extensionElements>
92
+ <incoming>sid-FBB9E8B7-6B35-431E-80BC-EE30B0DDEE69</incoming>
93
+ </endEvent>
94
+ <startEvent id="sid-2A054430-1FC6-495B-B993-C52D7E8F4C5A" name="">
95
+ <extensionElements>
96
+ <signavio:signavioMetaData metaKey="bgcolor" metaValue="#ffffff"/>
97
+ </extensionElements>
98
+ <outgoing>sid-3935C733-7474-479E-904A-3D56A17285E9</outgoing>
99
+ </startEvent>
100
+ <exclusiveGateway gatewayDirection="Converging" id="sid-CFB2D00B-19A3-457E-9712-40CD1EE3FA27" name="">
101
+ <extensionElements>
102
+ <signavio:signavioMetaData metaKey="bgcolor" metaValue="#ffffff"/>
103
+ </extensionElements>
104
+ <incoming>sid-F2D752A0-82BD-4158-86A4-D4C5B7D5CDA2</incoming>
105
+ <incoming>sid-E954269F-0343-40A2-BD45-1AD55B1D9558</incoming>
106
+ <outgoing>sid-FBB9E8B7-6B35-431E-80BC-EE30B0DDEE69</outgoing>
107
+ </exclusiveGateway>
108
+ <serviceTask completionQuantity="1" id="sid-C4915A51-F57C-44E7-8BA7-AC5247998430" implementation="##unspecified" isForCompensation="false" name="B&#10;" startQuantity="1">
109
+ <extensionElements>
110
+ <signavio:signavioMetaData metaKey="bgcolor" metaValue="#ffffcc"/>
111
+ <signavio:signavioMetaData metaKey="risklevel" metaValue=""/>
112
+ <signavio:signavioMetaData metaKey="externaldocuments" metaValue="[]"/>
113
+ </extensionElements>
114
+ <incoming>sid-97656D49-9706-4081-8A02-AEF541A7B537</incoming>
115
+ <outgoing>sid-F7CAD394-5990-45AA-8304-8EE769B1CDF0</outgoing>
116
+ <ioSpecification id="sid-56ac52fc-5ca8-404a-b37a-409b3a521c4b">
117
+ <dataInput id="sid-0fc94973-473c-4948-9b90-987a983ae99a" itemSubjectRef="1" name="timeout"/>
118
+ <dataOutput id="result" isCollection="true" name="result"/>
119
+ </ioSpecification>
120
+ <property id="sid-f7b57b60-949d-4bfc-8dff-a29ab18a871a" itemSubjectRef="timeout" name="cpee:endpoint"/>
121
+ <property id="sid-69b01071-e715-48c6-97f0-db11f63fb484" itemSubjectRef="post" name="cpee:method"/>
122
+ <dataOutputAssociation id="sid-6f310831-3fd8-4e87-b0ae-18aa818f6989">
123
+ <sourceRef>result</sourceRef>
124
+ <targetRef>sid-981C5F80-0149-432D-AA04-7E1FA437F96E</targetRef>
125
+ </dataOutputAssociation>
126
+ </serviceTask>
127
+ <scriptTask completionQuantity="1" id="sid-981C5F80-0149-432D-AA04-7E1FA437F96E" isForCompensation="false" name="BS" scriptFormat="application/javascript" startQuantity="1">
128
+ <extensionElements>
129
+ <signavio:signavioMetaData metaKey="bgcolor" metaValue="#ffffcc"/>
130
+ <signavio:signavioMetaData metaKey="risklevel" metaValue=""/>
131
+ <signavio:signavioMetaData metaKey="externaldocuments" metaValue="[]"/>
132
+ </extensionElements>
133
+ <incoming>sid-F7CAD394-5990-45AA-8304-8EE769B1CDF0</incoming>
134
+ <outgoing>sid-F2D752A0-82BD-4158-86A4-D4C5B7D5CDA2</outgoing>
135
+ <script>data.a = 'path 1'
136
+ </script>
137
+ </scriptTask>
138
+ <serviceTask completionQuantity="1" id="sid-4F7DC368-C233-43DF-862A-28FC41919D18" implementation="##unspecified" isForCompensation="false" name="C&#10;" startQuantity="1">
139
+ <extensionElements>
140
+ <signavio:signavioMetaData metaKey="bgcolor" metaValue="#ffffcc"/>
141
+ <signavio:signavioMetaData metaKey="risklevel" metaValue=""/>
142
+ <signavio:signavioMetaData metaKey="externaldocuments" metaValue="[]"/>
143
+ </extensionElements>
144
+ <incoming>sid-7D00A496-E8C3-4DA7-B9B2-54669A78DB9C</incoming>
145
+ <outgoing>sid-E3B65666-82F8-4C13-9B6B-BD61518C1BEA</outgoing>
146
+ <ioSpecification id="sid-5859245f-033c-463d-be48-4f15f5af205b">
147
+ <dataInput id="sid-910091ca-7d51-4330-9f0f-00fa6a6d1bd9" itemSubjectRef="1" name="timeout"/>
148
+ <dataOutput id="result" isCollection="true" name="result"/>
149
+ </ioSpecification>
150
+ <property id="sid-b8959599-c53c-491c-b962-17db145dcafc" itemSubjectRef="timeout" name="cpee:endpoint"/>
151
+ <property id="sid-66ebffdd-a6b3-43c1-854c-701af04cff45" itemSubjectRef="post" name="cpee:method"/>
152
+ <dataOutputAssociation id="sid-e172e47a-f94d-4d4e-b94f-f4ff1e81f3ac">
153
+ <sourceRef>result</sourceRef>
154
+ <targetRef>sid-0DEA608C-DF12-496F-B609-E2B530C1748A</targetRef>
155
+ </dataOutputAssociation>
156
+ </serviceTask>
157
+ <scriptTask completionQuantity="1" id="sid-0DEA608C-DF12-496F-B609-E2B530C1748A" isForCompensation="false" name="CS" scriptFormat="application/javascript" startQuantity="1">
158
+ <extensionElements>
159
+ <signavio:signavioMetaData metaKey="bgcolor" metaValue="#ffffcc"/>
160
+ <signavio:signavioMetaData metaKey="risklevel" metaValue=""/>
161
+ <signavio:signavioMetaData metaKey="externaldocuments" metaValue="[]"/>
162
+ </extensionElements>
163
+ <incoming>sid-E3B65666-82F8-4C13-9B6B-BD61518C1BEA</incoming>
164
+ <outgoing>sid-E954269F-0343-40A2-BD45-1AD55B1D9558</outgoing>
165
+ <script>data.a = 'path 2'
166
+ </script>
167
+ </scriptTask>
168
+ <sequenceFlow id="sid-FBB9E8B7-6B35-431E-80BC-EE30B0DDEE69" name="" sourceRef="sid-CFB2D00B-19A3-457E-9712-40CD1EE3FA27" targetRef="sid-A9E292EC-7A6E-477C-9FB7-CBBF0FCEB65A"/>
169
+ <sequenceFlow id="sid-3935C733-7474-479E-904A-3D56A17285E9" name="" sourceRef="sid-2A054430-1FC6-495B-B993-C52D7E8F4C5A" targetRef="sid-13A34C12-BE7A-4B17-A6C9-064F97F5C720"/>
170
+ <sequenceFlow id="sid-F7CAD394-5990-45AA-8304-8EE769B1CDF0" name="" sourceRef="sid-C4915A51-F57C-44E7-8BA7-AC5247998430" targetRef="sid-981C5F80-0149-432D-AA04-7E1FA437F96E"/>
171
+ <sequenceFlow id="sid-E3B65666-82F8-4C13-9B6B-BD61518C1BEA" name="" sourceRef="sid-4F7DC368-C233-43DF-862A-28FC41919D18" targetRef="sid-0DEA608C-DF12-496F-B609-E2B530C1748A"/>
172
+ <sequenceFlow id="sid-F2D752A0-82BD-4158-86A4-D4C5B7D5CDA2" name="" sourceRef="sid-981C5F80-0149-432D-AA04-7E1FA437F96E" targetRef="sid-CFB2D00B-19A3-457E-9712-40CD1EE3FA27"/>
173
+ <sequenceFlow id="sid-E954269F-0343-40A2-BD45-1AD55B1D9558" name="" sourceRef="sid-0DEA608C-DF12-496F-B609-E2B530C1748A" targetRef="sid-CFB2D00B-19A3-457E-9712-40CD1EE3FA27"/>
174
+ <sequenceFlow id="sid-7D00A496-E8C3-4DA7-B9B2-54669A78DB9C" name="" sourceRef="sid-13A34C12-BE7A-4B17-A6C9-064F97F5C720" targetRef="sid-4F7DC368-C233-43DF-862A-28FC41919D18"/>
175
+ <sequenceFlow id="sid-97656D49-9706-4081-8A02-AEF541A7B537" name="" sourceRef="sid-13A34C12-BE7A-4B17-A6C9-064F97F5C720" targetRef="sid-C4915A51-F57C-44E7-8BA7-AC5247998430">
176
+ <conditionExpression id="sid-d568f4ab-b5cb-4a4d-b341-1aa9aefb172c" xsi:type="tFormalExpression">data.a &lt; 3</conditionExpression>
177
+ </sequenceFlow>
178
+ </process>
179
+ <bpmndi:BPMNDiagram id="sid-8e59dc0a-e3cf-40b3-a754-482969fff982">
180
+ <bpmndi:BPMNPlane bpmnElement="sid-6f72bcc7-725f-4ff8-bbe0-7a27e82a137a" id="sid-235eb5cb-7448-41dd-854b-23a6ed106c99">
181
+ <bpmndi:BPMNShape bpmnElement="sid-13A34C12-BE7A-4B17-A6C9-064F97F5C720" id="sid-13A34C12-BE7A-4B17-A6C9-064F97F5C720_gui" isMarkerVisible="true">
182
+ <omgdc:Bounds height="40.0" width="40.0" x="165.0" y="95.0"/>
183
+ </bpmndi:BPMNShape>
184
+ <bpmndi:BPMNShape bpmnElement="sid-A9E292EC-7A6E-477C-9FB7-CBBF0FCEB65A" id="sid-A9E292EC-7A6E-477C-9FB7-CBBF0FCEB65A_gui">
185
+ <omgdc:Bounds height="28.0" width="28.0" x="595.0" y="101.0"/>
186
+ </bpmndi:BPMNShape>
187
+ <bpmndi:BPMNShape bpmnElement="sid-2A054430-1FC6-495B-B993-C52D7E8F4C5A" id="sid-2A054430-1FC6-495B-B993-C52D7E8F4C5A_gui">
188
+ <omgdc:Bounds height="30.0" width="30.0" x="90.0" y="100.0"/>
189
+ </bpmndi:BPMNShape>
190
+ <bpmndi:BPMNShape bpmnElement="sid-CFB2D00B-19A3-457E-9712-40CD1EE3FA27" id="sid-CFB2D00B-19A3-457E-9712-40CD1EE3FA27_gui" isMarkerVisible="true">
191
+ <omgdc:Bounds height="40.0" width="40.0" x="510.0" y="95.0"/>
192
+ </bpmndi:BPMNShape>
193
+ <bpmndi:BPMNShape bpmnElement="sid-C4915A51-F57C-44E7-8BA7-AC5247998430" id="sid-C4915A51-F57C-44E7-8BA7-AC5247998430_gui">
194
+ <omgdc:Bounds height="80.0" width="100.0" x="220.0" y="15.0"/>
195
+ <bpmndi:BPMNLabel labelStyle="sid-fdf462fc-7b02-4ced-8851-32ed1b3a6a44">
196
+ <omgdc:Bounds height="12.0" width="8.571426391601562" x="265.7142868041992" y="47.0"/>
197
+ </bpmndi:BPMNLabel>
198
+ </bpmndi:BPMNShape>
199
+ <bpmndi:BPMNShape bpmnElement="sid-981C5F80-0149-432D-AA04-7E1FA437F96E" id="sid-981C5F80-0149-432D-AA04-7E1FA437F96E_gui">
200
+ <omgdc:Bounds height="80.0" width="100.0" x="365.0" y="15.0"/>
201
+ <bpmndi:BPMNLabel labelStyle="sid-fdf462fc-7b02-4ced-8851-32ed1b3a6a44">
202
+ <omgdc:Bounds height="12.0" width="17.142852783203125" x="406.42857360839844" y="47.0"/>
203
+ </bpmndi:BPMNLabel>
204
+ </bpmndi:BPMNShape>
205
+ <bpmndi:BPMNShape bpmnElement="sid-4F7DC368-C233-43DF-862A-28FC41919D18" id="sid-4F7DC368-C233-43DF-862A-28FC41919D18_gui">
206
+ <omgdc:Bounds height="80.0" width="100.0" x="220.0" y="140.0"/>
207
+ <bpmndi:BPMNLabel labelStyle="sid-fdf462fc-7b02-4ced-8851-32ed1b3a6a44">
208
+ <omgdc:Bounds height="12.0" width="8.571426391601562" x="265.7142868041992" y="172.0"/>
209
+ </bpmndi:BPMNLabel>
210
+ </bpmndi:BPMNShape>
211
+ <bpmndi:BPMNShape bpmnElement="sid-0DEA608C-DF12-496F-B609-E2B530C1748A" id="sid-0DEA608C-DF12-496F-B609-E2B530C1748A_gui">
212
+ <omgdc:Bounds height="80.0" width="100.0" x="365.0" y="140.0"/>
213
+ <bpmndi:BPMNLabel labelStyle="sid-fdf462fc-7b02-4ced-8851-32ed1b3a6a44">
214
+ <omgdc:Bounds height="12.0" width="17.142852783203125" x="406.42857360839844" y="172.0"/>
215
+ </bpmndi:BPMNLabel>
216
+ </bpmndi:BPMNShape>
217
+ <bpmndi:BPMNEdge bpmnElement="sid-F7CAD394-5990-45AA-8304-8EE769B1CDF0" id="sid-F7CAD394-5990-45AA-8304-8EE769B1CDF0_gui">
218
+ <omgdi:waypoint x="320.0" y="55.0"/>
219
+ <omgdi:waypoint x="365.0" y="55.0"/>
220
+ </bpmndi:BPMNEdge>
221
+ <bpmndi:BPMNEdge bpmnElement="sid-E3B65666-82F8-4C13-9B6B-BD61518C1BEA" id="sid-E3B65666-82F8-4C13-9B6B-BD61518C1BEA_gui">
222
+ <omgdi:waypoint x="320.0" y="180.0"/>
223
+ <omgdi:waypoint x="365.0" y="180.0"/>
224
+ </bpmndi:BPMNEdge>
225
+ <bpmndi:BPMNEdge bpmnElement="sid-E954269F-0343-40A2-BD45-1AD55B1D9558" id="sid-E954269F-0343-40A2-BD45-1AD55B1D9558_gui">
226
+ <omgdi:waypoint x="465.0" y="180.0"/>
227
+ <omgdi:waypoint x="530.5" y="180.0"/>
228
+ <omgdi:waypoint x="530.5" y="135.0"/>
229
+ </bpmndi:BPMNEdge>
230
+ <bpmndi:BPMNEdge bpmnElement="sid-FBB9E8B7-6B35-431E-80BC-EE30B0DDEE69" id="sid-FBB9E8B7-6B35-431E-80BC-EE30B0DDEE69_gui">
231
+ <omgdi:waypoint x="550.0" y="115.37579617834395"/>
232
+ <omgdi:waypoint x="595.0" y="115.08917197452229"/>
233
+ </bpmndi:BPMNEdge>
234
+ <bpmndi:BPMNEdge bpmnElement="sid-3935C733-7474-479E-904A-3D56A17285E9" id="sid-3935C733-7474-479E-904A-3D56A17285E9_gui">
235
+ <omgdi:waypoint x="120.0" y="115.0"/>
236
+ <omgdi:waypoint x="165.0" y="115.0"/>
237
+ </bpmndi:BPMNEdge>
238
+ <bpmndi:BPMNEdge bpmnElement="sid-7D00A496-E8C3-4DA7-B9B2-54669A78DB9C" id="sid-7D00A496-E8C3-4DA7-B9B2-54669A78DB9C_gui">
239
+ <omgdi:waypoint x="185.5" y="135.0"/>
240
+ <omgdi:waypoint x="185.5" y="180.0"/>
241
+ <omgdi:waypoint x="220.0" y="180.0"/>
242
+ </bpmndi:BPMNEdge>
243
+ <bpmndi:BPMNEdge bpmnElement="sid-97656D49-9706-4081-8A02-AEF541A7B537" id="sid-97656D49-9706-4081-8A02-AEF541A7B537_gui">
244
+ <omgdi:waypoint x="185.5" y="95.0"/>
245
+ <omgdi:waypoint x="185.5" y="55.0"/>
246
+ <omgdi:waypoint x="220.0" y="55.0"/>
247
+ </bpmndi:BPMNEdge>
248
+ <bpmndi:BPMNEdge bpmnElement="sid-F2D752A0-82BD-4158-86A4-D4C5B7D5CDA2" id="sid-F2D752A0-82BD-4158-86A4-D4C5B7D5CDA2_gui">
249
+ <omgdi:waypoint x="465.0" y="55.0"/>
250
+ <omgdi:waypoint x="530.5" y="55.0"/>
251
+ <omgdi:waypoint x="530.5" y="95.0"/>
252
+ </bpmndi:BPMNEdge>
253
+ </bpmndi:BPMNPlane>
254
+ <bpmndi:BPMNLabelStyle id="sid-fdf462fc-7b02-4ced-8851-32ed1b3a6a44">
255
+ <omgdc:Font isBold="false" isItalic="false" isStrikeThrough="false" isUnderline="false" name="Arial" size="12.0"/>
256
+ </bpmndi:BPMNLabelStyle>
257
+ </bpmndi:BPMNDiagram>
258
+ </definitions>
259
+ </description>
260
+ <transformation>
261
+ <description type="rest">http://localhost:9295/bpmn2/</description>
262
+ <dataelements type="rest">http://localhost:9295/bpmn2/</dataelements>
263
+ <endpoints type="rest">http://localhost:9295/bpmn2/</endpoints>
264
+ </transformation>
265
+ </properties>