cpee 1.5.17 → 1.5.18

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 573b791f6a88975d5ce2831dbfd2ed4e77d775ca9f709b112b048184a9fa09c6
4
- data.tar.gz: f3c79182f4e61e798b080c0ce53b4faf0daa3956cd191cb8a0ac2ef485de38e3
3
+ metadata.gz: ea9d542b499449a4e33a64bc10cb3b453a96252058d4c03e8a6c28f0d6a892a2
4
+ data.tar.gz: 9f1cf3455862c75416b0eaa76853aada2e186cc927319c5dd7612dbbb04ed5d4
5
5
  SHA512:
6
- metadata.gz: c5b8e29b71e6c1c3024358752418a6bbd06ab85f050d512c87915303b06bcbfbf5d68289fee561d81437531669631b9781b7a10104604833126f839ab9fff829
7
- data.tar.gz: ab2efbee98945882e0261a818690fd7b4fa69802744f20242abd29bc88ffe459c4001b4535e7a3145b9cff664ae12d5124357c72d3bb409ad62f674ebfb3aa4c
6
+ metadata.gz: d880d8ba6c5cc6fb881bc5ed394735d3b677d076c173f2fa0fa122ce07da58e882302c61afe537c6fcc5be592b431566f063207f6336c4af44b3eb005bd7a158
7
+ data.tar.gz: 86e8e9ffb42669547b94fb94fcdd16a72a425a8158caac4e65828fbbbe7a542b764c1908c6d0c0a855e5011d119e821feaf14d10ee85f92b34aec6def9253e5b
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "cpee"
3
- s.version = "1.5.17"
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.17
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-06 00:00:00.000000000 Z
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
@@ -1 +0,0 @@
1
- 247566