cpee 1.3.142 → 1.3.143
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 +2 -2
- data/server/instances/1/notifications/d12eff1ac812661c05d7090ce7394cf9/consumer-secret +1 -0
- data/server/instances/1/notifications/d12eff1ac812661c05d7090ce7394cf9/producer-secret +1 -0
- data/server/instances/1/notifications/d12eff1ac812661c05d7090ce7394cf9/subscription.xml +27 -0
- data/server/instances/1/properties.xml +69 -101
- data/server/instances/10/properties.xml +106 -70
- data/server/instances/2/properties.xml +191 -44
- data/server/instances/3/properties.xml +70 -44
- data/server/instances/4/properties.xml +28 -68
- data/server/instances/5/properties.xml +10 -70
- data/server/instances/6/properties.xml +175 -55
- data/server/instances/7/properties.xml +118 -52
- data/server/instances/8/properties.xml +112 -50
- data/server/instances/9/properties.xml +115 -47
- metadata +101 -99
- data/server/instances/11/properties.xml +0 -109
@@ -1,109 +0,0 @@
|
|
1
|
-
<properties xmlns="http://riddl.org/ns/common-patterns/properties/1.0">
|
2
|
-
<info/>
|
3
|
-
<state>ready</state>
|
4
|
-
<handlerwrapper>DefaultHandlerWrapper</handlerwrapper>
|
5
|
-
<positions>
|
6
|
-
<a1>after</a1>
|
7
|
-
</positions>
|
8
|
-
<dataelements>
|
9
|
-
<x/>
|
10
|
-
</dataelements>
|
11
|
-
<endpoints>
|
12
|
-
<timeout>http://gruppe.wst.univie.ac.at/~mangler/services/timeout.php</timeout>
|
13
|
-
</endpoints>
|
14
|
-
<dsl>call :a1, :timeout, { :method => "post", :parameters => { :timeout => 2 } }, <<-end
|
15
|
-
data.x += "a1,"
|
16
|
-
end
|
17
|
-
call :a2, :timeout, { :method => "post", :parameters => { :timeout => 4 } }, <<-end
|
18
|
-
data.x += "a2,"
|
19
|
-
end
|
20
|
-
call :a3, :timeout, { :method => "post", :parameters => { :timeout => 4 } }, <<-end
|
21
|
-
data.x += "a3,"
|
22
|
-
end
|
23
|
-
</dsl>
|
24
|
-
<dslx>
|
25
|
-
<description xmlns="http://cpee.org/ns/description/1.0">
|
26
|
-
<!--{{{-->
|
27
|
-
<call id="a1" endpoint="timeout">
|
28
|
-
<parameters>
|
29
|
-
<!--{{{-->
|
30
|
-
<method>post</method>
|
31
|
-
<parameters>
|
32
|
-
<timeout>2</timeout>
|
33
|
-
</parameters>
|
34
|
-
</parameters>
|
35
|
-
<!--}}}-->
|
36
|
-
<manipulate output="result"> data.x += "a1,"</manipulate>
|
37
|
-
</call>
|
38
|
-
<call id="a2" endpoint="timeout">
|
39
|
-
<parameters>
|
40
|
-
<!--{{{-->
|
41
|
-
<method>post</method>
|
42
|
-
<parameters>
|
43
|
-
<timeout>4</timeout>
|
44
|
-
</parameters>
|
45
|
-
</parameters>
|
46
|
-
<!--}}}-->
|
47
|
-
<manipulate output="result"> data.x += "a2,"</manipulate>
|
48
|
-
</call>
|
49
|
-
<call id="a3" endpoint="timeout">
|
50
|
-
<parameters>
|
51
|
-
<!--{{{-->
|
52
|
-
<method>post</method>
|
53
|
-
<parameters>
|
54
|
-
<timeout>4</timeout>
|
55
|
-
</parameters>
|
56
|
-
</parameters>
|
57
|
-
<!--}}}-->
|
58
|
-
<manipulate output="result"> data.x += "a3,"</manipulate>
|
59
|
-
</call>
|
60
|
-
</description>
|
61
|
-
</dslx>
|
62
|
-
<status>
|
63
|
-
<id>0</id>
|
64
|
-
<message>undefined</message>
|
65
|
-
</status>
|
66
|
-
<description>
|
67
|
-
<description xmlns="http://cpee.org/ns/description/1.0">
|
68
|
-
<!--{{{-->
|
69
|
-
<call id="a1" endpoint="timeout">
|
70
|
-
<parameters>
|
71
|
-
<!--{{{-->
|
72
|
-
<method>post</method>
|
73
|
-
<parameters>
|
74
|
-
<timeout>2</timeout>
|
75
|
-
</parameters>
|
76
|
-
</parameters>
|
77
|
-
<!--}}}-->
|
78
|
-
<manipulate output="result"> data.x += "a1,"</manipulate>
|
79
|
-
</call>
|
80
|
-
<call id="a2" endpoint="timeout">
|
81
|
-
<parameters>
|
82
|
-
<!--{{{-->
|
83
|
-
<method>post</method>
|
84
|
-
<parameters>
|
85
|
-
<timeout>4</timeout>
|
86
|
-
</parameters>
|
87
|
-
</parameters>
|
88
|
-
<!--}}}-->
|
89
|
-
<manipulate output="result"> data.x += "a2,"</manipulate>
|
90
|
-
</call>
|
91
|
-
<call id="a3" endpoint="timeout">
|
92
|
-
<parameters>
|
93
|
-
<!--{{{-->
|
94
|
-
<method>post</method>
|
95
|
-
<parameters>
|
96
|
-
<timeout>4</timeout>
|
97
|
-
</parameters>
|
98
|
-
</parameters>
|
99
|
-
<!--}}}-->
|
100
|
-
<manipulate output="result"> data.x += "a3,"</manipulate>
|
101
|
-
</call>
|
102
|
-
</description>
|
103
|
-
</description>
|
104
|
-
<transformation>
|
105
|
-
<description type="copy"/>
|
106
|
-
<dataelements type="rest"/>
|
107
|
-
<endpoints type="rest"/>
|
108
|
-
</transformation>
|
109
|
-
</properties>
|