cpee 1.3.204 → 1.3.205
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/cockpit/css/ui.css +9 -5
- data/cockpit/css/wfadaptor.css +13 -1
- data/cockpit/js/instance.js +26 -17
- data/cockpit/testsets/Concurrent.xml +19 -17
- data/cockpit/testsets/Lego Crane.xml +2 -2
- data/cockpit/testsets/Worklist Parallel.xml +17 -17
- data/cockpit/testsets/Worklist Test CPEE.xml +4 -4
- data/cockpit/testsets/Worklist Test.xml +5 -5
- data/cockpit/testsets/Worklist Test2.xml +4 -4
- data/cockpit/themes/default/symbols/callcorrelationreceive.svg +6 -0
- data/cockpit/themes/default/symbols/callcorrelationsend.svg +6 -0
- data/cockpit/themes/default/symbols/callinstantiation.svg +3 -0
- data/cockpit/themes/default/symbols/callmanipulateworklist.svg +6 -0
- data/cockpit/themes/default/symbols/callworklist.svg +4 -0
- data/cockpit/themes/default/theme.js +45 -3
- data/cpee.gemspec +1 -1
- data/lib/cpee/implementation.rb +7 -2
- data/log/server.rb +71 -65
- data/server/instances/20/properties.xml +68 -0
- data/server/instances/21/properties.xml +118 -0
- data/server/instances/22/properties.xml +525 -0
- data/server/instances/23/properties.xml +65 -0
- data/server/instances/24/properties.xml +65 -0
- data/server/instances/25/properties.xml +65 -0
- data/server/instances/26/properties.xml +65 -0
- data/server/instances/27/properties.xml +65 -0
- data/server/instances/28/properties.xml +65 -0
- data/server/instances/29/properties.xml +67 -0
- data/server/instances/30/notifications/f7afc30fd195bc06ac100a9b848c5da3/consumer-secret +1 -0
- data/server/instances/30/notifications/f7afc30fd195bc06ac100a9b848c5da3/producer-secret +1 -0
- data/server/instances/30/notifications/f7afc30fd195bc06ac100a9b848c5da3/subscription.xml +42 -0
- data/server/instances/30/properties.xml +65 -0
- metadata +21 -3
- 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 < 20" do
|
19
|
+
manipulate :a1, <<-END
|
20
|
+
data.amount += 12
|
21
|
+
END
|
22
|
+
end
|
23
|
+
alternative "data.amount >= 20" do
|
24
|
+
manipulate :a2, <<-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 < 20">
|
34
|
+
<manipulate id="a1">data.amount += 12</manipulate>
|
35
|
+
</alternative>
|
36
|
+
<alternative condition="data.amount >= 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 < 20">
|
51
|
+
<manipulate id="a1">data.amount += 12</manipulate>
|
52
|
+
</alternative>
|
53
|
+
<alternative condition="data.amount >= 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 < 20" do
|
19
|
+
manipulate :a1, <<-END
|
20
|
+
data.amount += 12
|
21
|
+
END
|
22
|
+
end
|
23
|
+
alternative "data.amount >= 20" do
|
24
|
+
manipulate :a2, <<-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 < 20">
|
34
|
+
<manipulate id="a1">data.amount += 12</manipulate>
|
35
|
+
</alternative>
|
36
|
+
<alternative condition="data.amount >= 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 < 20">
|
51
|
+
<manipulate id="a1">data.amount += 12</manipulate>
|
52
|
+
</alternative>
|
53
|
+
<alternative condition="data.amount >= 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 < 20" do
|
19
|
+
manipulate :a1, <<-END
|
20
|
+
data.amount += 12
|
21
|
+
END
|
22
|
+
end
|
23
|
+
alternative "data.amount >= 20" do
|
24
|
+
manipulate :a2, <<-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 < 20">
|
34
|
+
<manipulate id="a1">data.amount += 12</manipulate>
|
35
|
+
</alternative>
|
36
|
+
<alternative condition="data.amount >= 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 < 20">
|
51
|
+
<manipulate id="a1">data.amount += 12</manipulate>
|
52
|
+
</alternative>
|
53
|
+
<alternative condition="data.amount >= 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 < 20" do
|
19
|
+
manipulate :a1, <<-END
|
20
|
+
data.amount += 12
|
21
|
+
END
|
22
|
+
end
|
23
|
+
alternative "data.amount >= 20" do
|
24
|
+
manipulate :a2, <<-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 < 20">
|
34
|
+
<manipulate id="a1">data.amount += 12</manipulate>
|
35
|
+
</alternative>
|
36
|
+
<alternative condition="data.amount >= 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 < 20">
|
51
|
+
<manipulate id="a1">data.amount += 12</manipulate>
|
52
|
+
</alternative>
|
53
|
+
<alternative condition="data.amount >= 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 < 20" do
|
19
|
+
manipulate :a1, <<-END
|
20
|
+
data.amount += 12
|
21
|
+
END
|
22
|
+
end
|
23
|
+
alternative "data.amount >= 20" do
|
24
|
+
manipulate :a2, <<-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 < 20">
|
34
|
+
<manipulate id="a1">data.amount += 12</manipulate>
|
35
|
+
</alternative>
|
36
|
+
<alternative condition="data.amount >= 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 < 20">
|
51
|
+
<manipulate id="a1">data.amount += 12</manipulate>
|
52
|
+
</alternative>
|
53
|
+
<alternative condition="data.amount >= 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 < 20" do
|
19
|
+
manipulate :a1, <<-END
|
20
|
+
data.amount += 12
|
21
|
+
END
|
22
|
+
end
|
23
|
+
alternative "data.amount >= 20" do
|
24
|
+
manipulate :a2, <<-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 < 20">
|
34
|
+
<manipulate id="a1">data.amount += 12</manipulate>
|
35
|
+
</alternative>
|
36
|
+
<alternative condition="data.amount >= 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 < 20">
|
51
|
+
<manipulate id="a1">data.amount += 12</manipulate>
|
52
|
+
</alternative>
|
53
|
+
<alternative condition="data.amount >= 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 < 20" do
|
21
|
+
manipulate :a1, <<-END
|
22
|
+
data.amount += 12
|
23
|
+
END
|
24
|
+
end
|
25
|
+
alternative "data.amount >= 20" do
|
26
|
+
manipulate :a2, <<-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 < 20">
|
36
|
+
<manipulate id="a1">data.amount += 12</manipulate>
|
37
|
+
</alternative>
|
38
|
+
<alternative condition="data.amount >= 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 < 20">
|
53
|
+
<manipulate id="a1">data.amount += 12</manipulate>
|
54
|
+
</alternative>
|
55
|
+
<alternative condition="data.amount >= 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>
|