Activity log for bug #1718754

Date Who What changed Old value New value Message
2017-09-21 19:10:16 Winson Chan bug added bug
2017-09-21 19:12:05 Winson Chan description For the following workflow, concurrency is not respected for task3 that joins on task1 and task2. If there is no join, concurrency works fine. version: '2.0' wf1: type: direct tasks: task1: action: std.noop on-success: - task3 task2: action: std.noop on-success - task3 repeat: join: all with-items: i in <% list(range(0, 6)) %> concurrency: 2 action: std.sleep input: seconds: 3 For the following workflow, concurrency is not respected for task3 that joins on task1 and task2. If there is no join, concurrency works fine. version: '2.0' wf1:     type: direct     tasks:         task1:             action: std.noop             on-success:                 - task3         task2:             action: std.noop             on-success                 - task3         task3:             join: all             with-items: i in <% list(range(0, 6)) %>             concurrency: 2             action: std.sleep             input:                 seconds: 3
2018-04-09 15:40:44 Dougal Matthews mistral: status New Confirmed
2018-04-09 15:40:47 Dougal Matthews mistral: importance Undecided Medium