cpee 1.3.158 → 1.3.159
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/processtransformation/bpmn2.rb +9 -2
- data/lib/cpee/processtransformation/structures.rb +15 -9
- 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/notifications/b0a0abbb8ad6fb81c579c4e97829d681/consumer-secret +1 -0
- data/server/instances/12/notifications/b0a0abbb8ad6fb81c579c4e97829d681/producer-secret +1 -0
- data/server/instances/{1/notifications/d12eff1ac812661c05d7090ce7394cf9 → 12/notifications/b0a0abbb8ad6fb81c579c4e97829d681}/subscription.xml +0 -0
- data/server/instances/12/properties.xml +43 -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
- data/server/resources/properties.init +1 -1
- metadata +106 -105
- data/server/instances/1/notifications/d12eff1ac812661c05d7090ce7394cf9/consumer-secret +0 -1
- data/server/instances/1/notifications/d12eff1ac812661c05d7090ce7394cf9/producer-secret +0 -1
- data/server/instances/11/notifications/e0910b6b5536976209bca471780066f1/consumer-secret +0 -1
- data/server/instances/11/notifications/e0910b6b5536976209bca471780066f1/producer-secret +0 -1
- data/server/instances/11/notifications/e0910b6b5536976209bca471780066f1/subscription.xml +0 -27
@@ -17,10 +17,10 @@
|
|
17
17
|
|
18
18
|
<properties xmlns="http://riddl.org/ns/common-patterns/properties/1.0">
|
19
19
|
<info/>
|
20
|
+
<properties/>
|
20
21
|
<state>ready</state>
|
21
22
|
<handlerwrapper>DefaultHandlerWrapper</handlerwrapper>
|
22
23
|
<positions/>
|
23
|
-
<properties/>
|
24
24
|
<dataelements/>
|
25
25
|
<endpoints>
|
26
26
|
<timeout>http://gruppe.wst.univie.ac.at/~mangler/services/timeout.php</timeout>
|
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.159
|
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: 2014-
|
13
|
+
date: 2014-10-10 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: riddl
|
@@ -75,124 +75,125 @@ 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/9/properties.xml
|
93
|
-
- server/instances/10/properties.xml
|
94
|
-
- server/instances/4/properties.xml
|
95
|
-
- server/instances/7/properties.xml
|
96
|
-
- server/instances/11/notifications/e0910b6b5536976209bca471780066f1/consumer-secret
|
97
|
-
- server/instances/11/notifications/e0910b6b5536976209bca471780066f1/producer-secret
|
98
|
-
- server/instances/11/notifications/e0910b6b5536976209bca471780066f1/subscription.xml
|
99
|
-
- server/instances/11/properties.xml
|
100
|
-
- server/instances/6/properties.xml
|
101
|
-
- server/instances/5/properties.xml
|
102
|
-
- server/instances/8/properties.xml
|
103
|
-
- server/instances/2/properties.xml
|
104
|
-
- server/handlerwrappers/soap.rb
|
105
|
-
- server/handlerwrappers/default.rb
|
106
|
-
- lib/engine.xml
|
107
|
-
- lib/cpee/callback.rb
|
108
|
-
- lib/cpee/handler_notifications.rb
|
109
|
-
- lib/cpee/controller.rb
|
110
|
-
- lib/cpee/processtransformation/bpmn2.rb
|
111
|
-
- lib/cpee/processtransformation/cpee.rb
|
112
|
-
- lib/cpee/processtransformation/structures.rb
|
113
|
-
- lib/cpee/processtransformation/bpel/bpel2wee.rb
|
114
|
-
- lib/cpee/processtransformation/bpel/bpelserver.xml
|
115
|
-
- lib/cpee/processtransformation/bpel/bpelserver.ru
|
116
|
-
- lib/cpee/processtransformation/bpel/Repository/booking/report.wsdl
|
117
|
-
- lib/cpee/processtransformation/bpel/Repository/booking/hotel.wsdl
|
118
|
-
- lib/cpee/processtransformation/bpel/Repository/booking/airline.wsdl
|
119
|
-
- lib/cpee/processtransformation/bpel/Repository/booking.wsdl
|
120
|
-
- lib/cpee/processtransformation/bpel/Repository/booking.bpel
|
121
|
-
- lib/cpee/processtransformation/bpel/lib/BPEL_Transform.rb
|
122
|
-
- lib/cpee/handler_properties.rb
|
123
|
-
- lib/cpee/implementation.rb
|
124
|
-
- lib/cpee/empty_workflow.rb
|
125
|
-
- lib/engine/instance-info.rng
|
126
|
-
- lib/engine/instances.rng
|
127
|
-
- lib/engine/callbacks.rng
|
128
|
-
- lib/cpee.xml
|
129
|
-
- cockpit/testsets/Endpoints and Data Manipulation.xml
|
130
|
-
- cockpit/testsets/TEST - Bad Loop.xml
|
131
|
-
- cockpit/testsets/Syncing P34 3.xml
|
132
|
-
- cockpit/testsets/Coopis Testset.xml
|
133
|
-
- cockpit/testsets/TEST - Wrong Positions.xml
|
134
|
-
- cockpit/testsets/ICSOC Testset.xml
|
135
|
-
- cockpit/testsets/Syncing P34.xml
|
136
|
-
- cockpit/testsets/Linear.xml
|
137
|
-
- cockpit/testsets/Syncing P34 1.xml
|
138
|
-
- cockpit/testsets/Syncing P34 2.xml
|
139
|
-
- cockpit/testsets/Mangler 2.xml
|
140
|
-
- cockpit/testsets/Mangler 1.xml
|
141
|
-
- cockpit/testsets/index.xml
|
142
|
-
- cockpit/testsets/Signavio Model Base.xml
|
143
|
-
- cockpit/testsets/Concurrent.xml
|
144
|
-
- cockpit/testsets/SOPROMO Test Sonification.xml
|
78
|
+
- AUTHORS
|
79
|
+
- COPYING
|
80
|
+
- FEATURES
|
81
|
+
- INSTALL
|
82
|
+
- README
|
83
|
+
- Rakefile
|
145
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
|
146
91
|
- cockpit/css/ui.css
|
92
|
+
- cockpit/index.html
|
147
93
|
- cockpit/js/details.js
|
148
|
-
- cockpit/js/wfadaptor.cpee.js
|
149
94
|
- cockpit/js/instance.js
|
150
|
-
- cockpit/js/ui.js
|
151
95
|
- cockpit/js/parameters.js
|
152
|
-
- cockpit/
|
153
|
-
- cockpit/
|
154
|
-
- cockpit/contrib/tree_example.svg
|
155
|
-
- cockpit/contrib/transformation1.xsl
|
156
|
-
- cockpit/contrib/transformation2.xsl
|
157
|
-
- cockpit/contrib/legend.svg
|
158
|
-
- cockpit/contrib/symbols.svg
|
159
|
-
- cockpit/lib/jquery-ui.custom.min.js
|
160
|
-
- cockpit/lib/contextmenu.js
|
161
|
-
- cockpit/lib/ui.css
|
96
|
+
- cockpit/js/ui.js
|
97
|
+
- cockpit/js/wfadaptor.cpee.js
|
162
98
|
- cockpit/lib/contextmenu.css
|
163
|
-
- cockpit/lib/
|
164
|
-
- cockpit/lib/
|
165
|
-
- cockpit/lib/jquery.redraw.js
|
166
|
-
- cockpit/lib/strftime.min.js
|
167
|
-
- cockpit/lib/printf.js
|
168
|
-
- cockpit/lib/jquery.min.js
|
169
|
-
- cockpit/lib/jquery.cookie.js
|
99
|
+
- cockpit/lib/contextmenu.js
|
100
|
+
- cockpit/lib/jquery-ui.custom.min.js
|
170
101
|
- cockpit/lib/jquery-ui.custom.min.txt
|
102
|
+
- cockpit/lib/jquery.caret.min.js
|
103
|
+
- cockpit/lib/jquery.cookie.js
|
104
|
+
- cockpit/lib/jquery.min.js
|
105
|
+
- cockpit/lib/jquery.redraw.js
|
171
106
|
- cockpit/lib/jquery.svgdom.js
|
172
|
-
- cockpit/lib/ui.js
|
173
107
|
- cockpit/lib/parsequery.js
|
174
|
-
- cockpit/lib/
|
175
|
-
- cockpit/lib/
|
176
|
-
- cockpit/lib/
|
108
|
+
- cockpit/lib/printf.js
|
109
|
+
- cockpit/lib/strftime.min.js
|
110
|
+
- cockpit/lib/ui.css
|
111
|
+
- cockpit/lib/ui.js
|
112
|
+
- cockpit/lib/underscore.min.js
|
113
|
+
- cockpit/lib/util.js
|
177
114
|
- cockpit/lib/wfadaptor-doc/demo1.html
|
178
|
-
- cockpit/lib/wfadaptor-doc/index.html
|
179
115
|
- cockpit/lib/wfadaptor-doc/demo2.html
|
180
|
-
-
|
181
|
-
-
|
116
|
+
- cockpit/lib/wfadaptor-doc/index.html
|
117
|
+
- cockpit/lib/wfadaptor.css
|
118
|
+
- cockpit/lib/wfadaptor.js
|
119
|
+
- cockpit/testsets/Concurrent.xml
|
120
|
+
- cockpit/testsets/Coopis Testset.xml
|
121
|
+
- cockpit/testsets/Endpoints and Data Manipulation.xml
|
122
|
+
- cockpit/testsets/ICSOC Testset.xml
|
123
|
+
- cockpit/testsets/Linear.xml
|
124
|
+
- cockpit/testsets/Mangler 1.xml
|
125
|
+
- cockpit/testsets/Mangler 2.xml
|
126
|
+
- cockpit/testsets/SOPROMO Test Sonification.xml
|
127
|
+
- cockpit/testsets/Signavio Model Base.xml
|
128
|
+
- cockpit/testsets/Syncing P34 1.xml
|
129
|
+
- cockpit/testsets/Syncing P34 2.xml
|
130
|
+
- cockpit/testsets/Syncing P34 3.xml
|
131
|
+
- cockpit/testsets/Syncing P34.xml
|
132
|
+
- cockpit/testsets/TEST - Bad Loop.xml
|
133
|
+
- cockpit/testsets/TEST - Wrong Positions.xml
|
134
|
+
- cockpit/testsets/index.xml
|
135
|
+
- contrib/Screenshot at 2011-09-28 02:38:11.png
|
182
136
|
- contrib/logo2-small.png
|
137
|
+
- contrib/logo2.png
|
183
138
|
- contrib/logo2.svg
|
184
139
|
- contrib/logo2a.png
|
185
|
-
- contrib/
|
186
|
-
- COPYING
|
187
|
-
- FEATURES
|
188
|
-
- INSTALL
|
189
|
-
- Rakefile
|
140
|
+
- contrib/logo2a.svg
|
190
141
|
- cpee.gemspec
|
191
|
-
-
|
192
|
-
-
|
193
|
-
-
|
142
|
+
- lib/cpee.xml
|
143
|
+
- lib/cpee/callback.rb
|
144
|
+
- lib/cpee/controller.rb
|
145
|
+
- lib/cpee/empty_workflow.rb
|
146
|
+
- lib/cpee/handler_notifications.rb
|
147
|
+
- lib/cpee/handler_properties.rb
|
148
|
+
- lib/cpee/implementation.rb
|
149
|
+
- lib/cpee/processtransformation/bpel/Repository/booking.bpel
|
150
|
+
- lib/cpee/processtransformation/bpel/Repository/booking.wsdl
|
151
|
+
- lib/cpee/processtransformation/bpel/Repository/booking/airline.wsdl
|
152
|
+
- lib/cpee/processtransformation/bpel/Repository/booking/hotel.wsdl
|
153
|
+
- lib/cpee/processtransformation/bpel/Repository/booking/report.wsdl
|
154
|
+
- lib/cpee/processtransformation/bpel/bpel2wee.rb
|
155
|
+
- lib/cpee/processtransformation/bpel/bpelserver.ru
|
156
|
+
- lib/cpee/processtransformation/bpel/bpelserver.xml
|
157
|
+
- lib/cpee/processtransformation/bpel/lib/BPEL_Transform.rb
|
158
|
+
- lib/cpee/processtransformation/bpmn2.rb
|
159
|
+
- lib/cpee/processtransformation/cpee.rb
|
160
|
+
- lib/cpee/processtransformation/structures.rb
|
161
|
+
- lib/engine.xml
|
162
|
+
- lib/engine/callbacks.rng
|
163
|
+
- lib/engine/instance-info.rng
|
164
|
+
- lib/engine/instances.rng
|
165
|
+
- server/handlerwrappers/default.rb
|
166
|
+
- server/handlerwrappers/soap.rb
|
167
|
+
- server/instances/1/properties.xml
|
168
|
+
- server/instances/10/properties.xml
|
169
|
+
- server/instances/11/properties.xml
|
170
|
+
- server/instances/12/notifications/8d7f2ae546a742fce3a0a488266ea51d/consumer-secret
|
171
|
+
- server/instances/12/notifications/8d7f2ae546a742fce3a0a488266ea51d/producer-secret
|
172
|
+
- server/instances/12/notifications/8d7f2ae546a742fce3a0a488266ea51d/subscription.xml
|
173
|
+
- server/instances/12/notifications/b0a0abbb8ad6fb81c579c4e97829d681/consumer-secret
|
174
|
+
- server/instances/12/notifications/b0a0abbb8ad6fb81c579c4e97829d681/producer-secret
|
175
|
+
- server/instances/12/notifications/b0a0abbb8ad6fb81c579c4e97829d681/subscription.xml
|
176
|
+
- server/instances/12/properties.xml
|
177
|
+
- server/instances/2/properties.xml
|
178
|
+
- server/instances/3/properties.xml
|
179
|
+
- server/instances/4/properties.xml
|
180
|
+
- server/instances/5/properties.xml
|
181
|
+
- server/instances/6/properties.xml
|
182
|
+
- server/instances/7/properties.xml
|
183
|
+
- server/instances/8/properties.xml
|
184
|
+
- server/instances/9/properties.xml
|
185
|
+
- server/resources/empty_dslx.xml
|
186
|
+
- server/resources/properties.init
|
187
|
+
- server/resources/properties.schema.active
|
188
|
+
- server/resources/properties.schema.finished
|
189
|
+
- server/resources/properties.schema.inactive
|
190
|
+
- server/resources/topics.xml
|
191
|
+
- server/resources/transformation.xml
|
192
|
+
- server/resources/transformation_dslx.xsl
|
193
|
+
- server/server.rb
|
194
194
|
- test/delete.rb
|
195
195
|
- test/load.rb
|
196
|
+
- test/testset.xml
|
196
197
|
homepage: http://cpee.org/
|
197
198
|
licenses:
|
198
199
|
- LGPL-3
|
@@ -213,12 +214,12 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
213
214
|
version: '0'
|
214
215
|
requirements: []
|
215
216
|
rubyforge_project:
|
216
|
-
rubygems_version: 2.
|
217
|
+
rubygems_version: 2.2.2
|
217
218
|
signing_key:
|
218
219
|
specification_version: 4
|
219
220
|
summary: Preliminary release of cloud process execution engine (cpee). If you just
|
220
221
|
need workflow execution, without a rest/xmpp service exposing it, then use WEEL
|
221
222
|
test_files:
|
223
|
+
- test/load.rb
|
222
224
|
- test/testset.xml
|
223
225
|
- test/delete.rb
|
224
|
-
- test/load.rb
|
@@ -1 +0,0 @@
|
|
1
|
-
d206763d6042af84dad267ae316c2a00
|
@@ -1 +0,0 @@
|
|
1
|
-
63f8cb395dd00d19bf520b0ffa283007
|
@@ -1 +0,0 @@
|
|
1
|
-
f108c84d3df7f83cb4717233104d4c96
|
@@ -1 +0,0 @@
|
|
1
|
-
50af63b27b6a760c96fc9626ec878cdc
|
@@ -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>
|