Uh. Is this a bug? I'm using Failure nodes in my s...
# flyte-support
g
Uh. Is this a bug? I'm using Failure nodes in my sub workflows to clean up if any task fails. These subworkflows are run inside of a conditional. The tasks here all succeeded. The subworkflow they belong to is also marked as succeeded. But then the conditional is marked as Failed? Why is that?
https://github.com/flyteorg/flyte/issues/6241 Seems like it is this bug, as none of the subworkflows in conditionals return anything
Yup, when I return something from the workflow in the conditional, the conditional is also set to Succeeded instead of Failed
c
looks like the fix is soon to be released: https://github.com/flyteorg/flyte/pull/6327