'before' policies don't work for join tasks

Bug #1833273 reported by Oleg Ovcharuk
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Mistral
New
Undecided
Unassigned

Bug Description

Let's consider this example:
version: "2.0"
wf1:
  tasks:
    task1:
      action: std.echo output=1
      on-success: task2
    task2:
      pause-before: True
      action: std.noop
      join: all

Expected result: workflow will pause before task2
Actual result: task2 ignores pause-before policy

This behavior is actual for all xxx-before policies.

Without 'join:all' everything works nice.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.