Skip to content
This repository was archived by the owner on Sep 10, 2026. It is now read-only.
This repository was archived by the owner on Sep 10, 2026. It is now read-only.

Reverse workflow #34

Description

@mcdoker18

Hi.
Does CloudFlow support a reverse workflow? Or is it a bug?
Mistral: master (25 03 2018)
CloudFlow: 0.5.0

Workflow:

version: '2.0'
test_r:
  type: reverse
  tasks:
    task0_1:
      action: std.sleep seconds=2
    task1_1:
      action: std.sleep seconds=2
      requires:
        - task0_1
    task1_2:
      action: std.sleep seconds=2
      requires:
        - task1_1
    task2_1:
      action: std.sleep seconds=2
      requires:
        - task0_1
    task2_2:
      action: std.sleep seconds=2
      requires:
        - task2_1
    task3_1:
      action: std.sleep seconds=2
      requires:
        - task2_2
        - task1_2

screenshot from 2018-03-25 12-57-06

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions