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 wait_for functionality in foreach loop workflow steps #125

Closed
dustinblack opened this issue Nov 10, 2023 · 1 comment
Closed
Assignees
Labels
enhancement New feature or request

Comments

@dustinblack
Copy link
Member

Please describe what you would like to see in this project

The wait_for functionality allows the running of a step to block on output from another step. Currently this functionality only work for discrete plugin steps. I would like to be able to use this same functionality on foreach loop workflow steps, blocking a loop step on the output of another loop or plugin step.

Please describe your use case

Complex workflows will require serialization of sub-workflows so that actions are performed in a deterministic order and without one set of operations potentially interfering with another. For instance, I may want to run a loop of benchmarks of one type, and the only when that loop completes I would run a loop of benchmarks of another type.

@dustinblack dustinblack added the enhancement New feature or request label Nov 10, 2023
@mfleader mfleader self-assigned this Nov 10, 2023
@dustinblack
Copy link
Member Author

This works in the engine today. Likely resolved with #128

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Archived in project
Development

No branches or pull requests

2 participants