cpee 2.1.83 → 2.1.85
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/cockpit/templates/Wait.xml +0 -7
- data/cockpit/themes/compact/rngs/call.rng +1 -1
- data/cockpit/themes/compact/rngs/callmanipulate.rng +1 -1
- data/cockpit/themes/control/rngs/call.rng +1 -1
- data/cockpit/themes/control/rngs/callmanipulate.rng +1 -1
- data/cockpit/themes/dataflow/rngs/call.rng +1 -1
- data/cockpit/themes/dataflow/rngs/callmanipulate.rng +1 -1
- data/cockpit/themes/default/rngs/call.rng +1 -1
- data/cockpit/themes/default/rngs/callmanipulate.rng +1 -1
- data/cockpit/themes/extended/rngs/call.rng +1 -1
- data/cockpit/themes/extended/rngs/callmanipulate.rng +1 -1
- data/cockpit/themes/packed/rngs/call.rng +1 -1
- data/cockpit/themes/packed/rngs/callmanipulate.rng +1 -1
- data/cockpit/themes/preset/rngs/call.rng +1 -1
- data/cockpit/themes/preset/rngs/callmanipulate.rng +1 -1
- data/cockpit/themes/reduced/rngs/call.rng +1 -1
- data/cockpit/themes/reduced/rngs/callmanipulate.rng +1 -1
- data/cpee.gemspec +1 -2
- data/server/executionhandlers/ruby/connection.rb +1 -1
- data/server/routing/end.pid +1 -0
- data/server/routing/forward-events-00.pid +1 -0
- data/server/routing/forward-votes.pid +1 -0
- data/server/routing/persist.pid +1 -0
- metadata +6 -16
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9ed5e322f7215ce979f5e27ce9c492cc8d4be58cf4b5f2e3330c5d9b7c25558d
|
4
|
+
data.tar.gz: 5cb932fee50111406ea268aa40b1b1009aa61e85996e38c403b657bee6596a83
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 83fa3cec95a8f939a0e06e99f8585dbe72492500e08a6ddd42cb95b05eeca2e93304a8138876fcca11e76fab724d76f34211e30fe5cef32686676dab221f04cc
|
7
|
+
data.tar.gz: acd24417fa7fd281daddd97dddc69dd7df84bef25f9a9f36362d4ea0ded9563daaa748439c57b32b457bee44e4c9443be9ca0658907b87d246c3a15a6dcea547
|
data/cockpit/templates/Wait.xml
CHANGED
@@ -125,11 +125,4 @@ data.teams = result.find("/o:organisation/o:subjects/o:subject[o:relation/@role=
|
|
125
125
|
<dataelements type="none"/>
|
126
126
|
<endpoints type="none"/>
|
127
127
|
</transformation>
|
128
|
-
<subscriptions xmlns="http://riddl.org/ns/common-patterns/notifications-producer/2.0">
|
129
|
-
<subscription id="_instantiation_9c70f0aec95a9c021bb58785ecd8b674" url="http://localhost:9296/callback/_instantiation_9c70f0aec95a9c021bb58785ecd8b674">
|
130
|
-
<topic id="state">
|
131
|
-
<event>change</event>
|
132
|
-
</topic>
|
133
|
-
</subscription>
|
134
|
-
</subscriptions>
|
135
128
|
</testset>
|
data/cpee.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = "cpee"
|
3
|
-
s.version = "2.1.
|
3
|
+
s.version = "2.1.85"
|
4
4
|
s.platform = Gem::Platform::RUBY
|
5
5
|
s.license = "LGPL-3.0-or-later"
|
6
6
|
s.summary = "The cloud process execution engine (cpee.org). If you just need workflow execution, without a rest service exposing it, then use WEEL."
|
@@ -30,7 +30,6 @@ Gem::Specification.new do |s|
|
|
30
30
|
s.add_runtime_dependency 'mimemagic', '~>0'
|
31
31
|
s.add_runtime_dependency 'get_process_mem', '~>0.2'
|
32
32
|
s.add_runtime_dependency 'webrick', '~>1.7'
|
33
|
-
s.add_runtime_dependency 'rbtrace', '~>0.4'
|
34
33
|
s.add_runtime_dependency 'cpee-eval-ruby', '~> 1.0', '>= 1.0.4'
|
35
34
|
s.add_runtime_dependency 'by', '~> 1.1', '>= 1.1.0'
|
36
35
|
end
|
@@ -302,7 +302,7 @@ class ConnectionWrapper < WEEL::ConnectionWrapperBase
|
|
302
302
|
@controller.notify("activity/status", :ecid => Thread.current.__id__, :'activity-uuid' => @handler_activity_uuid, :label => @label, :activity => @handler_position, :endpoint => @handler_endpoint, :status => options['CPEE_STATUS'])
|
303
303
|
end
|
304
304
|
|
305
|
-
if options['CPEE_STATUS'] || options['CPEE_EVENT']
|
305
|
+
if options['CPEE_STATUS'] || options['CPEE_EVENT']
|
306
306
|
@handler_returnValue = nil
|
307
307
|
@handler_returnOptions = nil
|
308
308
|
else
|
@@ -0,0 +1 @@
|
|
1
|
+
88347
|
@@ -0,0 +1 @@
|
|
1
|
+
88365
|
@@ -0,0 +1 @@
|
|
1
|
+
88359
|
@@ -0,0 +1 @@
|
|
1
|
+
88353
|
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: 2.1.
|
4
|
+
version: 2.1.85
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Juergen eTM Mangler
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
- Gerhard Stuermer
|
10
10
|
bindir: tools
|
11
11
|
cert_chain: []
|
12
|
-
date: 2025-
|
12
|
+
date: 2025-05-13 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: riddl
|
@@ -143,20 +143,6 @@ dependencies:
|
|
143
143
|
- - "~>"
|
144
144
|
- !ruby/object:Gem::Version
|
145
145
|
version: '1.7'
|
146
|
-
- !ruby/object:Gem::Dependency
|
147
|
-
name: rbtrace
|
148
|
-
requirement: !ruby/object:Gem::Requirement
|
149
|
-
requirements:
|
150
|
-
- - "~>"
|
151
|
-
- !ruby/object:Gem::Version
|
152
|
-
version: '0.4'
|
153
|
-
type: :runtime
|
154
|
-
prerelease: false
|
155
|
-
version_requirements: !ruby/object:Gem::Requirement
|
156
|
-
requirements:
|
157
|
-
- - "~>"
|
158
|
-
- !ruby/object:Gem::Version
|
159
|
-
version: '0.4'
|
160
146
|
- !ruby/object:Gem::Dependency
|
161
147
|
name: cpee-eval-ruby
|
162
148
|
requirement: !ruby/object:Gem::Requirement
|
@@ -937,9 +923,13 @@ files:
|
|
937
923
|
- server/resources/states.xml
|
938
924
|
- server/resources/topics.xml
|
939
925
|
- server/resources/transformation.xml
|
926
|
+
- server/routing/end.pid
|
940
927
|
- server/routing/end.rb
|
928
|
+
- server/routing/forward-events-00.pid
|
941
929
|
- server/routing/forward-events.rb
|
930
|
+
- server/routing/forward-votes.pid
|
942
931
|
- server/routing/forward-votes.rb
|
932
|
+
- server/routing/persist.pid
|
943
933
|
- server/routing/persist.rb
|
944
934
|
- server/server.pid
|
945
935
|
- tools/cpee
|