cpee 1.5.17 → 1.5.18
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/cpee.gemspec +1 -1
- data/server/handlerwrappers/default.rb +1 -1
- metadata +2 -3
- data/server/server.pid +0 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ea9d542b499449a4e33a64bc10cb3b453a96252058d4c03e8a6c28f0d6a892a2
|
|
4
|
+
data.tar.gz: 9f1cf3455862c75416b0eaa76853aada2e186cc927319c5dd7612dbbb04ed5d4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d880d8ba6c5cc6fb881bc5ed394735d3b677d076c173f2fa0fa122ce07da58e882302c61afe537c6fcc5be592b431566f063207f6336c4af44b3eb005bd7a158
|
|
7
|
+
data.tar.gz: 86e8e9ffb42669547b94fb94fcdd16a72a425a8158caac4e65828fbbbe7a542b764c1908c6d0c0a855e5011d119e821feaf14d10ee85f92b34aec6def9253e5b
|
data/cpee.gemspec
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = "cpee"
|
|
3
|
-
s.version = "1.5.
|
|
3
|
+
s.version = "1.5.18"
|
|
4
4
|
s.platform = Gem::Platform::RUBY
|
|
5
5
|
s.license = "LGPL-3.0"
|
|
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"
|
|
@@ -115,7 +115,7 @@ class DefaultHandlerWrapper < WEEL::HandlerWrapperBase
|
|
|
115
115
|
callback([ Riddl::Parameter::Complex.new('error','application/json',StringIO.new(JSON::generate({ 'status' => status, 'error' => c }))) ], headers)
|
|
116
116
|
else
|
|
117
117
|
if headers['CPEE_INSTANTIATION']
|
|
118
|
-
@controller.notify("task/instantiation", :instance => @controller.instance, :label => @label, :instance_name => @controller.info, :instance_uuid => @controller.uuid, :activity => @handler_position, :endpoint => @handler_endpoint, :received => CPEE::ValueHelper.parse(headers['CPEE_INSTANTIATION']), :timestamp => Time.now.strftime("%Y-%m-%dT%H:%M:%S.%L%:z"), :attributes => @controller.attributes_translated)
|
|
118
|
+
@controller.notify("task/instantiation", :activity_uuid => @handler_activity_uuid , :instance => @controller.instance, :label => @label, :instance_name => @controller.info, :instance_uuid => @controller.uuid, :activity => @handler_position, :endpoint => @handler_endpoint, :received => CPEE::ValueHelper.parse(headers['CPEE_INSTANTIATION']), :timestamp => Time.now.strftime("%Y-%m-%dT%H:%M:%S.%L%:z"), :attributes => @controller.attributes_translated)
|
|
119
119
|
end
|
|
120
120
|
if headers['CPEE_CALLBACK'] && headers['CPEE_CALLBACK'] == 'true' && result.any?
|
|
121
121
|
headers['CPEE_UPDATE'] = true
|
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.5.
|
|
4
|
+
version: 1.5.18
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Juergen eTM Mangler
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: tools
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2019-12-
|
|
14
|
+
date: 2019-12-10 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: riddl
|
|
@@ -310,7 +310,6 @@ files:
|
|
|
310
310
|
- server/resources/topics.xml
|
|
311
311
|
- server/resources/transformation.xml
|
|
312
312
|
- server/resources/transformation_dslx.xsl
|
|
313
|
-
- server/server.pid
|
|
314
313
|
- server/server.rb
|
|
315
314
|
- test/callback.rb
|
|
316
315
|
- tools/cpee
|
data/server/server.pid
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
247566
|