Completion / failed hooks #11
RealOrangeOne
started this conversation in
Ideas
Replies: 2 comments 2 replies
-
A pre-execution hook might be useful too, as opposed to simply on success/fail. Perhaps there should be a global pre-execution hook, too? |
Beta Was this translation helpful? Give feedback.
2 replies
-
This seems overly complicated. If you wanted function A to be followed by function B in a task, why would you not just make function A call function B? Or indeed make a task that did |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When a task fails (or succeeds), should another task be automatically executed, creating a form of pipeline? Currently, this must be handled manually.
Beta Was this translation helpful? Give feedback.
All reactions