Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reverse workflow #34

Open
mcdoker18 opened this issue Mar 25, 2018 · 2 comments
Open

Reverse workflow #34

mcdoker18 opened this issue Mar 25, 2018 · 2 comments

Comments

@mcdoker18
Copy link
Contributor

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

@GuyShaanan
Copy link
Collaborator

Reverse workflows aren't supported.
I will take a look at the runtime_context attributes of a task, hopefully it has the input I'm looking for to implement this.

@mcdoker18
Copy link
Contributor Author

Ok. Thanks for the quick response.

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

No branches or pull requests

2 participants