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

Allow waiting for starting complete #119

Merged
merged 3 commits into from
Nov 6, 2023
Merged

Allow waiting for starting complete #119

merged 3 commits into from
Nov 6, 2023

Conversation

jaredoconnell
Copy link
Contributor

I set this to a draft because I'd like feedback before merging.

This is possible by creating an output for starting.

I'm open to suggestions for the naming of the output. Technically speaking started is completed just before instructing the ATP server to start the step. So technically it's not started. But practically speaking, it is.

I have it set to started, which results in the node $.steps.nameofstep.starting.started.
Other possible output names include "complete", "done", and "finished", resulting in something like $.steps.nameofstep.starting.complete

I'm also open to feedback on if you want to pursue an alternative way of enabling this functionality.


By contributing to this repository, I agree to the contribution guidelines.

Did this by creating an output for starting
@jaredoconnell jaredoconnell marked this pull request as ready for review November 6, 2023 14:38
@dustinblack dustinblack merged commit d2ab013 into main Nov 6, 2023
4 checks passed
@dustinblack dustinblack deleted the wait-for-started branch November 6, 2023 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants