dependent tasks are running before the task that calls them

Bug #1842622 reported by ali abdelal
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Mistral
Incomplete
High
ali abdelal

Bug Description

tasks are running in the wrong order,

for example, task2 is dependant on task1 but it runs before it

version: '2.0'
wf2:
    tasks:
      task1:
        publish:
          res_x1: 111
        on-complete:
          next: task2
          publish:
            branch:
              res_x3: 222

      task2:
        action: std.noop
        publish:
          t2_x2: <% $.res_x3 %>
          t1_x1: <% $.res_x1 %>

ali abdelal (alielal)
Changed in mistral:
assignee: nobody → ali (alielal)
Changed in mistral:
milestone: none → train-1
importance: Undecided → High
Changed in mistral:
milestone: train-1 → train-rc1
Changed in mistral:
milestone: train-rc1 → ussuri-1
Revision history for this message
Renat Akhmerov (rakhmerov) wrote :

Cannot reproduce.

Changed in mistral:
status: New → Incomplete
Changed in mistral:
milestone: ussuri-1 → ussuri-2
milestone: ussuri-2 → ussuri-1
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.