arcalot / arcaflow-engine

Arcaflow is a highly-portable workflow engine enabling modular and validated pipelines through containerized plugins.
https://arcalot.io/arcaflow/
Apache License 2.0
6 stars 9 forks source link

Allow waiting for starting complete #119

Closed jaredoconnell closed 7 months ago

jaredoconnell commented 8 months ago

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.