cpee 1.3.190 → 1.3.191

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 664ed004156d72278958f176a3de68ba7f8f8fd3
4
- data.tar.gz: fa4a8adb9d198ae2564a8ca4c4d2a5320184cfaa
3
+ metadata.gz: 2922bc702500b425da5f438b5ebfcf7a804954eb
4
+ data.tar.gz: f4f6f8c1a7c212ddc1bf1f3f9c88987826c626ec
5
5
  SHA512:
6
- metadata.gz: ca85bc3be6c95e025cb0fb6f9e781df1bb98609914329a7e5d18e5fed3057656a6dfa8408307e65e508f64e900eba84aac39d0985fcf7dbd815281967cc1721b
7
- data.tar.gz: 0a183617b446a588e24d8b92ca2d1f2caf8bd9a6567eb3cc22976c1d4ed33d062bbbea4286da0f2fdcf6a52fde9755c49de04f97bfbbf81c7efe11bfecacea33
6
+ metadata.gz: 19ca200f5f70d57efe5728ce3d79504f31d7bbbb4a839104176828c6fefcfb06807f5af24faa756550a991531ad9990a0887db48f21bcf79e9afb090aacb6f93
7
+ data.tar.gz: 689eccd496e63ba7c22146ff81db0d59f49befa9aad3a4126f31177d248d7d7b16185e17db61430022ed89dd556414b136210ab991b4bd9b3aed552064d5edcc
@@ -21,11 +21,11 @@
21
21
  <to>"Vienna"</to>
22
22
  </arguments>
23
23
  </parameters>
24
- <finalize output="result"> data.hotels &lt;&lt; result.value('id')
25
- data.costs += result.value('costs').to_f</finalize>
24
+ <finalize output="result">data.hotels &lt;&lt; result.value('id')
25
+ data.costs += result.value('costs').to_f</finalize>
26
26
  </call>
27
27
  </parallel_branch>
28
- <manipulate id="a3"> data.persons -= 1</manipulate>
28
+ <manipulate id="a3">data.persons -= 1</manipulate>
29
29
  </loop>
30
30
  </parallel>
31
31
  </description>
@@ -27,9 +27,9 @@
27
27
  <persons>data.persons</persons>
28
28
  </arguments>
29
29
  </parameters>
30
- <finalize output="result"> data.airline = result.value('id')
31
- data.costs += result.value('costs').to_f
32
- status.update 1, 'Hotel'</finalize>
30
+ <finalize output="result">data.airline = result.value('id')
31
+ data.costs += result.value('costs').to_f
32
+ status.update 1, 'Hotel'</finalize>
33
33
  </call>
34
34
  <parallel>
35
35
  <loop mode="pre_test" condition="data.persons > 0">
@@ -41,11 +41,11 @@
41
41
  <to>data.to</to>
42
42
  </arguments>
43
43
  </parameters>
44
- <finalize output="result"> data.hotels &lt;&lt; result.value('id')
45
- data.costs += result.value('costs').to_f</finalize>
44
+ <finalize output="result">data.hotels &lt;&lt; result.value('id')
45
+ data.costs += result.value('costs').to_f</finalize>
46
46
  </call>
47
47
  </parallel_branch>
48
- <manipulate id="a3"> data.persons -= 1</manipulate>
48
+ <manipulate id="a3">data.persons -= 1</manipulate>
49
49
  </loop>
50
50
  </parallel>
51
51
  <choose>
@@ -9,7 +9,7 @@
9
9
  </dataelements>
10
10
  <endpoints>
11
11
  <ep1>Somewhere over the rainbow</ep1>
12
- </endpoints>
12
+ </endpoints>
13
13
  <description>
14
14
  <description xmlns="http://cpee.org/ns/description/1.0">
15
15
  <manipulate id="endpoints">
@@ -18,11 +18,9 @@
18
18
  endpoints.copy_of_ep1 = endpoints.ep1
19
19
  data.data_stores_endpoint = endpoints.ep1
20
20
  </manipulate>
21
- <manipulate id="data">
22
- data.a_new_one = "new dataelement"
23
- data[:input] = "dataelement changed"
24
- data.output = data[:input]
25
- </manipulate>
21
+ <manipulate id="data">data.a_new_one = "new dataelement"
22
+ data[:input] = "dataelement changed"
23
+ data.output = data[:input]</manipulate>
26
24
  </description>
27
25
  </description>
28
26
  <transformation>
@@ -4,9 +4,7 @@
4
4
  </endpoints>
5
5
  <description>
6
6
  <description xmlns="http://cpee.org/ns/description/1.0">
7
- <manipulate id="man">
8
- data.pid = Digest::MD5.hexdigest(Kernel::rand().to_s)
9
- </manipulate>
7
+ <manipulate id="man">data.pid = Digest::MD5.hexdigest(Kernel::rand().to_s)</manipulate>
10
8
  <loop mode="pre_test" condition="data.progress != 'END'">
11
9
  <call id="a4" endpoint="infinity">
12
10
  <parameters>
@@ -25,7 +25,7 @@
25
25
  <timeout>2</timeout>
26
26
  </arguments>
27
27
  </parameters><!--}}}-->
28
- <finalize output="result"> data.x += "a1,"</finalize>
28
+ <finalize output="result">data.x += "a1,"</finalize>
29
29
  </call>
30
30
  <call id="a2" endpoint="timeout">
31
31
  <parameters><!--{{{-->
@@ -34,7 +34,7 @@
34
34
  <timeout>4</timeout>
35
35
  </arguments>
36
36
  </parameters><!--}}}-->
37
- <finalize output="result"> data.x += "a2,"</finalize>
37
+ <finalize output="result">data.x += "a2,"</finalize>
38
38
  </call>
39
39
  <call id="a3" endpoint="timeout">
40
40
  <parameters><!--{{{-->
@@ -43,7 +43,7 @@
43
43
  <timeout>4</timeout>
44
44
  </arguments>
45
45
  </parameters><!--}}}-->
46
- <finalize output="result"> data.x += "a3,"</finalize>
46
+ <finalize output="result">data.x += "a3,"</finalize>
47
47
  </call>
48
48
  </description><!--}}}-->
49
49
  </description>
@@ -22,7 +22,7 @@
22
22
  <mid>'sid-7F616193-69F1-4097-A107-FC87404AE047'</mid>
23
23
  <arguments/>
24
24
  </parameters>
25
- <finalize output="result"> data.x = result["n"]</finalize>
25
+ <finalize output="result">data.x = result["n"]</finalize>
26
26
  </call>
27
27
  <choose mode="exclusive">
28
28
  <alternative condition="data.x >= 100" language="text/javascript">
@@ -19,7 +19,7 @@
19
19
  <bug>data.nasty</bug>
20
20
  </arguments>
21
21
  </parameters><!--}}}-->
22
- <finalize output="result"> data.x += "done"</finalize>
22
+ <finalize output="result">data.x += "done"</finalize>
23
23
  </call>
24
24
  <parallel wait="2">
25
25
  <parallel_branch>
@@ -43,7 +43,7 @@
43
43
  </call>
44
44
  </parallel_branch>
45
45
  </parallel>
46
- <manipulate id="a3"> data.x += '_end'</manipulate>
46
+ <manipulate id="a3">data.x += '_end'</manipulate>
47
47
  <choose>
48
48
  <alternative condition="data.x != nil">
49
49
  <call id="a4_1" endpoint="timeout">
@@ -27,8 +27,8 @@
27
27
  <persons>data.persons</persons>
28
28
  </arguments>
29
29
  </parameters>
30
- <finalize output="result"> data.airline = result.value('id')
31
- data.costs += result.value('costs').to_f</finalize>
30
+ <finalize output="result">data.airline = result.value('id')
31
+ data.costs += result.value('costs').to_f</finalize>
32
32
  </call>
33
33
  <parallel>
34
34
  <loop mode="pre_test" condition="data.persons > 0">
@@ -40,11 +40,11 @@
40
40
  <to>data.to</to>
41
41
  </arguments>
42
42
  </parameters>
43
- <finalize output="result"> data.hotels &lt;&lt; result.value('id')
44
- data.costs += result.value('costs').to_f</finalize>
43
+ <finalize output="result">data.hotels &lt;&lt; result.value('id')
44
+ data.costs += result.value('costs').to_f</finalize>
45
45
  </call>
46
46
  </parallel_branch>
47
- <manipulate id="a3"> data.persons -= 1</manipulate>
47
+ <manipulate id="a3">data.persons -= 1</manipulate>
48
48
  </loop>
49
49
  <loop mode="pre_test" condition="data.persons > 0">
50
50
  <parallel_branch pass="data.persons" local="p">
@@ -55,8 +55,8 @@
55
55
  <to>data.to</to>
56
56
  </arguments>
57
57
  </parameters>
58
- <finalize output="result"> data.hotels &lt;&lt; result.value('id')
59
- data.costs += result.value('costs').to_f</finalize>
58
+ <finalize output="result">data.hotels &lt;&lt; result.value('id')
59
+ data.costs += result.value('costs').to_f</finalize>
60
60
  </call>
61
61
  </parallel_branch>
62
62
  <parallel_branch pass="data.persons" local="p">
@@ -67,11 +67,11 @@
67
67
  <to>data.to</to>
68
68
  </arguments>
69
69
  </parameters>
70
- <finalize output="result"> data.hotels &lt;&lt; result.value('id')
71
- data.costs += result.value('costs').to_f</finalize>
70
+ <finalize output="result">data.hotels &lt;&lt; result.value('id')
71
+ data.costs += result.value('costs').to_f</finalize>
72
72
  </call>
73
73
  </parallel_branch>
74
- <manipulate id="a6"> data.persons -= 1</manipulate>
74
+ <manipulate id="a6">data.persons -= 1</manipulate>
75
75
  </loop>
76
76
  </parallel>
77
77
  <choose>
@@ -50,7 +50,7 @@
50
50
  </call>
51
51
  <parallel wait="1" svg-label="">
52
52
  <parallel_branch svg-label="">
53
- <manipulate id="a16" svg-label=""> sleep 2 </manipulate>
53
+ <manipulate id="a16" svg-label="">sleep 2</manipulate>
54
54
  <call id="a14" endpoint="timeout1" svg-label="2-woechige Frist">
55
55
  <parameters>
56
56
  <label>"2-woechige Frist"</label>
@@ -73,7 +73,7 @@
73
73
  </call>
74
74
  <parallel wait="1" svg-label="">
75
75
  <parallel_branch svg-label="">
76
- <manipulate id="a21" svg-label="">sleep 2 </manipulate>
76
+ <manipulate id="a21" svg-label="">sleep 2</manipulate>
77
77
  <call id="a7" endpoint="timeout2" svg-label="2-woechige Frist">
78
78
  <parameters>
79
79
  <label>"2-woechige Frist"</label>
@@ -37,9 +37,9 @@
37
37
  <persons>data.persons</persons>
38
38
  </arguments>
39
39
  </parameters>
40
- <finalize output="result"> data.airline = result.value('id')
41
- data.costs += result.value('costs').to_f
42
- status.update 1, 'Hotel'</finalize>
40
+ <finalize output="result">data.airline = result.value('id')
41
+ data.costs += result.value('costs').to_f
42
+ status.update 1, 'Hotel'</finalize>
43
43
  </call>
44
44
  <parallel>
45
45
  <loop mode="pre_test" condition="data.persons > 0">
@@ -51,11 +51,11 @@
51
51
  <to>data.to</to>
52
52
  </arguments>
53
53
  </parameters>
54
- <finalize output="result"> data.hotels &lt;&lt; result.value('id')
55
- data.costs += result.value('costs').to_f</finalize>
54
+ <finalize output="result">data.hotels &lt;&lt; result.value('id')
55
+ data.costs += result.value('costs').to_f</finalize>
56
56
  </call>
57
57
  </parallel_branch>
58
- <manipulate id="a3"> data.persons -= 1</manipulate>
58
+ <manipulate id="a3">data.persons -= 1</manipulate>
59
59
  </loop>
60
60
  </parallel>
61
61
  <choose>
@@ -23,7 +23,7 @@
23
23
  <timeout>2</timeout>
24
24
  </arguments>
25
25
  </parameters><!--}}}-->
26
- <finalize output="result"> data.x += "a1,"</finalize>
26
+ <finalize output="result">data.x += "a1,"</finalize>
27
27
  </call>
28
28
  <call id="a2" endpoint="timeouts">
29
29
  <parameters><!--{{{-->
@@ -32,7 +32,7 @@
32
32
  <timeout>4</timeout>
33
33
  </arguments>
34
34
  </parameters><!--}}}-->
35
- <finalize output="result"> data.x += "a2,"</finalize>
35
+ <finalize output="result">data.x += "a2,"</finalize>
36
36
  </call>
37
37
  <call id="a3" endpoint="timeout">
38
38
  <parameters><!--{{{-->
@@ -41,7 +41,7 @@
41
41
  <timeout>4</timeout>
42
42
  </arguments>
43
43
  </parameters><!--}}}-->
44
- <finalize output="result"> data.x += "a3,"</finalize>
44
+ <finalize output="result">data.x += "a3,"</finalize>
45
45
  </call>
46
46
  </description><!--}}}-->
47
47
  </description>
@@ -23,7 +23,7 @@
23
23
  <timeout>2</timeout>
24
24
  </arguments>
25
25
  </parameters><!--}}}-->
26
- <finalize output="result"> data.x += "a1,"</finalize>
26
+ <finalize output="result">data.x += "a1,"</finalize>
27
27
  </call>
28
28
  <call id="a2" endpoint="timeouts">
29
29
  <parameters><!--{{{-->
@@ -32,7 +32,7 @@
32
32
  <timeout>10</timeout>
33
33
  </arguments>
34
34
  </parameters><!--}}}-->
35
- <finalize output="result"> data.x += "a2,"</finalize>
35
+ <finalize output="result">data.x += "a2,"</finalize>
36
36
  </call>
37
37
  <call id="a3" endpoint="timeout">
38
38
  <parameters><!--{{{-->
@@ -41,7 +41,7 @@
41
41
  <timeout>4</timeout>
42
42
  </arguments>
43
43
  </parameters><!--}}}-->
44
- <finalize output="result"> data.x += "a3,"</finalize>
44
+ <finalize output="result">data.x += "a3,"</finalize>
45
45
  </call>
46
46
  </description><!--}}}-->
47
47
  </description>
@@ -23,7 +23,7 @@
23
23
  <timeout>2</timeout>
24
24
  </arguments>
25
25
  </parameters><!--}}}-->
26
- <finalize output="result"> data.x += "a1,"</finalize>
26
+ <finalize output="result">data.x += "a1,"</finalize>
27
27
  </call>
28
28
  <call id="a2" endpoint="timeouts">
29
29
  <parameters><!--{{{-->
@@ -32,7 +32,7 @@
32
32
  <timeout>16</timeout>
33
33
  </arguments>
34
34
  </parameters><!--}}}-->
35
- <finalize output="result"> data.x += "a2,"</finalize>
35
+ <finalize output="result">data.x += "a2,"</finalize>
36
36
  </call>
37
37
  <call id="a3" endpoint="timeout">
38
38
  <parameters><!--{{{-->
@@ -41,7 +41,7 @@
41
41
  <timeout>4</timeout>
42
42
  </arguments>
43
43
  </parameters><!--}}}-->
44
- <finalize output="result"> data.x += "a3,"</finalize>
44
+ <finalize output="result">data.x += "a3,"</finalize>
45
45
  </call>
46
46
  </description><!--}}}-->
47
47
  </description>
@@ -23,7 +23,7 @@
23
23
  <timeout>2</timeout>
24
24
  </arguments>
25
25
  </parameters><!--}}}-->
26
- <finalize output="result"> data.x += "a1,"</finalize>
26
+ <finalize output="result">data.x += "a1,"</finalize>
27
27
  </call>
28
28
  <call id="a2" endpoint="timeouts">
29
29
  <parameters><!--{{{-->
@@ -32,7 +32,7 @@
32
32
  <timeout>4</timeout>
33
33
  </arguments>
34
34
  </parameters><!--}}}-->
35
- <finalize output="result"> data.x += "a2,"</finalize>
35
+ <finalize output="result">data.x += "a2,"</finalize>
36
36
  </call>
37
37
  <call id="a3" endpoint="timeout">
38
38
  <parameters><!--{{{-->
@@ -41,7 +41,7 @@
41
41
  <timeout>4</timeout>
42
42
  </arguments>
43
43
  </parameters><!--}}}-->
44
- <finalize output="result"> data.x += "a3,"</finalize>
44
+ <finalize output="result">data.x += "a3,"</finalize>
45
45
  </call>
46
46
  </description><!--}}}-->
47
47
  </description>
@@ -8,151 +8,119 @@
8
8
  <endpoints>
9
9
  <services>http://gruppe.wst.univie.ac.at/~mangler/services/timeout.php</services>
10
10
  <injection>http://localhost:9290/injection/handler</injection>
11
- </endpoints>
11
+ </endpoints>
12
12
  <description>
13
13
  <description xmlns="http://cpee.org/ns/description/1.0">
14
14
  <parallel>
15
15
  <parallel_branch>
16
16
  <call id="b1_a01" endpoint="services">
17
- <parameters><!--{{{-->
17
+ <parameters><!--{{{-->
18
18
  <service/>
19
19
  <parameters>
20
20
  <op1>data.wait</op1>
21
21
  </parameters>
22
22
  </parameters><!--}}}-->
23
- <finalize output="result">
24
- data.wait -= 1
25
- </finalize>
26
- </call>
27
- <manipulate id="b1_a02">
28
- data.wait += 1
29
- </manipulate>
23
+ <finalize output="result">data.wait -= 1</finalize>
24
+ </call>
25
+ <manipulate id="b1_a02">data.wait += 1</manipulate>
30
26
  <parallel>
31
27
  <parallel_branch>
32
28
  <call id="b1_a03" endpoint="services">
33
- <parameters><!--{{{-->
29
+ <parameters><!--{{{-->
34
30
  <service/>
35
31
  <parameters>
36
32
  <op1>data.wait</op1>
37
33
  </parameters>
38
34
  </parameters><!--}}}-->
39
- <finalize output="result">
40
- data.wait -= 1
41
- </finalize>
42
- </call>
35
+ <finalize output="result">data.wait -= 1</finalize>
36
+ </call>
43
37
  <call id="b1_a04" endpoint="services">
44
- <parameters><!--{{{-->
38
+ <parameters><!--{{{-->
45
39
  <service/>
46
40
  <parameters>
47
41
  <op1>data.wait</op1>
48
42
  </parameters>
49
43
  </parameters><!--}}}-->
50
- <finalize output="result">
51
- data.wait -= 1
52
- </finalize>
53
- </call>
54
- <manipulate id="b1_a05">
55
- data.wait += 1
56
- </manipulate>
44
+ <finalize output="result">data.wait -= 1</finalize>
45
+ </call>
46
+ <manipulate id="b1_a05">data.wait += 1</manipulate>
57
47
  </parallel_branch>
58
48
  <parallel_branch>
59
49
  <call id="b1_a06" endpoint="services">
60
- <parameters><!--{{{-->
50
+ <parameters><!--{{{-->
61
51
  <service/>
62
52
  <parameters>
63
53
  <op1>data.wait</op1>
64
54
  </parameters>
65
55
  </parameters><!--}}}-->
66
- <finalize output="result">
67
- data.wait -= 1
68
- </finalize>
69
- </call>
70
- <manipulate id="b1_a07">
71
- data.wait += 1
72
- </manipulate>
56
+ <finalize output="result">data.wait -= 1</finalize>
57
+ </call>
58
+ <manipulate id="b1_a07">data.wait += 1</manipulate>
73
59
  <call id="b1_a08" endpoint="services">
74
- <parameters><!--{{{-->
60
+ <parameters><!--{{{-->
75
61
  <service/>
76
62
  <parameters>
77
63
  <op1>data.wait</op1>
78
64
  </parameters>
79
65
  </parameters><!--}}}-->
80
- <finalize output="result">
81
- data.wait -= 1
82
- </finalize>
83
- </call>
66
+ <finalize output="result">data.wait -= 1</finalize>
67
+ </call>
84
68
  </parallel_branch>
85
69
  </parallel>
86
70
  </parallel_branch>
87
71
  <parallel_branch>
88
72
  <call id="b2_a01" endpoint="services">
89
- <parameters><!--{{{-->
73
+ <parameters><!--{{{-->
90
74
  <service/>
91
75
  <parameters>
92
76
  <op1>data.wait</op1>
93
77
  </parameters>
94
78
  </parameters><!--}}}-->
95
- <finalize output="result">
96
- data.wait -= 1
97
- </finalize>
98
- </call>
99
- <manipulate id="b2_a02">
100
- data.wait += 1
101
- </manipulate>
79
+ <finalize output="result">data.wait -= 1</finalize>
80
+ </call>
81
+ <manipulate id="b2_a02">data.wait += 1</manipulate>
102
82
  <parallel>
103
83
  <parallel_branch>
104
84
  <call id="b2_a03" endpoint="services">
105
- <parameters><!--{{{-->
85
+ <parameters><!--{{{-->
106
86
  <service/>
107
87
  <parameters>
108
88
  <op1>data.wait</op1>
109
89
  </parameters>
110
90
  </parameters><!--}}}-->
111
- <finalize output="result">
112
- data.wait -= 1
113
- </finalize>
114
- </call>
91
+ <finalize output="result">data.wait -= 1</finalize>
92
+ </call>
115
93
  <call id="b2_a04" endpoint="services">
116
- <parameters><!--{{{-->
94
+ <parameters><!--{{{-->
117
95
  <service/>
118
96
  <parameters>
119
97
  <op1>data.wait</op1>
120
98
  </parameters>
121
99
  </parameters><!--}}}-->
122
- <finalize output="result">
123
- data.wait -= 1
124
- </finalize>
125
- </call>
126
- <manipulate id="b2_a05">
127
- data.wait += 1
128
- </manipulate>
100
+ <finalize output="result">data.wait -= 1</finalize>
101
+ </call>
102
+ <manipulate id="b2_a05">data.wait += 1</manipulate>
129
103
  </parallel_branch>
130
104
  <parallel_branch>
131
105
  <call id="b2_a06" endpoint="services">
132
- <parameters><!--{{{-->
106
+ <parameters><!--{{{-->
133
107
  <service/>
134
108
  <parameters>
135
109
  <op1>data.wait</op1>
136
110
  </parameters>
137
111
  </parameters><!--}}}-->
138
- <finalize output="result">
139
- data.wait -= 1
140
- </finalize>
141
- </call>
142
- <manipulate id="b2_a07">
143
- data.wait += 1
144
- </manipulate>
112
+ <finalize output="result">data.wait -= 1</finalize>
113
+ </call>
114
+ <manipulate id="b2_a07">data.wait += 1</manipulate>
145
115
  <call id="b2_a08" endpoint="services">
146
- <parameters><!--{{{-->
116
+ <parameters><!--{{{-->
147
117
  <service/>
148
118
  <parameters>
149
119
  <op1>data.wait</op1>
150
120
  </parameters>
151
121
  </parameters><!--}}}-->
152
- <finalize output="result">
153
- data.wait -= 1
154
- </finalize>
155
- </call>
122
+ <finalize output="result">data.wait -= 1</finalize>
123
+ </call>
156
124
  </parallel_branch>
157
125
  </parallel>
158
126
  </parallel_branch>
@@ -1,11 +1,31 @@
1
- <testset><dataelements/><handlerwrapper>DefaultHandlerWrapper</handlerwrapper><endpoints><cb xmlns="http://riddl.org/ns/common-patterns/properties/1.0">http://gruppe.wst.univie.ac.at/~mangler/services/callback.simple.php</cb></endpoints><positions/><description><description xmlns="http://cpee.org/ns/description/1.0">
2
- <call id="a1" endpoint="cb">
3
- <parameters>
4
- <label>"Update"</label>
5
- <method>:post</method>
6
- <arguments/>
7
- </parameters>
8
- <finalize>data.a = result.value</finalize>
9
- <update>data.b = result.value</update>
10
- </call>
11
- </description></description><transformation><description type="copy"/><dataelements type="none"/><endpoints type="none"/></transformation><attributes><info xmlns="http://riddl.org/ns/common-patterns/properties/1.0">Enter info here</info><modeltype xmlns="http://riddl.org/ns/common-patterns/properties/1.0">CPEE</modeltype></attributes></testset>
1
+ <?xml version="1.0"?>
2
+ <testset>
3
+ <dataelements/>
4
+ <handlerwrapper>DefaultHandlerWrapper</handlerwrapper>
5
+ <endpoints>
6
+ <cb xmlns="http://riddl.org/ns/common-patterns/properties/1.0">http://gruppe.wst.univie.ac.at/~mangler/services/callback.simple.php</cb>
7
+ </endpoints>
8
+ <positions/>
9
+ <description>
10
+ <description xmlns="http://cpee.org/ns/description/1.0">
11
+ <call id="a1" endpoint="cb">
12
+ <parameters>
13
+ <label>"Update"</label>
14
+ <method>:post</method>
15
+ <arguments/>
16
+ </parameters>
17
+ <finalize>data.a = result.value</finalize>
18
+ <update>data.b = result.value</update>
19
+ </call>
20
+ </description>
21
+ </description>
22
+ <transformation>
23
+ <description type="copy"/>
24
+ <dataelements type="none"/>
25
+ <endpoints type="none"/>
26
+ </transformation>
27
+ <attributes>
28
+ <info xmlns="http://riddl.org/ns/common-patterns/properties/1.0">Enter info here</info>
29
+ <modeltype xmlns="http://riddl.org/ns/common-patterns/properties/1.0">CPEE</modeltype>
30
+ </attributes>
31
+ </testset>
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "cpee"
3
- s.version = "1.3.190"
3
+ s.version = "1.3.191"
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.license = "LGPL-3.0"
6
6
  s.summary = "Preliminary release of cloud process execution engine (cpee). If you just need workflow execution, without a rest/xmpp service exposing it, then use WEEL"
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.190
4
+ version: 1.3.191
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juergen eTM Mangler
@@ -328,9 +328,6 @@ files:
328
328
  - server/instances/44/log.xes
329
329
  - server/instances/44/properties.xml
330
330
  - server/instances/45/log.xes
331
- - server/instances/45/notifications/f69cbc7424b9b0682c3e435e2577215c/consumer-secret
332
- - server/instances/45/notifications/f69cbc7424b9b0682c3e435e2577215c/producer-secret
333
- - server/instances/45/notifications/f69cbc7424b9b0682c3e435e2577215c/subscription.xml
334
331
  - server/instances/45/properties.xml
335
332
  - server/instances/5/properties.xml
336
333
  - server/instances/6/properties.xml
@@ -1,37 +0,0 @@
1
- <subscription xmlns="http://riddl.org/ns/common-patterns/notifications-producer/1.0">
2
- <topic id="activity">
3
- <event>calling</event>
4
- <event>status</event>
5
- <event>manipulating</event>
6
- <event>failed</event>
7
- <event>done</event>
8
- </topic>
9
- <topic id="position">
10
- <event>change</event>
11
- </topic>
12
- <topic id="description">
13
- <event>change</event>
14
- <event>error</event>
15
- </topic>
16
- <topic id="state">
17
- <event>change</event>
18
- </topic>
19
- <topic id="dataelements">
20
- <event>change</event>
21
- </topic>
22
- <topic id="endpoints">
23
- <event>change</event>
24
- </topic>
25
- <topic id="attributes">
26
- <event>change</event>
27
- </topic>
28
- <topic id="transformation">
29
- <event>change</event>
30
- </topic>
31
- <topic id="handlerwrapper">
32
- <event>result</event>
33
- </topic>
34
- <topic id="handlers">
35
- <event>change</event>
36
- </topic>
37
- </subscription>