Run a task on others error
# announcements
r
Run a task on others error
Hello everyone, is there a way for starting a task, if and only if, a sub-workflow has failed ? Let's say I have a workflow of 3 sequential tasks, and I'd like a 4th task to be ran if, and only if, one of the 3 tasks fails.
k
unfortunately we do not have that today
but, this is infact supported in the backend through
failure nodes
but not implemented in flytekit python today
r
Thanks Ketan ! Out of curiosity, is it in the plan to expose this to the flytekit python ?
k
it is, just lower in priority
👍 1
but someone could implement it
so the support is for something like try: task1 task2 …. catch: do_something
please upvote
158 Views