Constantino Schillebeeckx
10/07/2021, 8:15 PMon_failure
to it. The callback has (according to the docs) the following signature
def f(obj: Union[Task, Flow], state: State) -> None:
My quest is this: how to identify the failed task from the (Flow) obj. I see I can iterate over the flows' tasks, I'm just not sure how to identify the task's stateConstantino Schillebeeckx
10/07/2021, 8:16 PMKevin Kho
Kevin Kho