cpee 1.3.133 → 1.3.134
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.
- data/cockpit/lib/wfadaptor.js +1 -1
- data/cockpit/testsets/Concurrent.xml +1 -1
- data/cockpit/testsets/Coopis Testset.xml +3 -3
- data/cockpit/testsets/ICSOC Testset.xml +6 -6
- data/cockpit/testsets/Linear.xml +3 -3
- data/cockpit/testsets/Mangler 1.xml +5 -5
- data/cockpit/testsets/Mangler 2.xml +5 -5
- data/cockpit/testsets/SOPROMO Test Sonification.xml +3 -3
- data/cockpit/testsets/Syncing P34 1.xml +3 -3
- data/cockpit/testsets/Syncing P34 2.xml +3 -3
- data/cockpit/testsets/Syncing P34 3.xml +3 -3
- data/cockpit/testsets/Syncing P34.xml +3 -3
- data/cockpit/testsets/TEST - Bad Loop.xml +11 -11
- data/cpee.gemspec +1 -1
- data/server/handlerwrappers/default.rb +12 -4
- data/server/instances/10/notifications/357012173866e5c3e592444c274e5eda/consumer-secret +1 -0
- data/server/instances/10/notifications/357012173866e5c3e592444c274e5eda/producer-secret +1 -0
- data/server/instances/10/notifications/357012173866e5c3e592444c274e5eda/subscription.xml +28 -0
- data/server/instances/10/properties.xml +145 -0
- data/server/instances/7/properties.xml +149 -0
- data/server/instances/8/properties.xml +145 -0
- data/server/instances/9/properties.xml +145 -0
- data/server/resources/transformation_dslx.xsl +120 -91
- metadata +8 -2
- data/server/server.pid +0 -1
data/cockpit/lib/wfadaptor.js
CHANGED
|
@@ -333,7 +333,7 @@ function WfDescription(wf_adaptor, wf_illustrator) { // Model {{{
|
|
|
333
333
|
} else {
|
|
334
334
|
$(this).attr('svg-id', $(this).attr('id'));
|
|
335
335
|
if ($(this).children('parameters').length > 0) {
|
|
336
|
-
$(this).attr('svg-label', $('label',$(this).children('parameters')).text());
|
|
336
|
+
$(this).attr('svg-label', $('label',$(this).children('parameters')).text().replace(/^['"]/,'').replace(/['"]$/,''));
|
|
337
337
|
} else {
|
|
338
338
|
$(this).attr('svg-label', '');
|
|
339
339
|
}
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
<description xmlns="http://cpee.org/ns/description/1.0">
|
|
21
21
|
<call id="a1" endpoint="bookAir">
|
|
22
22
|
<parameters>
|
|
23
|
-
<method
|
|
23
|
+
<method>:post</method>
|
|
24
24
|
<parameters>
|
|
25
25
|
<from>data.from</from>
|
|
26
26
|
<to>data.to</to>
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
<parallel_branch pass="data.persons" local="p">
|
|
37
37
|
<call id="a2" endpoint="bookHotel">
|
|
38
38
|
<parameters>
|
|
39
|
-
<method
|
|
39
|
+
<method>:post</method>
|
|
40
40
|
<parameters>
|
|
41
41
|
<to>data.to</to>
|
|
42
42
|
</parameters>
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
<alternative condition="data.costs > 700">
|
|
53
53
|
<call id="a4" endpoint="approve">
|
|
54
54
|
<parameters>
|
|
55
|
-
<method
|
|
55
|
+
<method>:post</method>
|
|
56
56
|
<parameters>
|
|
57
57
|
<costs>data.costs</costs>
|
|
58
58
|
</parameters>
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
<loop pre_test='data.feedback'>
|
|
16
16
|
<call id="design" endpoint="timeout">
|
|
17
17
|
<parameters><!--{{{-->
|
|
18
|
-
<method
|
|
18
|
+
<method>:post</method>
|
|
19
19
|
<parameters>
|
|
20
20
|
<timeout>4</timeout>
|
|
21
21
|
</parameters>
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
</call>
|
|
24
24
|
<call id="validate" endpoint="timeout">
|
|
25
25
|
<parameters><!--{{{-->
|
|
26
|
-
<method
|
|
26
|
+
<method>:post</method>
|
|
27
27
|
<parameters>
|
|
28
28
|
<timeout>2</timeout>
|
|
29
29
|
</parameters>
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
</call>
|
|
32
32
|
<call id="publish" endpoint="timeout">
|
|
33
33
|
<parameters><!--{{{-->
|
|
34
|
-
<method
|
|
34
|
+
<method>:post</method>
|
|
35
35
|
<parameters>
|
|
36
36
|
<timeout>1</timeout>
|
|
37
37
|
</parameters>
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
<loop pre_test='data.feedback'>
|
|
44
44
|
<call id="prepare" endpoint="timeout">
|
|
45
45
|
<parameters><!--{{{-->
|
|
46
|
-
<method
|
|
46
|
+
<method>:post</method>
|
|
47
47
|
<parameters>
|
|
48
48
|
<timeout>4</timeout>
|
|
49
49
|
</parameters>
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
</call>
|
|
52
52
|
<call id="fab" endpoint="timeout">
|
|
53
53
|
<parameters><!--{{{-->
|
|
54
|
-
<method
|
|
54
|
+
<method>:post</method>
|
|
55
55
|
<parameters>
|
|
56
56
|
<timeout>4</timeout>
|
|
57
57
|
</parameters>
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
</call>
|
|
60
60
|
<call id="evaluate" endpoint="timeout">
|
|
61
61
|
<parameters><!--{{{-->
|
|
62
|
-
<method
|
|
62
|
+
<method>:post</method>
|
|
63
63
|
<parameters>
|
|
64
64
|
<timeout>4</timeout>
|
|
65
65
|
</parameters>
|
data/cockpit/testsets/Linear.xml
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
<description xmlns="http://cpee.org/ns/description/1.0"><!--{{{-->
|
|
16
16
|
<call id="a1" endpoint="timeout">
|
|
17
17
|
<parameters><!--{{{-->
|
|
18
|
-
<method
|
|
18
|
+
<method>:post</method>
|
|
19
19
|
<parameters>
|
|
20
20
|
<timeout>2</timeout>
|
|
21
21
|
</parameters>
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
</call>
|
|
25
25
|
<call id="a2" endpoint="timeout">
|
|
26
26
|
<parameters><!--{{{-->
|
|
27
|
-
<method
|
|
27
|
+
<method>:post</method>
|
|
28
28
|
<parameters>
|
|
29
29
|
<timeout>4</timeout>
|
|
30
30
|
</parameters>
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
</call>
|
|
34
34
|
<call id="a3" endpoint="timeout">
|
|
35
35
|
<parameters><!--{{{-->
|
|
36
|
-
<method
|
|
36
|
+
<method>:post</method>
|
|
37
37
|
<parameters>
|
|
38
38
|
<timeout>4</timeout>
|
|
39
39
|
</parameters>
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
<description xmlns="http://cpee.org/ns/description/1.0">
|
|
14
14
|
<call id="a1" endpoint="timeout">
|
|
15
15
|
<parameters><!--{{{-->
|
|
16
|
-
<method
|
|
16
|
+
<method>:post</method>
|
|
17
17
|
<parameters>
|
|
18
18
|
<timeout>4</timeout>
|
|
19
19
|
<bug>data.nasty</bug>
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
<parallel_branch>
|
|
26
26
|
<call id="a2_1" endpoint="timeout">
|
|
27
27
|
<parameters><!--{{{-->
|
|
28
|
-
<method
|
|
28
|
+
<method>:post</method>
|
|
29
29
|
<parameters>
|
|
30
30
|
<timeout>6</timeout>
|
|
31
31
|
</parameters>
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
<parallel_branch>
|
|
36
36
|
<call id="a2_2" endpoint="timeout">
|
|
37
37
|
<parameters><!--{{{-->
|
|
38
|
-
<method
|
|
38
|
+
<method>:post</method>
|
|
39
39
|
<parameters>
|
|
40
40
|
<timeout>2</timeout>
|
|
41
41
|
</parameters>
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
<alternative condition="data.x != nil">
|
|
49
49
|
<call id="a4_1" endpoint="timeout">
|
|
50
50
|
<parameters><!--{{{-->
|
|
51
|
-
<method
|
|
51
|
+
<method>:post</method>
|
|
52
52
|
<parameters>
|
|
53
53
|
<timeout>4</timeout>
|
|
54
54
|
</parameters>
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
<otherwise>
|
|
59
59
|
<call id="a4_2" endpoint="timeout">
|
|
60
60
|
<parameters><!--{{{-->
|
|
61
|
-
<method
|
|
61
|
+
<method>:post</method>
|
|
62
62
|
<parameters>
|
|
63
63
|
<timeout>10</timeout>
|
|
64
64
|
</parameters>
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
<description xmlns="http://cpee.org/ns/description/1.0">
|
|
21
21
|
<call id="a1" endpoint="bookAir">
|
|
22
22
|
<parameters>
|
|
23
|
-
<method
|
|
23
|
+
<method>:post</method>
|
|
24
24
|
<parameters>
|
|
25
25
|
<from>data.from</from>
|
|
26
26
|
<to>data.to</to>
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
<parallel_branch pass="data.persons" local="p">
|
|
36
36
|
<call id="a2" endpoint="bookHotel">
|
|
37
37
|
<parameters>
|
|
38
|
-
<method
|
|
38
|
+
<method>:post</method>
|
|
39
39
|
<parameters>
|
|
40
40
|
<to>data.to</to>
|
|
41
41
|
</parameters>
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
<parallel_branch pass="data.persons" local="p">
|
|
51
51
|
<call id="a4" endpoint="bookHotel">
|
|
52
52
|
<parameters>
|
|
53
|
-
<method
|
|
53
|
+
<method>:post</method>
|
|
54
54
|
<parameters>
|
|
55
55
|
<to>data.to</to>
|
|
56
56
|
</parameters>
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
<parallel_branch pass="data.persons" local="p">
|
|
63
63
|
<call id="a5" endpoint="bookHotel">
|
|
64
64
|
<parameters>
|
|
65
|
-
<method
|
|
65
|
+
<method>:post</method>
|
|
66
66
|
<parameters>
|
|
67
67
|
<to>data.to</to>
|
|
68
68
|
</parameters>
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
<alternative condition="data.costs > 700">
|
|
79
79
|
<call id="a7" endpoint="approve">
|
|
80
80
|
<parameters>
|
|
81
|
-
<method
|
|
81
|
+
<method>:post</method>
|
|
82
82
|
<parameters>
|
|
83
83
|
<costs>data.costs</costs>
|
|
84
84
|
</parameters>
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
<description xmlns="http://cpee.org/ns/description/1.0">
|
|
31
31
|
<call id="a1" endpoint="bookAir">
|
|
32
32
|
<parameters>
|
|
33
|
-
<method
|
|
33
|
+
<method>:post</method>
|
|
34
34
|
<parameters>
|
|
35
35
|
<from>data.from</from>
|
|
36
36
|
<to>data.to</to>
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
<parallel_branch pass="data.persons" local="p">
|
|
47
47
|
<call id="a2" endpoint="bookHotel">
|
|
48
48
|
<parameters>
|
|
49
|
-
<method
|
|
49
|
+
<method>:post</method>
|
|
50
50
|
<parameters>
|
|
51
51
|
<to>data.to</to>
|
|
52
52
|
</parameters>
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
<alternative condition="data.costs > 700">
|
|
63
63
|
<call id="a4" endpoint="approve">
|
|
64
64
|
<parameters>
|
|
65
|
-
<method
|
|
65
|
+
<method>:post</method>
|
|
66
66
|
<parameters>
|
|
67
67
|
<costs>data.costs</costs>
|
|
68
68
|
</parameters>
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
<description xmlns="http://cpee.org/ns/description/1.0"><!--{{{-->
|
|
19
19
|
<call id="a1" endpoint="timeout">
|
|
20
20
|
<parameters><!--{{{-->
|
|
21
|
-
<method
|
|
21
|
+
<method>:post</method>
|
|
22
22
|
<parameters>
|
|
23
23
|
<timeout>2</timeout>
|
|
24
24
|
</parameters>
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
</call>
|
|
28
28
|
<call id="a2" endpoint="timeouts">
|
|
29
29
|
<parameters><!--{{{-->
|
|
30
|
-
<method
|
|
30
|
+
<method>:post</method>
|
|
31
31
|
<parameters>
|
|
32
32
|
<timeout>4</timeout>
|
|
33
33
|
</parameters>
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
</call>
|
|
37
37
|
<call id="a3" endpoint="timeout">
|
|
38
38
|
<parameters><!--{{{-->
|
|
39
|
-
<method
|
|
39
|
+
<method>:post</method>
|
|
40
40
|
<parameters>
|
|
41
41
|
<timeout>4</timeout>
|
|
42
42
|
</parameters>
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
<description xmlns="http://cpee.org/ns/description/1.0"><!--{{{-->
|
|
19
19
|
<call id="a1" endpoint="timeout">
|
|
20
20
|
<parameters><!--{{{-->
|
|
21
|
-
<method
|
|
21
|
+
<method>:post</method>
|
|
22
22
|
<parameters>
|
|
23
23
|
<timeout>2</timeout>
|
|
24
24
|
</parameters>
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
</call>
|
|
28
28
|
<call id="a2" endpoint="timeouts">
|
|
29
29
|
<parameters><!--{{{-->
|
|
30
|
-
<method
|
|
30
|
+
<method>:post</method>
|
|
31
31
|
<parameters>
|
|
32
32
|
<timeout>10</timeout>
|
|
33
33
|
</parameters>
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
</call>
|
|
37
37
|
<call id="a3" endpoint="timeout">
|
|
38
38
|
<parameters><!--{{{-->
|
|
39
|
-
<method
|
|
39
|
+
<method>:post</method>
|
|
40
40
|
<parameters>
|
|
41
41
|
<timeout>4</timeout>
|
|
42
42
|
</parameters>
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
<description xmlns="http://cpee.org/ns/description/1.0"><!--{{{-->
|
|
19
19
|
<call id="a1" endpoint="timeout">
|
|
20
20
|
<parameters><!--{{{-->
|
|
21
|
-
<method
|
|
21
|
+
<method>:post</method>
|
|
22
22
|
<parameters>
|
|
23
23
|
<timeout>2</timeout>
|
|
24
24
|
</parameters>
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
</call>
|
|
28
28
|
<call id="a2" endpoint="timeouts">
|
|
29
29
|
<parameters><!--{{{-->
|
|
30
|
-
<method
|
|
30
|
+
<method>:post</method>
|
|
31
31
|
<parameters>
|
|
32
32
|
<timeout>16</timeout>
|
|
33
33
|
</parameters>
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
</call>
|
|
37
37
|
<call id="a3" endpoint="timeout">
|
|
38
38
|
<parameters><!--{{{-->
|
|
39
|
-
<method
|
|
39
|
+
<method>:post</method>
|
|
40
40
|
<parameters>
|
|
41
41
|
<timeout>4</timeout>
|
|
42
42
|
</parameters>
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
<description xmlns="http://cpee.org/ns/description/1.0"><!--{{{-->
|
|
19
19
|
<call id="a1" endpoint="timeout">
|
|
20
20
|
<parameters><!--{{{-->
|
|
21
|
-
<method
|
|
21
|
+
<method>:post</method>
|
|
22
22
|
<parameters>
|
|
23
23
|
<timeout>2</timeout>
|
|
24
24
|
</parameters>
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
</call>
|
|
28
28
|
<call id="a2" endpoint="timeouts">
|
|
29
29
|
<parameters><!--{{{-->
|
|
30
|
-
<method
|
|
30
|
+
<method>:post</method>
|
|
31
31
|
<parameters>
|
|
32
32
|
<timeout>4</timeout>
|
|
33
33
|
</parameters>
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
</call>
|
|
37
37
|
<call id="a3" endpoint="timeout">
|
|
38
38
|
<parameters><!--{{{-->
|
|
39
|
-
<method
|
|
39
|
+
<method>:post</method>
|
|
40
40
|
<parameters>
|
|
41
41
|
<timeout>4</timeout>
|
|
42
42
|
</parameters>
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
<loop pre_test='data.feedback'>
|
|
16
16
|
<call id="publish" endpoint="timeout">
|
|
17
17
|
<parameters><!--{{{-->
|
|
18
|
-
<method
|
|
18
|
+
<method>:post</method>
|
|
19
19
|
<parameters>
|
|
20
20
|
<timeout>1</timeout>
|
|
21
21
|
</parameters>
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
<alternative condition="data.x != nil">
|
|
26
26
|
<call id="a4_1" endpoint="timeout">
|
|
27
27
|
<parameters><!--{{{-->
|
|
28
|
-
<method
|
|
28
|
+
<method>:post</method>
|
|
29
29
|
<parameters>
|
|
30
30
|
<timeout>4</timeout>
|
|
31
31
|
</parameters>
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
<otherwise>
|
|
36
36
|
<call id="a4_2" endpoint="timeout">
|
|
37
37
|
<parameters><!--{{{-->
|
|
38
|
-
<method
|
|
38
|
+
<method>:post</method>
|
|
39
39
|
<parameters>
|
|
40
40
|
<timeout>10</timeout>
|
|
41
41
|
</parameters>
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
<alternative condition="data.x != nil">
|
|
48
48
|
<call id="a4_1" endpoint="timeout">
|
|
49
49
|
<parameters><!--{{{-->
|
|
50
|
-
<method
|
|
50
|
+
<method>:post</method>
|
|
51
51
|
<parameters>
|
|
52
52
|
<timeout>4</timeout>
|
|
53
53
|
</parameters>
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
<otherwise>
|
|
58
58
|
<call id="a4_2" endpoint="timeout">
|
|
59
59
|
<parameters><!--{{{-->
|
|
60
|
-
<method
|
|
60
|
+
<method>:post</method>
|
|
61
61
|
<parameters>
|
|
62
62
|
<timeout>10</timeout>
|
|
63
63
|
</parameters>
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
</loop>
|
|
69
69
|
<call id="a4_1" endpoint="timeout">
|
|
70
70
|
<parameters><!--{{{-->
|
|
71
|
-
<method
|
|
71
|
+
<method>:post</method>
|
|
72
72
|
<parameters>
|
|
73
73
|
<timeout>4</timeout>
|
|
74
74
|
</parameters>
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
<loop pre_test='data.feedback'>
|
|
80
80
|
<call id="prepare" endpoint="timeout">
|
|
81
81
|
<parameters><!--{{{-->
|
|
82
|
-
<method
|
|
82
|
+
<method>:post</method>
|
|
83
83
|
<parameters>
|
|
84
84
|
<timeout>4</timeout>
|
|
85
85
|
</parameters>
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
<alternative condition="data.x != nil">
|
|
92
92
|
<call id="a4_1" endpoint="timeout">
|
|
93
93
|
<parameters><!--{{{-->
|
|
94
|
-
<method
|
|
94
|
+
<method>:post</method>
|
|
95
95
|
<parameters>
|
|
96
96
|
<timeout>4</timeout>
|
|
97
97
|
</parameters>
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
<alternative condition="data.x.nil?">
|
|
104
104
|
<call id="a4_2" endpoint="timeout">
|
|
105
105
|
<parameters><!--{{{-->
|
|
106
|
-
<method
|
|
106
|
+
<method>:post</method>
|
|
107
107
|
<parameters>
|
|
108
108
|
<timeout>10</timeout>
|
|
109
109
|
</parameters>
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
<alternative condition="data.x != nil">
|
|
118
118
|
<call id="a4_1" endpoint="timeout">
|
|
119
119
|
<parameters><!--{{{-->
|
|
120
|
-
<method
|
|
120
|
+
<method>:post</method>
|
|
121
121
|
<parameters>
|
|
122
122
|
<timeout>4</timeout>
|
|
123
123
|
</parameters>
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
<alternative condition="data.x.nil?">
|
|
130
130
|
<call id="a4_2" endpoint="timeout">
|
|
131
131
|
<parameters><!--{{{-->
|
|
132
|
-
<method
|
|
132
|
+
<method>:post</method>
|
|
133
133
|
<parameters>
|
|
134
134
|
<timeout>10</timeout>
|
|
135
135
|
</parameters>
|
data/cpee.gemspec
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = "cpee"
|
|
3
|
-
s.version = "1.3.
|
|
3
|
+
s.version = "1.3.134"
|
|
4
4
|
s.platform = Gem::Platform::RUBY
|
|
5
5
|
s.license = "LGPL-3"
|
|
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"
|