cpee 1.3.206 → 1.3.207
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/cpee.gemspec +1 -1
- data/lib/cpee/controller.rb +9 -1
- data/log/yaml/log.xml +27 -0
- data/log/yaml/logoverlay.xml +10 -0
- data/log/yaml/server.rb +122 -0
- data/log/yaml/topics.xml +22 -0
- data/log/yaml/yaml.rb +19 -0
- data/server/instances/1/properties.xml +1 -1
- data/server/instances/2/properties.xml +1 -1
- data/server/instances/3/properties.xml +93 -35
- data/server/instances/4/properties.xml +87 -35
- data/server/instances/5/properties.xml +87 -35
- data/server/instances/6/notifications/0e9f3728f00c0562870110697bd8819c/consumer-secret +1 -0
- data/server/instances/6/notifications/0e9f3728f00c0562870110697bd8819c/producer-secret +1 -0
- data/server/instances/{30/notifications/f7afc30fd195bc06ac100a9b848c5da3 → 6/notifications/0e9f3728f00c0562870110697bd8819c}/subscription.xml +3 -7
- data/server/instances/6/properties.xml +92 -9
- data/server/server.rb +1 -1
- metadata +10 -30
- data/server/instances/10/properties.xml +0 -31
- data/server/instances/11/properties.xml +0 -62
- data/server/instances/12/properties.xml +0 -152
- data/server/instances/13/properties.xml +0 -62
- data/server/instances/14/properties.xml +0 -150
- data/server/instances/15/properties.xml +0 -69
- data/server/instances/16/properties.xml +0 -63
- data/server/instances/17/properties.xml +0 -31
- data/server/instances/18/properties.xml +0 -150
- data/server/instances/19/properties.xml +0 -152
- data/server/instances/20/properties.xml +0 -68
- data/server/instances/21/properties.xml +0 -118
- data/server/instances/22/properties.xml +0 -525
- data/server/instances/23/properties.xml +0 -65
- data/server/instances/24/properties.xml +0 -65
- data/server/instances/25/properties.xml +0 -65
- data/server/instances/26/properties.xml +0 -65
- data/server/instances/27/properties.xml +0 -65
- data/server/instances/28/properties.xml +0 -65
- data/server/instances/29/properties.xml +0 -67
- data/server/instances/30/notifications/f7afc30fd195bc06ac100a9b848c5da3/consumer-secret +0 -1
- data/server/instances/30/notifications/f7afc30fd195bc06ac100a9b848c5da3/producer-secret +0 -1
- data/server/instances/30/properties.xml +0 -65
- data/server/instances/7/properties.xml +0 -62
- data/server/instances/8/properties.xml +0 -31
- data/server/instances/9/properties.xml +0 -62
- data/server/resources/test.rb +0 -9
@@ -1,65 +0,0 @@
|
|
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>
|
@@ -1,65 +0,0 @@
|
|
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>
|
@@ -1,65 +0,0 @@
|
|
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>
|
@@ -1,65 +0,0 @@
|
|
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>
|
@@ -1,65 +0,0 @@
|
|
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>
|
@@ -1,65 +0,0 @@
|
|
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>
|
@@ -1,67 +0,0 @@
|
|
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>
|