cpee-logging-xes-yaml 1.2.5 → 1.2.7

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: f68cffd3ed5f6c0fb9e3fb1a38c2a61b77400114b6905e0e5e720bbae7892102
4
- data.tar.gz: f05626fcc9ee4ee6faba3ef671de1dd7e754fb87dc60922e7dd391eff5b6181e
3
+ metadata.gz: 17aa32f73696f61f1e0c1ae429eaa5b2a94f77fb8538714fc7c4832000bf35d7
4
+ data.tar.gz: 9ceeb4969e0b1796ec876b5f2e09972e826ac69ab07f116b36ba9dafef8655c0
5
5
  SHA512:
6
- metadata.gz: 64bece415ec9cf4fd65fbefbc1111fa819444488c76862949108b8f5fb0b5435daaa26e107167db46d52c57378db1995f4bce36bff87cf37ab2b8e353718255f
7
- data.tar.gz: f73718c4406b582d0dd0cb3cbf3e943238cb0a5a0950abbef912b2fcc212357638b90eafdf4d8dcdbb2a4aa28bf33a7d0d15deb23c7c0c692098595f738c2aa8
6
+ metadata.gz: bbda4ec3ff8f4c1cf4ae26230029c3be6e54fb6b41d258b0e375bc73e1a60e7a2940937191b4afa755af030f05d02aa905bc914cff3689c006432074893adb58
7
+ data.tar.gz: fbf2bd610322d659c18e12de81319b53d52517442bca579904a1b7234e655cd195784494fc23d3ff5d974a112b69e1fefae2458e78dda19d5a90c84e6ce2c523
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "cpee-logging-xes-yaml"
3
- s.version = "1.2.5"
3
+ s.version = "1.2.7"
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.license = "LGPL-3.0"
6
6
  s.summary = "Logging for the cloud process execution engine (cpee.org)"
@@ -303,12 +303,12 @@ module CPEE
303
303
  CPEE::Logging::val_merge(event['stream:datastream'],val,pid,p.find('string(d:source)'))
304
304
  end
305
305
  end
306
- end
307
- notification['datastream'] = event['stream:datastream']
308
- EM.defer do
309
- notification['topic'] = 'stream'
310
- notification['name'] = 'extraction'
311
- self::notify(opts,'stream','extraction',notification.to_json)
306
+ notification['datastream'] = event['stream:datastream']
307
+ EM.defer do
308
+ notification['topic'] = 'stream'
309
+ notification['name'] = 'extraction'
310
+ self::notify(opts,'stream','extraction',notification.to_json)
311
+ end
312
312
  end
313
313
  end
314
314
  if topic == 'activity' && event_name == 'receiving' && receiving && !receiving.empty?
@@ -332,16 +332,16 @@ module CPEE
332
332
  end
333
333
  end
334
334
  if te['stream:datastream']
335
- te["cpee:lifecycle:transition"] = "sensor/stream"
335
+ te["cpee:lifecycle:transition"] = "stream/data"
336
336
  File.open(File.join(log_dir,instance+'.xes.yaml'),'a') do |f|
337
337
  f << {'event' => te}.to_yaml
338
338
  end
339
- end
340
- notification['datastream'] = te['stream:datastream']
341
- EM.defer do
342
- notification['topic'] = 'stream'
343
- notification['name'] = 'extraction'
344
- self::notify(opts,'stream','extraction',notification.to_json)
339
+ notification['datastream'] = te['stream:datastream']
340
+ EM.defer do
341
+ notification['topic'] = 'stream'
342
+ notification['name'] = 'extraction'
343
+ self::notify(opts,'stream','extraction',notification.to_json)
344
+ end
345
345
  end
346
346
  end
347
347
  end
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.2.5
4
+ version: 1.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juergen eTM Mangler
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: tools
11
11
  cert_chain: []
12
- date: 2022-12-16 00:00:00.000000000 Z
12
+ date: 2022-12-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: riddl