bpm_manager 1.0.11 → 1.0.12

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
  SHA1:
3
- metadata.gz: c783a6378434ddd718b3b02ff9cae16465d07544
4
- data.tar.gz: 466426e3f0ba6cbd3941782cf903028157adcf79
3
+ metadata.gz: 7b13ed67caa1368da5c4871098ee5f5191834092
4
+ data.tar.gz: 6f52a108dcbf7ede3c30d96ac0bfdf7290b04293
5
5
  SHA512:
6
- metadata.gz: aafd42ff82830033f1787dfb8fd9a06f217f9747ac6065ac632b1ee8b5a01f6cf82f89ce5170a1856a22cd256e486104de5ce5efed1da0cafdc92aa07fb1e4b3
7
- data.tar.gz: 4c33b101d4548e51dd664d21a69f5ee5c548272e04668752593aaeae1ed77dd0b40551bc9119d8c0d31ca35f082dd342f3bf18e6642f1e0930cf90718bd4b50a
6
+ metadata.gz: 9af44a32c0660e5a7d5a3b43f0986a684e64c622c780cb46687d01c8afce7446bf6e1c0e02349bcc4fd428c9e1148a18be7048a8c3500ef8d12952d0f86a683a
7
+ data.tar.gz: ec54bec2b6162caf874fbbb042f7251702bcf90639a7b090477dab154a59b8efb9b0e87578d9d9e12c0b50314511c56cedde9014a52edea2db4025c4d1010d4c
@@ -267,7 +267,8 @@ module BpmManager
267
267
 
268
268
  unless input['taskInfoList'].nil? || input['taskInfoList'].empty?
269
269
  input['taskInfoList'].each do |tasks_array|
270
- task = tasks_array['taskSummaries'].map{|e| e['id'].to_i}.max # Selects only the last active task
270
+ logger.info '-----> ' + tasks_array['taskSummaries'].map{|e| e['created-on']}
271
+ task = tasks_array['taskSummaries'].map{|e| e['created-on']}.max # Selects only the last active task
271
272
  task_query = self.task_query(task['id'])
272
273
  my_task = OpenStruct.new
273
274
  my_task.id = task['id']
@@ -1,3 +1,3 @@
1
1
  module BpmManager
2
- VERSION = "1.0.11"
2
+ VERSION = "1.0.12"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bpm_manager
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.11
4
+ version: 1.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ariel Presa