cloud66-oss / trackman

Execute commands as a workflow.
Apache License 2.0
197 stars 8 forks source link

Run single step by name #10

Closed Wolfsrudel closed 2 years ago

Wolfsrudel commented 4 years ago

It would be cool if you could run a single step by name (like the targets for make). Is it planned to add something there, or does that make no sense in terms of executing workflows?

khash commented 4 years ago

Thank you for the suggestion. I think being able to run a single step by name can be useful for debugging purposes however it might pose challenges when steps are interdependents. Starting the whole workflow from a place other than the beginning can also be useful.