cpee 1.3.164 → 1.3.166
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.
- checksums.yaml +4 -4
- data/cockpit/css/ui.css +5 -12
- data/cockpit/index.html +4 -4
- data/cockpit/js/instance.js +34 -14
- data/cockpit/js/wfadaptor.cpee.js +5 -5
- data/cockpit/testsets/CPEE.xml +16 -0
- data/cockpit/testsets/{Signavio Model Base.xml → Signavio.xml} +0 -0
- data/cockpit/testsets/{index.xml → testsets.xml} +0 -0
- data/cockpit/testsets/transformations.xml +4 -0
- data/cpee.gemspec +1 -1
- data/lib/cpee/processtransformation/bpmn2.rb +12 -14
- data/lib/cpee/processtransformation/cpee.rb +3 -22
- data/lib/cpee/processtransformation/structures.rb +27 -41
- data/lib/cpee/processtransformation/target.rb +48 -0
- data/server/instances/13/notifications/4ff0cde5161c44dae49b263cbc12eaf8/consumer-secret +1 -0
- data/server/instances/13/notifications/4ff0cde5161c44dae49b263cbc12eaf8/producer-secret +1 -0
- data/server/instances/13/notifications/4ff0cde5161c44dae49b263cbc12eaf8/subscription.xml +23 -0
- data/server/instances/13/properties.xml +146 -0
- data/server/instances/14/properties.xml +332 -0
- data/server/instances/15/notifications/a73954a6728b0f086d1ea50245027fbf/consumer-secret +1 -0
- data/server/instances/15/notifications/a73954a6728b0f086d1ea50245027fbf/producer-secret +1 -0
- data/server/instances/{12/notifications/b0a0abbb8ad6fb81c579c4e97829d681 → 15/notifications/a73954a6728b0f086d1ea50245027fbf}/subscription.xml +3 -0
- data/server/instances/15/properties.xml +330 -0
- data/server/resources/transformation_dslx.xsl +3 -3
- metadata +16 -7
- data/server/instances/12/notifications/b0a0abbb8ad6fb81c579c4e97829d681/consumer-secret +0 -1
- data/server/instances/12/notifications/b0a0abbb8ad6fb81c579c4e97829d681/producer-secret +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
ce027063c7a1426a67d52ce4664dd43a
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
59e477a52a56a656df5d2eafc7c07b22
|
|
@@ -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 => "Schadenmeldung registrieren", :method => :get, :parameters => nil }, <<-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 => "Schadenmeldung klassifizieren", :method => :post, :parameters => {:name => data.name} }, <<-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 => "Versicherungssumme ermitteln", :method => :post, :parameters => {:schadengroesse => data.schadensumme} }, <<-end
|
|
45
|
+
data.versicherungssumme=result['versicherungssumme']
|
|
46
|
+
end
|
|
47
|
+
end
|
|
48
|
+
parallel_branch do
|
|
49
|
+
call :a4, :d, { :label => "Garage kontaktieren", :method => :post, :parameters => {:garage => data.garage, :email => data.email, :name => data.name} }
|
|
50
|
+
end
|
|
51
|
+
end
|
|
52
|
+
end
|
|
53
|
+
otherwise do
|
|
54
|
+
call :a5, :c, { :label => "Versicherungssumme ermitteln", :method => :post, :parameters => {:schadengroesse => data.schadensumme} }, <<-end
|
|
55
|
+
data.versicherungssumme=result['versicherungssumme']
|
|
56
|
+
end
|
|
57
|
+
call :a6, :e, { :label => "Versicherungshistorie ermitteln", :method => :post, :parameters => {:schaden => data.schaden} }, <<-end
|
|
58
|
+
data.historie=result['text']
|
|
59
|
+
end
|
|
60
|
+
call :a7, :d, { :label => "Garage kontaktieren", :method => :post, :parameters => {:garage => data.garage, :name => data.name, :email => data.email} }
|
|
61
|
+
end
|
|
62
|
+
end
|
|
63
|
+
call :a8, :f, { :label => "Entscheidung treffen", :method => :get, :parameters => nil }, <<-end
|
|
64
|
+
data.entscheidung=result['ok']
|
|
65
|
+
end
|
|
66
|
+
choose :exclusive do
|
|
67
|
+
alternative "entscheidung='OK'" do
|
|
68
|
+
call :a10, :timeout, { :label => "Zahlen", :method => :post, :parameters => {:timeout => 3} }
|
|
69
|
+
end
|
|
70
|
+
otherwise do
|
|
71
|
+
end
|
|
72
|
+
end
|
|
73
|
+
call :a9, :g, { :label => "Entscheidung mitteilen", :method => :post, :parameters => {:name => data.name, :email => data.email, :body => 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>
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
</xsl:otherwise>
|
|
121
121
|
</xsl:choose>
|
|
122
122
|
</xsl:if>
|
|
123
|
-
<xsl:for-each select="@*[not(name()='language' or name()='pre_test' or name()='post_test')]">
|
|
123
|
+
<xsl:for-each select="@*[not(name()='language' or name()='pre_test' or name()='post_test' or name()='svg-label')]">
|
|
124
124
|
<xsl:text>, :</xsl:text>
|
|
125
125
|
<xsl:value-of select="name(.)"/>
|
|
126
126
|
<xsl:text> => "</xsl:text>
|
|
@@ -218,7 +218,7 @@
|
|
|
218
218
|
<xsl:text>"</xsl:text>
|
|
219
219
|
</xsl:otherwise>
|
|
220
220
|
</xsl:choose>
|
|
221
|
-
<xsl:for-each select="@*[not(name()='language' or name()='condition')]">
|
|
221
|
+
<xsl:for-each select="@*[not(name()='language' or name()='condition' or name()='svg-label')]">
|
|
222
222
|
<xsl:text>, :</xsl:text>
|
|
223
223
|
<xsl:value-of select="name(.)"/>
|
|
224
224
|
<xsl:text> => "</xsl:text>
|
|
@@ -250,7 +250,7 @@
|
|
|
250
250
|
</xsl:with-param>
|
|
251
251
|
</xsl:call-template>
|
|
252
252
|
<xsl:text>otherwise </xsl:text>
|
|
253
|
-
<xsl:for-each select="@*[not(name()='language' or name()='condition')]">
|
|
253
|
+
<xsl:for-each select="@*[not(name()='language' or name()='condition' or name()='svg-label')]">
|
|
254
254
|
<xsl:if test="position() >1">, </xsl:if>
|
|
255
255
|
<xsl:text>:</xsl:text>
|
|
256
256
|
<xsl:value-of select="name(.)"/>
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cpee
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.166
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Juergen eTM Mangler
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2014-
|
|
13
|
+
date: 2014-11-30 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: riddl
|
|
@@ -116,6 +116,7 @@ files:
|
|
|
116
116
|
- cockpit/lib/wfadaptor-doc/index.html
|
|
117
117
|
- cockpit/lib/wfadaptor.css
|
|
118
118
|
- cockpit/lib/wfadaptor.js
|
|
119
|
+
- cockpit/testsets/CPEE.xml
|
|
119
120
|
- cockpit/testsets/Concurrent.xml
|
|
120
121
|
- cockpit/testsets/Coopis Testset.xml
|
|
121
122
|
- cockpit/testsets/Endpoints and Data Manipulation.xml
|
|
@@ -124,14 +125,15 @@ files:
|
|
|
124
125
|
- cockpit/testsets/Mangler 1.xml
|
|
125
126
|
- cockpit/testsets/Mangler 2.xml
|
|
126
127
|
- cockpit/testsets/SOPROMO Test Sonification.xml
|
|
127
|
-
- cockpit/testsets/Signavio
|
|
128
|
+
- cockpit/testsets/Signavio.xml
|
|
128
129
|
- cockpit/testsets/Syncing P34 1.xml
|
|
129
130
|
- cockpit/testsets/Syncing P34 2.xml
|
|
130
131
|
- cockpit/testsets/Syncing P34 3.xml
|
|
131
132
|
- cockpit/testsets/Syncing P34.xml
|
|
132
133
|
- cockpit/testsets/TEST - Bad Loop.xml
|
|
133
134
|
- cockpit/testsets/TEST - Wrong Positions.xml
|
|
134
|
-
- cockpit/testsets/
|
|
135
|
+
- cockpit/testsets/testsets.xml
|
|
136
|
+
- cockpit/testsets/transformations.xml
|
|
135
137
|
- contrib/Screenshot at 2011-09-28 02:38:11.png
|
|
136
138
|
- contrib/logo2-small.png
|
|
137
139
|
- contrib/logo2.png
|
|
@@ -158,6 +160,7 @@ files:
|
|
|
158
160
|
- lib/cpee/processtransformation/bpmn2.rb
|
|
159
161
|
- lib/cpee/processtransformation/cpee.rb
|
|
160
162
|
- lib/cpee/processtransformation/structures.rb
|
|
163
|
+
- lib/cpee/processtransformation/target.rb
|
|
161
164
|
- lib/engine.xml
|
|
162
165
|
- lib/engine/callbacks.rng
|
|
163
166
|
- lib/engine/instance-info.rng
|
|
@@ -170,10 +173,16 @@ files:
|
|
|
170
173
|
- server/instances/12/notifications/8d7f2ae546a742fce3a0a488266ea51d/consumer-secret
|
|
171
174
|
- server/instances/12/notifications/8d7f2ae546a742fce3a0a488266ea51d/producer-secret
|
|
172
175
|
- server/instances/12/notifications/8d7f2ae546a742fce3a0a488266ea51d/subscription.xml
|
|
173
|
-
- server/instances/12/notifications/b0a0abbb8ad6fb81c579c4e97829d681/consumer-secret
|
|
174
|
-
- server/instances/12/notifications/b0a0abbb8ad6fb81c579c4e97829d681/producer-secret
|
|
175
|
-
- server/instances/12/notifications/b0a0abbb8ad6fb81c579c4e97829d681/subscription.xml
|
|
176
176
|
- server/instances/12/properties.xml
|
|
177
|
+
- server/instances/13/notifications/4ff0cde5161c44dae49b263cbc12eaf8/consumer-secret
|
|
178
|
+
- server/instances/13/notifications/4ff0cde5161c44dae49b263cbc12eaf8/producer-secret
|
|
179
|
+
- server/instances/13/notifications/4ff0cde5161c44dae49b263cbc12eaf8/subscription.xml
|
|
180
|
+
- server/instances/13/properties.xml
|
|
181
|
+
- server/instances/14/properties.xml
|
|
182
|
+
- server/instances/15/notifications/a73954a6728b0f086d1ea50245027fbf/consumer-secret
|
|
183
|
+
- server/instances/15/notifications/a73954a6728b0f086d1ea50245027fbf/producer-secret
|
|
184
|
+
- server/instances/15/notifications/a73954a6728b0f086d1ea50245027fbf/subscription.xml
|
|
185
|
+
- server/instances/15/properties.xml
|
|
177
186
|
- server/instances/2/properties.xml
|
|
178
187
|
- server/instances/3/properties.xml
|
|
179
188
|
- server/instances/4/properties.xml
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
900b471249f73835a3ddfdbc7cacc51c
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
35b6fc016b6a4e56ae4aac2d5d2157fe
|