cpee 1.3.174 → 1.3.175
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.
- checksums.yaml +4 -4
- data/Rakefile +0 -6
- data/cockpit/js/instance.js +15 -0
- data/cpee.gemspec +1 -1
- data/lib/cpee/controller.rb +9 -0
- data/lib/cpee/handler_properties.rb +2 -0
- data/server/instances/1/properties.xml +101 -69
- data/server/instances/10/properties.xml +70 -106
- data/server/instances/11/properties.xml +73 -133
- data/server/instances/12/notifications/8d7f2ae546a742fce3a0a488266ea51d/consumer-secret +1 -0
- data/server/instances/12/notifications/8d7f2ae546a742fce3a0a488266ea51d/producer-secret +1 -0
- data/server/instances/12/notifications/8d7f2ae546a742fce3a0a488266ea51d/subscription.xml +6 -0
- data/server/instances/12/properties.xml +0 -1
- data/server/instances/13/notifications/4ff0cde5161c44dae49b263cbc12eaf8/consumer-secret +1 -0
- data/server/instances/13/notifications/4ff0cde5161c44dae49b263cbc12eaf8/producer-secret +1 -0
- data/server/instances/{14/notifications/5bcce90b170116a77fb25aea4e133acc → 13/notifications/4ff0cde5161c44dae49b263cbc12eaf8}/subscription.xml +0 -0
- data/server/instances/14/properties.xml +160 -160
- data/server/instances/15/properties.xml +314 -28
- data/server/instances/16/properties.xml +249 -28
- data/server/instances/17/properties.xml +130 -28
- data/server/instances/18/properties.xml +2 -3
- data/server/instances/19/properties.xml +1 -0
- data/server/instances/2/properties.xml +44 -191
- data/server/instances/3/properties.xml +44 -70
- data/server/instances/4/properties.xml +68 -28
- data/server/instances/5/properties.xml +70 -10
- data/server/instances/6/properties.xml +55 -175
- data/server/instances/7/properties.xml +52 -118
- data/server/instances/8/properties.xml +50 -112
- data/server/instances/9/properties.xml +47 -115
- metadata +117 -131
- data/server/instances/1/notifications/d12eff1ac812661c05d7090ce7394cf9/consumer-secret +0 -1
- data/server/instances/1/notifications/d12eff1ac812661c05d7090ce7394cf9/producer-secret +0 -1
- data/server/instances/1/notifications/d12eff1ac812661c05d7090ce7394cf9/subscription.xml +0 -27
- data/server/instances/12/notifications/7ace1a6f6974fe3574107a19b5e9d036/consumer-secret +0 -1
- data/server/instances/12/notifications/7ace1a6f6974fe3574107a19b5e9d036/producer-secret +0 -1
- data/server/instances/12/notifications/7ace1a6f6974fe3574107a19b5e9d036/subscription.xml +0 -33
- data/server/instances/14/notifications/5bcce90b170116a77fb25aea4e133acc/consumer-secret +0 -1
- data/server/instances/14/notifications/5bcce90b170116a77fb25aea4e133acc/producer-secret +0 -1
- data/server/instances/20/properties.xml +0 -46
- data/server/instances/21/properties.xml +0 -46
- data/server/instances/22/notifications/f9c504b8c715ec94a99fc3c6a660c53a/consumer-secret +0 -1
- data/server/instances/22/notifications/f9c504b8c715ec94a99fc3c6a660c53a/producer-secret +0 -1
- data/server/instances/22/notifications/f9c504b8c715ec94a99fc3c6a660c53a/subscription.xml +0 -23
- data/server/instances/22/properties.xml +0 -112
- data/server/instances/23/notifications/0a5a059f4ae897aee1446d560210dec0/consumer-secret +0 -1
- data/server/instances/23/notifications/0a5a059f4ae897aee1446d560210dec0/producer-secret +0 -1
- data/server/instances/23/notifications/0a5a059f4ae897aee1446d560210dec0/subscription.xml +0 -23
- data/server/instances/23/properties.xml +0 -148
- data/server/server.pid +0 -1
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.
|
|
4
|
+
version: 1.3.175
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Juergen eTM Mangler
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date:
|
|
13
|
+
date: 2015-01-07 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: riddl
|
|
@@ -75,151 +75,137 @@ extensions: []
|
|
|
75
75
|
extra_rdoc_files:
|
|
76
76
|
- README
|
|
77
77
|
files:
|
|
78
|
-
-
|
|
79
|
-
-
|
|
80
|
-
-
|
|
81
|
-
-
|
|
82
|
-
-
|
|
83
|
-
-
|
|
84
|
-
- server/resources/empty_dslx.xml
|
|
85
|
-
- server/resources/properties.schema.inactive
|
|
86
|
-
- server/resources/transformation.xml
|
|
87
|
-
- server/instances/1/notifications/d12eff1ac812661c05d7090ce7394cf9/consumer-secret
|
|
88
|
-
- server/instances/1/notifications/d12eff1ac812661c05d7090ce7394cf9/producer-secret
|
|
89
|
-
- server/instances/1/notifications/d12eff1ac812661c05d7090ce7394cf9/subscription.xml
|
|
90
|
-
- server/instances/1/properties.xml
|
|
91
|
-
- server/instances/3/properties.xml
|
|
92
|
-
- server/instances/22/notifications/f9c504b8c715ec94a99fc3c6a660c53a/consumer-secret
|
|
93
|
-
- server/instances/22/notifications/f9c504b8c715ec94a99fc3c6a660c53a/producer-secret
|
|
94
|
-
- server/instances/22/notifications/f9c504b8c715ec94a99fc3c6a660c53a/subscription.xml
|
|
95
|
-
- server/instances/22/properties.xml
|
|
96
|
-
- server/instances/14/notifications/5bcce90b170116a77fb25aea4e133acc/consumer-secret
|
|
97
|
-
- server/instances/14/notifications/5bcce90b170116a77fb25aea4e133acc/producer-secret
|
|
98
|
-
- server/instances/14/notifications/5bcce90b170116a77fb25aea4e133acc/subscription.xml
|
|
99
|
-
- server/instances/14/properties.xml
|
|
100
|
-
- server/instances/9/properties.xml
|
|
101
|
-
- server/instances/12/notifications/7ace1a6f6974fe3574107a19b5e9d036/consumer-secret
|
|
102
|
-
- server/instances/12/notifications/7ace1a6f6974fe3574107a19b5e9d036/producer-secret
|
|
103
|
-
- server/instances/12/notifications/7ace1a6f6974fe3574107a19b5e9d036/subscription.xml
|
|
104
|
-
- server/instances/12/properties.xml
|
|
105
|
-
- server/instances/15/properties.xml
|
|
106
|
-
- server/instances/17/properties.xml
|
|
107
|
-
- server/instances/18/properties.xml
|
|
108
|
-
- server/instances/16/properties.xml
|
|
109
|
-
- server/instances/10/properties.xml
|
|
110
|
-
- server/instances/4/properties.xml
|
|
111
|
-
- server/instances/13/properties.xml
|
|
112
|
-
- server/instances/7/properties.xml
|
|
113
|
-
- server/instances/23/notifications/0a5a059f4ae897aee1446d560210dec0/consumer-secret
|
|
114
|
-
- server/instances/23/notifications/0a5a059f4ae897aee1446d560210dec0/producer-secret
|
|
115
|
-
- server/instances/23/notifications/0a5a059f4ae897aee1446d560210dec0/subscription.xml
|
|
116
|
-
- server/instances/23/properties.xml
|
|
117
|
-
- server/instances/11/properties.xml
|
|
118
|
-
- server/instances/6/properties.xml
|
|
119
|
-
- server/instances/19/properties.xml
|
|
120
|
-
- server/instances/20/properties.xml
|
|
121
|
-
- server/instances/21/properties.xml
|
|
122
|
-
- server/instances/5/properties.xml
|
|
123
|
-
- server/instances/8/properties.xml
|
|
124
|
-
- server/instances/2/properties.xml
|
|
125
|
-
- server/server.pid
|
|
126
|
-
- server/handlerwrappers/soap.rb
|
|
127
|
-
- server/handlerwrappers/default.rb
|
|
128
|
-
- lib/engine.xml
|
|
129
|
-
- lib/cpee/callback.rb
|
|
130
|
-
- lib/cpee/handler_notifications.rb
|
|
131
|
-
- lib/cpee/controller.rb
|
|
132
|
-
- lib/cpee/processtransformation/target.rb
|
|
133
|
-
- lib/cpee/processtransformation/bpmn2.rb
|
|
134
|
-
- lib/cpee/processtransformation/cpee.rb
|
|
135
|
-
- lib/cpee/processtransformation/structures.rb
|
|
136
|
-
- lib/cpee/processtransformation/bpel/bpel2wee.rb
|
|
137
|
-
- lib/cpee/processtransformation/bpel/bpelserver.xml
|
|
138
|
-
- lib/cpee/processtransformation/bpel/bpelserver.ru
|
|
139
|
-
- lib/cpee/processtransformation/bpel/Repository/booking/report.wsdl
|
|
140
|
-
- lib/cpee/processtransformation/bpel/Repository/booking/hotel.wsdl
|
|
141
|
-
- lib/cpee/processtransformation/bpel/Repository/booking/airline.wsdl
|
|
142
|
-
- lib/cpee/processtransformation/bpel/Repository/booking.wsdl
|
|
143
|
-
- lib/cpee/processtransformation/bpel/Repository/booking.bpel
|
|
144
|
-
- lib/cpee/processtransformation/bpel/lib/BPEL_Transform.rb
|
|
145
|
-
- lib/cpee/handler_properties.rb
|
|
146
|
-
- lib/cpee/implementation.rb
|
|
147
|
-
- lib/cpee/empty_workflow.rb
|
|
148
|
-
- lib/engine/instance-info.rng
|
|
149
|
-
- lib/engine/instances.rng
|
|
150
|
-
- lib/engine/callbacks.rng
|
|
151
|
-
- lib/cpee.xml
|
|
152
|
-
- cockpit/testsets/Endpoints and Data Manipulation.xml
|
|
153
|
-
- cockpit/testsets/TEST - Bad Loop.xml
|
|
154
|
-
- cockpit/testsets/Syncing P34 3.xml
|
|
155
|
-
- cockpit/testsets/CPEE.xml
|
|
156
|
-
- cockpit/testsets/Signavio.xml
|
|
157
|
-
- cockpit/testsets/Coopis Testset.xml
|
|
158
|
-
- cockpit/testsets/TEST - Wrong Positions.xml
|
|
159
|
-
- cockpit/testsets/transformations.xml
|
|
160
|
-
- cockpit/testsets/ICSOC Testset.xml
|
|
161
|
-
- cockpit/testsets/Syncing P34.xml
|
|
162
|
-
- cockpit/testsets/Linear.xml
|
|
163
|
-
- cockpit/testsets/Syncing P34 1.xml
|
|
164
|
-
- cockpit/testsets/Syncing P34 2.xml
|
|
165
|
-
- cockpit/testsets/Mangler 2.xml
|
|
166
|
-
- cockpit/testsets/Mangler 1.xml
|
|
167
|
-
- cockpit/testsets/testsets.xml
|
|
168
|
-
- cockpit/testsets/Concurrent.xml
|
|
169
|
-
- cockpit/testsets/SOPROMO Test Sonification.xml
|
|
78
|
+
- AUTHORS
|
|
79
|
+
- COPYING
|
|
80
|
+
- FEATURES
|
|
81
|
+
- INSTALL
|
|
82
|
+
- README
|
|
83
|
+
- Rakefile
|
|
170
84
|
- cockpit/README
|
|
85
|
+
- cockpit/contrib/graph_example.svg
|
|
86
|
+
- cockpit/contrib/legend.svg
|
|
87
|
+
- cockpit/contrib/symbols.svg
|
|
88
|
+
- cockpit/contrib/transformation1.xsl
|
|
89
|
+
- cockpit/contrib/transformation2.xsl
|
|
90
|
+
- cockpit/contrib/tree_example.svg
|
|
171
91
|
- cockpit/css/ui.css
|
|
92
|
+
- cockpit/index.html
|
|
172
93
|
- cockpit/js/details.js
|
|
173
|
-
- cockpit/js/wfadaptor.cpee.js
|
|
174
94
|
- cockpit/js/instance.js
|
|
175
|
-
- cockpit/js/ui.js
|
|
176
95
|
- cockpit/js/parameters.js
|
|
177
|
-
- cockpit/
|
|
178
|
-
- cockpit/
|
|
179
|
-
- cockpit/contrib/tree_example.svg
|
|
180
|
-
- cockpit/contrib/transformation1.xsl
|
|
181
|
-
- cockpit/contrib/transformation2.xsl
|
|
182
|
-
- cockpit/contrib/legend.svg
|
|
183
|
-
- cockpit/contrib/symbols.svg
|
|
184
|
-
- cockpit/lib/jquery-ui.custom.min.js
|
|
96
|
+
- cockpit/js/ui.js
|
|
97
|
+
- cockpit/js/wfadaptor.cpee.js
|
|
185
98
|
- cockpit/lib/custommenu.css
|
|
186
|
-
- cockpit/lib/
|
|
187
|
-
- cockpit/lib/ui.
|
|
99
|
+
- cockpit/lib/custommenu.js
|
|
100
|
+
- cockpit/lib/jquery-ui.custom.min.js
|
|
101
|
+
- cockpit/lib/jquery-ui.custom.min.txt
|
|
188
102
|
- cockpit/lib/jquery.browser.js
|
|
189
|
-
- cockpit/lib/
|
|
190
|
-
- cockpit/lib/
|
|
191
|
-
- cockpit/lib/jquery.redraw.js
|
|
192
|
-
- cockpit/lib/strftime.min.js
|
|
193
|
-
- cockpit/lib/printf.js
|
|
103
|
+
- cockpit/lib/jquery.caret.min.js
|
|
104
|
+
- cockpit/lib/jquery.cookie.js
|
|
194
105
|
- cockpit/lib/jquery.min.js
|
|
106
|
+
- cockpit/lib/jquery.redraw.js
|
|
107
|
+
- cockpit/lib/jquery.svg.min.js
|
|
195
108
|
- cockpit/lib/jquery.svgdom.min.js
|
|
196
|
-
- cockpit/lib/jquery.cookie.js
|
|
197
|
-
- cockpit/lib/jquery-ui.custom.min.txt
|
|
198
|
-
- cockpit/lib/custommenu.js
|
|
199
|
-
- cockpit/lib/ui.js
|
|
200
109
|
- cockpit/lib/parsequery.js
|
|
201
|
-
- cockpit/lib/
|
|
202
|
-
- cockpit/lib/
|
|
203
|
-
- cockpit/lib/
|
|
110
|
+
- cockpit/lib/printf.js
|
|
111
|
+
- cockpit/lib/strftime.min.js
|
|
112
|
+
- cockpit/lib/ui.css
|
|
113
|
+
- cockpit/lib/ui.js
|
|
114
|
+
- cockpit/lib/underscore.min.js
|
|
115
|
+
- cockpit/lib/util.js
|
|
204
116
|
- cockpit/lib/wfadaptor-doc/demo1.html
|
|
205
|
-
- cockpit/lib/wfadaptor-doc/index.html
|
|
206
117
|
- cockpit/lib/wfadaptor-doc/demo2.html
|
|
207
|
-
-
|
|
208
|
-
-
|
|
118
|
+
- cockpit/lib/wfadaptor-doc/index.html
|
|
119
|
+
- cockpit/lib/wfadaptor.css
|
|
120
|
+
- cockpit/lib/wfadaptor.js
|
|
121
|
+
- cockpit/testsets/CPEE.xml
|
|
122
|
+
- cockpit/testsets/Concurrent.xml
|
|
123
|
+
- cockpit/testsets/Coopis Testset.xml
|
|
124
|
+
- cockpit/testsets/Endpoints and Data Manipulation.xml
|
|
125
|
+
- cockpit/testsets/ICSOC Testset.xml
|
|
126
|
+
- cockpit/testsets/Linear.xml
|
|
127
|
+
- cockpit/testsets/Mangler 1.xml
|
|
128
|
+
- cockpit/testsets/Mangler 2.xml
|
|
129
|
+
- cockpit/testsets/SOPROMO Test Sonification.xml
|
|
130
|
+
- cockpit/testsets/Signavio.xml
|
|
131
|
+
- cockpit/testsets/Syncing P34 1.xml
|
|
132
|
+
- cockpit/testsets/Syncing P34 2.xml
|
|
133
|
+
- cockpit/testsets/Syncing P34 3.xml
|
|
134
|
+
- cockpit/testsets/Syncing P34.xml
|
|
135
|
+
- cockpit/testsets/TEST - Bad Loop.xml
|
|
136
|
+
- cockpit/testsets/TEST - Wrong Positions.xml
|
|
137
|
+
- cockpit/testsets/testsets.xml
|
|
138
|
+
- cockpit/testsets/transformations.xml
|
|
139
|
+
- contrib/Screenshot at 2011-09-28 02:38:11.png
|
|
209
140
|
- contrib/logo2-small.png
|
|
141
|
+
- contrib/logo2.png
|
|
210
142
|
- contrib/logo2.svg
|
|
211
143
|
- contrib/logo2a.png
|
|
212
|
-
- contrib/
|
|
213
|
-
- COPYING
|
|
214
|
-
- FEATURES
|
|
215
|
-
- INSTALL
|
|
216
|
-
- Rakefile
|
|
144
|
+
- contrib/logo2a.svg
|
|
217
145
|
- cpee.gemspec
|
|
218
|
-
-
|
|
219
|
-
-
|
|
220
|
-
-
|
|
146
|
+
- lib/cpee.xml
|
|
147
|
+
- lib/cpee/callback.rb
|
|
148
|
+
- lib/cpee/controller.rb
|
|
149
|
+
- lib/cpee/empty_workflow.rb
|
|
150
|
+
- lib/cpee/handler_notifications.rb
|
|
151
|
+
- lib/cpee/handler_properties.rb
|
|
152
|
+
- lib/cpee/implementation.rb
|
|
153
|
+
- lib/cpee/processtransformation/bpel/Repository/booking.bpel
|
|
154
|
+
- lib/cpee/processtransformation/bpel/Repository/booking.wsdl
|
|
155
|
+
- lib/cpee/processtransformation/bpel/Repository/booking/airline.wsdl
|
|
156
|
+
- lib/cpee/processtransformation/bpel/Repository/booking/hotel.wsdl
|
|
157
|
+
- lib/cpee/processtransformation/bpel/Repository/booking/report.wsdl
|
|
158
|
+
- lib/cpee/processtransformation/bpel/bpel2wee.rb
|
|
159
|
+
- lib/cpee/processtransformation/bpel/bpelserver.ru
|
|
160
|
+
- lib/cpee/processtransformation/bpel/bpelserver.xml
|
|
161
|
+
- lib/cpee/processtransformation/bpel/lib/BPEL_Transform.rb
|
|
162
|
+
- lib/cpee/processtransformation/bpmn2.rb
|
|
163
|
+
- lib/cpee/processtransformation/cpee.rb
|
|
164
|
+
- lib/cpee/processtransformation/structures.rb
|
|
165
|
+
- lib/cpee/processtransformation/target.rb
|
|
166
|
+
- lib/engine.xml
|
|
167
|
+
- lib/engine/callbacks.rng
|
|
168
|
+
- lib/engine/instance-info.rng
|
|
169
|
+
- lib/engine/instances.rng
|
|
170
|
+
- server/handlerwrappers/default.rb
|
|
171
|
+
- server/handlerwrappers/soap.rb
|
|
172
|
+
- server/instances/1/properties.xml
|
|
173
|
+
- server/instances/10/properties.xml
|
|
174
|
+
- server/instances/11/properties.xml
|
|
175
|
+
- server/instances/12/notifications/8d7f2ae546a742fce3a0a488266ea51d/consumer-secret
|
|
176
|
+
- server/instances/12/notifications/8d7f2ae546a742fce3a0a488266ea51d/producer-secret
|
|
177
|
+
- server/instances/12/notifications/8d7f2ae546a742fce3a0a488266ea51d/subscription.xml
|
|
178
|
+
- server/instances/12/properties.xml
|
|
179
|
+
- server/instances/13/notifications/4ff0cde5161c44dae49b263cbc12eaf8/consumer-secret
|
|
180
|
+
- server/instances/13/notifications/4ff0cde5161c44dae49b263cbc12eaf8/producer-secret
|
|
181
|
+
- server/instances/13/notifications/4ff0cde5161c44dae49b263cbc12eaf8/subscription.xml
|
|
182
|
+
- server/instances/13/properties.xml
|
|
183
|
+
- server/instances/14/properties.xml
|
|
184
|
+
- server/instances/15/properties.xml
|
|
185
|
+
- server/instances/16/properties.xml
|
|
186
|
+
- server/instances/17/properties.xml
|
|
187
|
+
- server/instances/18/properties.xml
|
|
188
|
+
- server/instances/19/properties.xml
|
|
189
|
+
- server/instances/2/properties.xml
|
|
190
|
+
- server/instances/3/properties.xml
|
|
191
|
+
- server/instances/4/properties.xml
|
|
192
|
+
- server/instances/5/properties.xml
|
|
193
|
+
- server/instances/6/properties.xml
|
|
194
|
+
- server/instances/7/properties.xml
|
|
195
|
+
- server/instances/8/properties.xml
|
|
196
|
+
- server/instances/9/properties.xml
|
|
197
|
+
- server/resources/empty_dslx.xml
|
|
198
|
+
- server/resources/properties.init
|
|
199
|
+
- server/resources/properties.schema.active
|
|
200
|
+
- server/resources/properties.schema.finished
|
|
201
|
+
- server/resources/properties.schema.inactive
|
|
202
|
+
- server/resources/topics.xml
|
|
203
|
+
- server/resources/transformation.xml
|
|
204
|
+
- server/resources/transformation_dslx.xsl
|
|
205
|
+
- server/server.rb
|
|
221
206
|
- test/delete.rb
|
|
222
207
|
- test/load.rb
|
|
208
|
+
- test/testset.xml
|
|
223
209
|
homepage: http://cpee.org/
|
|
224
210
|
licenses:
|
|
225
211
|
- LGPL-3
|
|
@@ -240,12 +226,12 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
240
226
|
version: '0'
|
|
241
227
|
requirements: []
|
|
242
228
|
rubyforge_project:
|
|
243
|
-
rubygems_version: 2.
|
|
229
|
+
rubygems_version: 2.4.5
|
|
244
230
|
signing_key:
|
|
245
231
|
specification_version: 4
|
|
246
232
|
summary: Preliminary release of cloud process execution engine (cpee). If you just
|
|
247
233
|
need workflow execution, without a rest/xmpp service exposing it, then use WEEL
|
|
248
234
|
test_files:
|
|
235
|
+
- test/load.rb
|
|
249
236
|
- test/testset.xml
|
|
250
237
|
- test/delete.rb
|
|
251
|
-
- test/load.rb
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
d206763d6042af84dad267ae316c2a00
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
63f8cb395dd00d19bf520b0ffa283007
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
<subscription xmlns="http://riddl.org/ns/common-patterns/notifications-producer/1.0">
|
|
2
|
-
<topic id="running">
|
|
3
|
-
<event>activity_calling</event>
|
|
4
|
-
<event>activity_manipulating</event>
|
|
5
|
-
<event>activity_failed</event>
|
|
6
|
-
<event>activity_done</event>
|
|
7
|
-
</topic>
|
|
8
|
-
<topic id="properties/position">
|
|
9
|
-
<event>change</event>
|
|
10
|
-
</topic>
|
|
11
|
-
<topic id="properties/description">
|
|
12
|
-
<event>change</event>
|
|
13
|
-
<event>error</event>
|
|
14
|
-
</topic>
|
|
15
|
-
<topic id="properties/state">
|
|
16
|
-
<event>change</event>
|
|
17
|
-
</topic>
|
|
18
|
-
<topic id="properties/dataelements">
|
|
19
|
-
<event>change</event>
|
|
20
|
-
</topic>
|
|
21
|
-
<topic id="properties/endpoints">
|
|
22
|
-
<event>change</event>
|
|
23
|
-
</topic>
|
|
24
|
-
<topic id="properties/handlers">
|
|
25
|
-
<event>change</event>
|
|
26
|
-
</topic>
|
|
27
|
-
</subscription>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
5a3dd27ff4700c5ac8845e72fad3de33
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
e562fbbd02da263a1fe4487ddec14718
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
<subscription xmlns="http://riddl.org/ns/common-patterns/notifications-producer/1.0">
|
|
2
|
-
<topic id="running">
|
|
3
|
-
<event>activity_calling</event>
|
|
4
|
-
<event>activity_manipulating</event>
|
|
5
|
-
<event>activity_failed</event>
|
|
6
|
-
<event>activity_done</event>
|
|
7
|
-
</topic>
|
|
8
|
-
<topic id="properties/position">
|
|
9
|
-
<event>change</event>
|
|
10
|
-
</topic>
|
|
11
|
-
<topic id="properties/description">
|
|
12
|
-
<event>change</event>
|
|
13
|
-
<event>error</event>
|
|
14
|
-
</topic>
|
|
15
|
-
<topic id="properties/state">
|
|
16
|
-
<event>change</event>
|
|
17
|
-
</topic>
|
|
18
|
-
<topic id="properties/dataelements">
|
|
19
|
-
<event>change</event>
|
|
20
|
-
</topic>
|
|
21
|
-
<topic id="properties/endpoints">
|
|
22
|
-
<event>change</event>
|
|
23
|
-
</topic>
|
|
24
|
-
<topic id="properties/transformation">
|
|
25
|
-
<event>change</event>
|
|
26
|
-
</topic>
|
|
27
|
-
<topic id="properties/handlerwrapper">
|
|
28
|
-
<event>result</event>
|
|
29
|
-
</topic>
|
|
30
|
-
<topic id="properties/handlers">
|
|
31
|
-
<event>change</event>
|
|
32
|
-
</topic>
|
|
33
|
-
</subscription>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
ffbc4e181051de19af5c301447a3e07a
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
bc3e6138f159615715b0c35d3c3ddb3f
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0"?>
|
|
2
|
-
<!--
|
|
3
|
-
This file is part of CPEE.
|
|
4
|
-
|
|
5
|
-
CPEE is free software: you can redistribute it and/or modify it under the terms
|
|
6
|
-
of the GNU General Public License as published by the Free Software Foundation,
|
|
7
|
-
either version 3 of the License, or (at your option) any later version.
|
|
8
|
-
|
|
9
|
-
CPEE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
10
|
-
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
|
11
|
-
PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
|
12
|
-
|
|
13
|
-
You should have received a copy of the GNU General Public License along with
|
|
14
|
-
CPEE (file COPYING in the main directory). If not, see
|
|
15
|
-
<http://www.gnu.org/licenses/>.
|
|
16
|
-
-->
|
|
17
|
-
|
|
18
|
-
<properties xmlns="http://riddl.org/ns/common-patterns/properties/1.0">
|
|
19
|
-
<attributes>
|
|
20
|
-
<info/>
|
|
21
|
-
<modeltype>CPEE</modeltype>
|
|
22
|
-
</attributes>
|
|
23
|
-
<state>ready</state>
|
|
24
|
-
<handlerwrapper>DefaultHandlerWrapper</handlerwrapper>
|
|
25
|
-
<positions/>
|
|
26
|
-
<dataelements/>
|
|
27
|
-
<endpoints>
|
|
28
|
-
<timeout>http://gruppe.wst.univie.ac.at/~mangler/services/timeout.php</timeout>
|
|
29
|
-
</endpoints>
|
|
30
|
-
<dsl/>
|
|
31
|
-
<dslx>
|
|
32
|
-
<description xmlns="http://cpee.org/ns/description/1.0"/>
|
|
33
|
-
</dslx>
|
|
34
|
-
<status>
|
|
35
|
-
<id>0</id>
|
|
36
|
-
<message>undefined</message>
|
|
37
|
-
</status>
|
|
38
|
-
<description>
|
|
39
|
-
<description xmlns="http://cpee.org/ns/description/1.0"/>
|
|
40
|
-
</description>
|
|
41
|
-
<transformation>
|
|
42
|
-
<description type='copy'/>
|
|
43
|
-
<dataelements type='none'/>
|
|
44
|
-
<endpoints type='none'/>
|
|
45
|
-
</transformation>
|
|
46
|
-
</properties>
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0"?>
|
|
2
|
-
<!--
|
|
3
|
-
This file is part of CPEE.
|
|
4
|
-
|
|
5
|
-
CPEE is free software: you can redistribute it and/or modify it under the terms
|
|
6
|
-
of the GNU General Public License as published by the Free Software Foundation,
|
|
7
|
-
either version 3 of the License, or (at your option) any later version.
|
|
8
|
-
|
|
9
|
-
CPEE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
10
|
-
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
|
11
|
-
PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
|
12
|
-
|
|
13
|
-
You should have received a copy of the GNU General Public License along with
|
|
14
|
-
CPEE (file COPYING in the main directory). If not, see
|
|
15
|
-
<http://www.gnu.org/licenses/>.
|
|
16
|
-
-->
|
|
17
|
-
|
|
18
|
-
<properties xmlns="http://riddl.org/ns/common-patterns/properties/1.0">
|
|
19
|
-
<attributes>
|
|
20
|
-
<info/>
|
|
21
|
-
<modeltype>CPEE</modeltype>
|
|
22
|
-
</attributes>
|
|
23
|
-
<state>ready</state>
|
|
24
|
-
<handlerwrapper>DefaultHandlerWrapper</handlerwrapper>
|
|
25
|
-
<positions/>
|
|
26
|
-
<dataelements/>
|
|
27
|
-
<endpoints>
|
|
28
|
-
<timeout>http://gruppe.wst.univie.ac.at/~mangler/services/timeout.php</timeout>
|
|
29
|
-
</endpoints>
|
|
30
|
-
<dsl/>
|
|
31
|
-
<dslx>
|
|
32
|
-
<description xmlns="http://cpee.org/ns/description/1.0"/>
|
|
33
|
-
</dslx>
|
|
34
|
-
<status>
|
|
35
|
-
<id>0</id>
|
|
36
|
-
<message>undefined</message>
|
|
37
|
-
</status>
|
|
38
|
-
<description>
|
|
39
|
-
<description xmlns="http://cpee.org/ns/description/1.0"/>
|
|
40
|
-
</description>
|
|
41
|
-
<transformation>
|
|
42
|
-
<description type='copy'/>
|
|
43
|
-
<dataelements type='none'/>
|
|
44
|
-
<endpoints type='none'/>
|
|
45
|
-
</transformation>
|
|
46
|
-
</properties>
|