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

Implement Advanced Execution Flow Control #292

Closed
dafreels opened this issue Feb 2, 2022 · 0 comments · Fixed by #293
Closed

Implement Advanced Execution Flow Control #292

dafreels opened this issue Feb 2, 2022 · 0 comments · Fixed by #293
Assignees

Comments

@dafreels
Copy link
Contributor

dafreels commented Feb 2, 2022

Provide additional behaviors to an execution:

Conditional:
The execution should have the optional ability to execute one or more pipelines to determine how an execution should be executed. Three valid statues should be returned from an evaluation:

  • RUN (default behavior)
  • STOP (error behavior)
  • SKIP (new behavior)

Fork:
An execution should be able to fork into multiple process (like the fork pipeline step) and execute in parallel.

@dafreels dafreels self-assigned this Feb 2, 2022
dafreels added a commit to dafreels/metalus that referenced this issue Feb 2, 2022
dafreels added a commit to dafreels/metalus that referenced this issue Feb 2, 2022
dafreels added a commit to dafreels/metalus that referenced this issue Feb 4, 2022
dafreels added a commit to dafreels/metalus that referenced this issue Feb 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant