cpee-logging-xes-yaml 1.3.23 → 1.3.24

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '0826aa750d298fd8ec36f2e650295d8584d5861b9db5f9043ce7aa4bdd211f95'
4
- data.tar.gz: 949622e3a7b0c311d6f3c959c7cf3e702c010d09730801b60436cbd9f3840e60
3
+ metadata.gz: 42085fa1e29bb009a3c99ef29a8a6e8d509b1f15558dc60cf6c74c9e6ec293da
4
+ data.tar.gz: 89130cd5b9825e6272fbf70cf90710db693842a6208522e803698b88f7083105
5
5
  SHA512:
6
- metadata.gz: e193a45610da57a8384a4e7efc9611b68e6f5280f7ffdbf03f2a0e4ea726f261c7ba5cc8d291b49a4e80e783e1f3e9a8805b9288e368fcd6d47861de1ec4fc0f
7
- data.tar.gz: e9e0a9b52b398c87872f4a692ae42440e6eea1c265603c5d48f5776288a13a0af4148fa5dbf01d8cc7be6a557846045c0333e00fa163ce83d6a27b9ed741487a
6
+ metadata.gz: d1087dd2be29bdef6fe61830aa1c8d5f253065cb1e82de2ed406f1b851db73017b828864bb875d4390d280c11dc76f75b8596e5c891a501c00128cb7312d72bc
7
+ data.tar.gz: e7f1df21643dff8e4831639887f29c6065b49614eb9530eeb9862fe2fffbcfa9292ea6e812010e9b3099881c97222883c667eee1441d9b46ed9e9fc38e2c9b58
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "cpee-logging-xes-yaml"
3
- s.version = "1.3.23"
3
+ s.version = "1.3.24"
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.license = "LGPL-3.0-or-later"
6
6
  s.summary = "Logging for the cloud process execution engine (cpee.org)"
@@ -301,9 +301,9 @@ module CPEE
301
301
  pid = p.find('string(d:id)')
302
302
  source = p.find('string(d:source)')
303
303
  val = CPEE::Logging::extract_val(rs,p.find('string(d:extractor_code)'),pid,nil) rescue nil
304
- event['stream:datastream'] ||= []
305
304
  # Do not add datastream entries if the dataprobes return nil
306
305
  if val != nil
306
+ event['stream:datastream'] ||= []
307
307
  CPEE::Logging::merge_val(event['stream:datastream'],val,pid,source)
308
308
  end
309
309
  end
@@ -342,7 +342,7 @@ module CPEE
342
342
  end
343
343
  end
344
344
  end
345
- if te['stream:datastream'] && te['stream:datastream'].any?
345
+ if te['stream:datastream'] && te['stream:datastream'].any?
346
346
  te['cpee:lifecycle:transition'] = 'stream/data'
347
347
  File.open(File.join(log_dir,instance+'.xes.yaml'),'a') do |f|
348
348
  f << {'event' => te}.to_yaml
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cpee-logging-xes-yaml
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.23
4
+ version: 1.3.24
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juergen eTM Mangler