cpee 1.3.204 → 1.3.205

Sign up to get free protection for your applications and to get access to all the features.
Files changed (35) hide show
  1. checksums.yaml +4 -4
  2. data/cockpit/css/ui.css +9 -5
  3. data/cockpit/css/wfadaptor.css +13 -1
  4. data/cockpit/js/instance.js +26 -17
  5. data/cockpit/testsets/Concurrent.xml +19 -17
  6. data/cockpit/testsets/Lego Crane.xml +2 -2
  7. data/cockpit/testsets/Worklist Parallel.xml +17 -17
  8. data/cockpit/testsets/Worklist Test CPEE.xml +4 -4
  9. data/cockpit/testsets/Worklist Test.xml +5 -5
  10. data/cockpit/testsets/Worklist Test2.xml +4 -4
  11. data/cockpit/themes/default/symbols/callcorrelationreceive.svg +6 -0
  12. data/cockpit/themes/default/symbols/callcorrelationsend.svg +6 -0
  13. data/cockpit/themes/default/symbols/callinstantiation.svg +3 -0
  14. data/cockpit/themes/default/symbols/callmanipulateworklist.svg +6 -0
  15. data/cockpit/themes/default/symbols/callworklist.svg +4 -0
  16. data/cockpit/themes/default/theme.js +45 -3
  17. data/cpee.gemspec +1 -1
  18. data/lib/cpee/implementation.rb +7 -2
  19. data/log/server.rb +71 -65
  20. data/server/instances/20/properties.xml +68 -0
  21. data/server/instances/21/properties.xml +118 -0
  22. data/server/instances/22/properties.xml +525 -0
  23. data/server/instances/23/properties.xml +65 -0
  24. data/server/instances/24/properties.xml +65 -0
  25. data/server/instances/25/properties.xml +65 -0
  26. data/server/instances/26/properties.xml +65 -0
  27. data/server/instances/27/properties.xml +65 -0
  28. data/server/instances/28/properties.xml +65 -0
  29. data/server/instances/29/properties.xml +67 -0
  30. data/server/instances/30/notifications/f7afc30fd195bc06ac100a9b848c5da3/consumer-secret +1 -0
  31. data/server/instances/30/notifications/f7afc30fd195bc06ac100a9b848c5da3/producer-secret +1 -0
  32. data/server/instances/30/notifications/f7afc30fd195bc06ac100a9b848c5da3/subscription.xml +42 -0
  33. data/server/instances/30/properties.xml +65 -0
  34. metadata +21 -3
  35. data/server/weel.rb +0 -1
@@ -0,0 +1,65 @@
1
+ <properties xmlns="http://riddl.org/ns/common-patterns/properties/1.0">
2
+ <attributes>
3
+ <uuid>abca5ca3-db00-4eee-a8d0-aad7866e3f04</uuid>
4
+ <info>decisiontest</info>
5
+ <modeltype>CPEE</modeltype>
6
+ <theme>default</theme>
7
+ </attributes>
8
+ <state>finished</state>
9
+ <handlerwrapper>DefaultHandlerWrapper</handlerwrapper>
10
+ <positions/>
11
+ <dataelements>
12
+ <amount>2</amount>
13
+ </dataelements>
14
+ <endpoints>
15
+ <timeout>http://gruppe.wst.univie.ac.at/~mangler/services/timeout.php</timeout>
16
+ </endpoints>
17
+ <dsl>choose :exclusive do
18
+ alternative "data.amount &lt; 20" do
19
+ manipulate :a1, &lt;&lt;-END
20
+ data.amount += 12
21
+ END
22
+ end
23
+ alternative "data.amount &gt;= 20" do
24
+ manipulate :a2, &lt;&lt;-END
25
+ data.amount = 2
26
+ END
27
+ end
28
+ end
29
+ </dsl>
30
+ <dslx>
31
+ <description xmlns="http://cpee.org/ns/description/1.0">
32
+ <choose mode="exclusive">
33
+ <alternative condition="data.amount &lt; 20">
34
+ <manipulate id="a1">data.amount += 12</manipulate>
35
+ </alternative>
36
+ <alternative condition="data.amount &gt;= 20">
37
+ <manipulate id="a2">data.amount = 2</manipulate>
38
+ </alternative>
39
+ <otherwise/>
40
+ </choose>
41
+ </description>
42
+ </dslx>
43
+ <status>
44
+ <id>0</id>
45
+ <message>undefined</message>
46
+ </status>
47
+ <description>
48
+ <description xmlns="http://cpee.org/ns/description/1.0">
49
+ <choose mode="exclusive">
50
+ <alternative condition="data.amount &lt; 20">
51
+ <manipulate id="a1">data.amount += 12</manipulate>
52
+ </alternative>
53
+ <alternative condition="data.amount &gt;= 20">
54
+ <manipulate id="a2">data.amount = 2</manipulate>
55
+ </alternative>
56
+ <otherwise/>
57
+ </choose>
58
+ </description>
59
+ </description>
60
+ <transformation>
61
+ <description type="copy"/>
62
+ <dataelements type="none"/>
63
+ <endpoints type="none"/>
64
+ </transformation>
65
+ </properties>
@@ -0,0 +1,65 @@
1
+ <properties xmlns="http://riddl.org/ns/common-patterns/properties/1.0">
2
+ <attributes>
3
+ <uuid>af6f43d6-121e-48b8-a8bc-8f201c214841</uuid>
4
+ <info>decisiontest</info>
5
+ <modeltype>CPEE</modeltype>
6
+ <theme>default</theme>
7
+ </attributes>
8
+ <state>finished</state>
9
+ <handlerwrapper>DefaultHandlerWrapper</handlerwrapper>
10
+ <positions/>
11
+ <dataelements>
12
+ <amount>2</amount>
13
+ </dataelements>
14
+ <endpoints>
15
+ <timeout>http://gruppe.wst.univie.ac.at/~mangler/services/timeout.php</timeout>
16
+ </endpoints>
17
+ <dsl>choose :exclusive do
18
+ alternative "data.amount &lt; 20" do
19
+ manipulate :a1, &lt;&lt;-END
20
+ data.amount += 12
21
+ END
22
+ end
23
+ alternative "data.amount &gt;= 20" do
24
+ manipulate :a2, &lt;&lt;-END
25
+ data.amount = 2
26
+ END
27
+ end
28
+ end
29
+ </dsl>
30
+ <dslx>
31
+ <description xmlns="http://cpee.org/ns/description/1.0">
32
+ <choose mode="exclusive">
33
+ <alternative condition="data.amount &lt; 20">
34
+ <manipulate id="a1">data.amount += 12</manipulate>
35
+ </alternative>
36
+ <alternative condition="data.amount &gt;= 20">
37
+ <manipulate id="a2">data.amount = 2</manipulate>
38
+ </alternative>
39
+ <otherwise/>
40
+ </choose>
41
+ </description>
42
+ </dslx>
43
+ <status>
44
+ <id>0</id>
45
+ <message>undefined</message>
46
+ </status>
47
+ <description>
48
+ <description xmlns="http://cpee.org/ns/description/1.0">
49
+ <choose mode="exclusive">
50
+ <alternative condition="data.amount &lt; 20">
51
+ <manipulate id="a1">data.amount += 12</manipulate>
52
+ </alternative>
53
+ <alternative condition="data.amount &gt;= 20">
54
+ <manipulate id="a2">data.amount = 2</manipulate>
55
+ </alternative>
56
+ <otherwise/>
57
+ </choose>
58
+ </description>
59
+ </description>
60
+ <transformation>
61
+ <description type="copy"/>
62
+ <dataelements type="none"/>
63
+ <endpoints type="none"/>
64
+ </transformation>
65
+ </properties>
@@ -0,0 +1,65 @@
1
+ <properties xmlns="http://riddl.org/ns/common-patterns/properties/1.0">
2
+ <attributes>
3
+ <uuid>9fac6eab-6b36-4531-8400-c581d0c29a85</uuid>
4
+ <info>decisiontest</info>
5
+ <modeltype>CPEE</modeltype>
6
+ <theme>default</theme>
7
+ </attributes>
8
+ <state>finished</state>
9
+ <handlerwrapper>DefaultHandlerWrapper</handlerwrapper>
10
+ <positions/>
11
+ <dataelements>
12
+ <amount>2</amount>
13
+ </dataelements>
14
+ <endpoints>
15
+ <timeout>http://gruppe.wst.univie.ac.at/~mangler/services/timeout.php</timeout>
16
+ </endpoints>
17
+ <dsl>choose :exclusive do
18
+ alternative "data.amount &lt; 20" do
19
+ manipulate :a1, &lt;&lt;-END
20
+ data.amount += 12
21
+ END
22
+ end
23
+ alternative "data.amount &gt;= 20" do
24
+ manipulate :a2, &lt;&lt;-END
25
+ data.amount = 2
26
+ END
27
+ end
28
+ end
29
+ </dsl>
30
+ <dslx>
31
+ <description xmlns="http://cpee.org/ns/description/1.0">
32
+ <choose mode="exclusive">
33
+ <alternative condition="data.amount &lt; 20">
34
+ <manipulate id="a1">data.amount += 12</manipulate>
35
+ </alternative>
36
+ <alternative condition="data.amount &gt;= 20">
37
+ <manipulate id="a2">data.amount = 2</manipulate>
38
+ </alternative>
39
+ <otherwise/>
40
+ </choose>
41
+ </description>
42
+ </dslx>
43
+ <status>
44
+ <id>0</id>
45
+ <message>undefined</message>
46
+ </status>
47
+ <description>
48
+ <description xmlns="http://cpee.org/ns/description/1.0">
49
+ <choose mode="exclusive">
50
+ <alternative condition="data.amount &lt; 20">
51
+ <manipulate id="a1">data.amount += 12</manipulate>
52
+ </alternative>
53
+ <alternative condition="data.amount &gt;= 20">
54
+ <manipulate id="a2">data.amount = 2</manipulate>
55
+ </alternative>
56
+ <otherwise/>
57
+ </choose>
58
+ </description>
59
+ </description>
60
+ <transformation>
61
+ <description type="copy"/>
62
+ <dataelements type="none"/>
63
+ <endpoints type="none"/>
64
+ </transformation>
65
+ </properties>
@@ -0,0 +1,65 @@
1
+ <properties xmlns="http://riddl.org/ns/common-patterns/properties/1.0">
2
+ <attributes>
3
+ <uuid>1d42a838-ce2c-45a4-9c6e-ddb246ef8bc5</uuid>
4
+ <info>decisiontest</info>
5
+ <modeltype>CPEE</modeltype>
6
+ <theme>default</theme>
7
+ </attributes>
8
+ <state>finished</state>
9
+ <handlerwrapper>DefaultHandlerWrapper</handlerwrapper>
10
+ <positions/>
11
+ <dataelements>
12
+ <amount>2</amount>
13
+ </dataelements>
14
+ <endpoints>
15
+ <timeout>http://gruppe.wst.univie.ac.at/~mangler/services/timeout.php</timeout>
16
+ </endpoints>
17
+ <dsl>choose :exclusive do
18
+ alternative "data.amount &lt; 20" do
19
+ manipulate :a1, &lt;&lt;-END
20
+ data.amount += 12
21
+ END
22
+ end
23
+ alternative "data.amount &gt;= 20" do
24
+ manipulate :a2, &lt;&lt;-END
25
+ data.amount = 2
26
+ END
27
+ end
28
+ end
29
+ </dsl>
30
+ <dslx>
31
+ <description xmlns="http://cpee.org/ns/description/1.0">
32
+ <choose mode="exclusive">
33
+ <alternative condition="data.amount &lt; 20">
34
+ <manipulate id="a1">data.amount += 12</manipulate>
35
+ </alternative>
36
+ <alternative condition="data.amount &gt;= 20">
37
+ <manipulate id="a2">data.amount = 2</manipulate>
38
+ </alternative>
39
+ <otherwise/>
40
+ </choose>
41
+ </description>
42
+ </dslx>
43
+ <status>
44
+ <id>0</id>
45
+ <message>undefined</message>
46
+ </status>
47
+ <description>
48
+ <description xmlns="http://cpee.org/ns/description/1.0">
49
+ <choose mode="exclusive">
50
+ <alternative condition="data.amount &lt; 20">
51
+ <manipulate id="a1">data.amount += 12</manipulate>
52
+ </alternative>
53
+ <alternative condition="data.amount &gt;= 20">
54
+ <manipulate id="a2">data.amount = 2</manipulate>
55
+ </alternative>
56
+ <otherwise/>
57
+ </choose>
58
+ </description>
59
+ </description>
60
+ <transformation>
61
+ <description type="copy"/>
62
+ <dataelements type="none"/>
63
+ <endpoints type="none"/>
64
+ </transformation>
65
+ </properties>
@@ -0,0 +1,65 @@
1
+ <properties xmlns="http://riddl.org/ns/common-patterns/properties/1.0">
2
+ <attributes>
3
+ <uuid>50cdae2a-1a8a-4a3c-9bdf-ab06cf41608f</uuid>
4
+ <info>decisiontest</info>
5
+ <modeltype>CPEE</modeltype>
6
+ <theme>default</theme>
7
+ </attributes>
8
+ <state>finished</state>
9
+ <handlerwrapper>DefaultHandlerWrapper</handlerwrapper>
10
+ <positions/>
11
+ <dataelements>
12
+ <amount>2</amount>
13
+ </dataelements>
14
+ <endpoints>
15
+ <timeout>http://gruppe.wst.univie.ac.at/~mangler/services/timeout.php</timeout>
16
+ </endpoints>
17
+ <dsl>choose :exclusive do
18
+ alternative "data.amount &lt; 20" do
19
+ manipulate :a1, &lt;&lt;-END
20
+ data.amount += 12
21
+ END
22
+ end
23
+ alternative "data.amount &gt;= 20" do
24
+ manipulate :a2, &lt;&lt;-END
25
+ data.amount = 2
26
+ END
27
+ end
28
+ end
29
+ </dsl>
30
+ <dslx>
31
+ <description xmlns="http://cpee.org/ns/description/1.0">
32
+ <choose mode="exclusive">
33
+ <alternative condition="data.amount &lt; 20">
34
+ <manipulate id="a1">data.amount += 12</manipulate>
35
+ </alternative>
36
+ <alternative condition="data.amount &gt;= 20">
37
+ <manipulate id="a2">data.amount = 2</manipulate>
38
+ </alternative>
39
+ <otherwise/>
40
+ </choose>
41
+ </description>
42
+ </dslx>
43
+ <status>
44
+ <id>0</id>
45
+ <message>undefined</message>
46
+ </status>
47
+ <description>
48
+ <description xmlns="http://cpee.org/ns/description/1.0">
49
+ <choose mode="exclusive">
50
+ <alternative condition="data.amount &lt; 20">
51
+ <manipulate id="a1">data.amount += 12</manipulate>
52
+ </alternative>
53
+ <alternative condition="data.amount &gt;= 20">
54
+ <manipulate id="a2">data.amount = 2</manipulate>
55
+ </alternative>
56
+ <otherwise/>
57
+ </choose>
58
+ </description>
59
+ </description>
60
+ <transformation>
61
+ <description type="copy"/>
62
+ <dataelements type="none"/>
63
+ <endpoints type="none"/>
64
+ </transformation>
65
+ </properties>
@@ -0,0 +1,65 @@
1
+ <properties xmlns="http://riddl.org/ns/common-patterns/properties/1.0">
2
+ <attributes>
3
+ <uuid>9c4865a9-d5cb-4955-8e11-ed677cb3ee16</uuid>
4
+ <info>decisiontest</info>
5
+ <modeltype>CPEE</modeltype>
6
+ <theme>default</theme>
7
+ </attributes>
8
+ <state>finished</state>
9
+ <handlerwrapper>DefaultHandlerWrapper</handlerwrapper>
10
+ <positions/>
11
+ <dataelements>
12
+ <amount>2</amount>
13
+ </dataelements>
14
+ <endpoints>
15
+ <timeout>http://gruppe.wst.univie.ac.at/~mangler/services/timeout.php</timeout>
16
+ </endpoints>
17
+ <dsl>choose :exclusive do
18
+ alternative "data.amount &lt; 20" do
19
+ manipulate :a1, &lt;&lt;-END
20
+ data.amount += 12
21
+ END
22
+ end
23
+ alternative "data.amount &gt;= 20" do
24
+ manipulate :a2, &lt;&lt;-END
25
+ data.amount = 2
26
+ END
27
+ end
28
+ end
29
+ </dsl>
30
+ <dslx>
31
+ <description xmlns="http://cpee.org/ns/description/1.0">
32
+ <choose mode="exclusive">
33
+ <alternative condition="data.amount &lt; 20">
34
+ <manipulate id="a1">data.amount += 12</manipulate>
35
+ </alternative>
36
+ <alternative condition="data.amount &gt;= 20">
37
+ <manipulate id="a2">data.amount = 2</manipulate>
38
+ </alternative>
39
+ <otherwise/>
40
+ </choose>
41
+ </description>
42
+ </dslx>
43
+ <status>
44
+ <id>0</id>
45
+ <message>undefined</message>
46
+ </status>
47
+ <description>
48
+ <description xmlns="http://cpee.org/ns/description/1.0">
49
+ <choose mode="exclusive">
50
+ <alternative condition="data.amount &lt; 20">
51
+ <manipulate id="a1">data.amount += 12</manipulate>
52
+ </alternative>
53
+ <alternative condition="data.amount &gt;= 20">
54
+ <manipulate id="a2">data.amount = 2</manipulate>
55
+ </alternative>
56
+ <otherwise/>
57
+ </choose>
58
+ </description>
59
+ </description>
60
+ <transformation>
61
+ <description type="copy"/>
62
+ <dataelements type="none"/>
63
+ <endpoints type="none"/>
64
+ </transformation>
65
+ </properties>
@@ -0,0 +1,67 @@
1
+ <properties xmlns="http://riddl.org/ns/common-patterns/properties/1.0">
2
+ <attributes>
3
+ <uuid>537545f8-654a-4f7e-b1c7-f52044651584</uuid>
4
+ <info>decisiontest</info>
5
+ <modeltype>CPEE</modeltype>
6
+ <theme>default</theme>
7
+ </attributes>
8
+ <state>stopped</state>
9
+ <handlerwrapper>DefaultHandlerWrapper</handlerwrapper>
10
+ <positions>
11
+ <a2>after</a2>
12
+ </positions>
13
+ <dataelements>
14
+ <amount>2</amount>
15
+ </dataelements>
16
+ <endpoints>
17
+ <timeout>http://gruppe.wst.univie.ac.at/~mangler/services/timeout.php</timeout>
18
+ </endpoints>
19
+ <dsl>choose :exclusive do
20
+ alternative "data.amount &lt; 20" do
21
+ manipulate :a1, &lt;&lt;-END
22
+ data.amount += 12
23
+ END
24
+ end
25
+ alternative "data.amount &gt;= 20" do
26
+ manipulate :a2, &lt;&lt;-END
27
+ data.amount = 2
28
+ END
29
+ end
30
+ end
31
+ </dsl>
32
+ <dslx>
33
+ <description xmlns="http://cpee.org/ns/description/1.0">
34
+ <choose mode="exclusive">
35
+ <alternative condition="data.amount &lt; 20">
36
+ <manipulate id="a1">data.amount += 12</manipulate>
37
+ </alternative>
38
+ <alternative condition="data.amount &gt;= 20">
39
+ <manipulate id="a2">data.amount = 2</manipulate>
40
+ </alternative>
41
+ <otherwise/>
42
+ </choose>
43
+ </description>
44
+ </dslx>
45
+ <status>
46
+ <id>0</id>
47
+ <message>undefined</message>
48
+ </status>
49
+ <description>
50
+ <description xmlns="http://cpee.org/ns/description/1.0">
51
+ <choose mode="exclusive">
52
+ <alternative condition="data.amount &lt; 20">
53
+ <manipulate id="a1">data.amount += 12</manipulate>
54
+ </alternative>
55
+ <alternative condition="data.amount &gt;= 20">
56
+ <manipulate id="a2">data.amount = 2</manipulate>
57
+ </alternative>
58
+ <otherwise/>
59
+ </choose>
60
+ </description>
61
+ </description>
62
+ <transformation>
63
+ <description type="copy"/>
64
+ <dataelements type="none"/>
65
+ <endpoints type="none"/>
66
+ </transformation>
67
+ </properties>