Skip to content

Commit

Permalink
Add minimal version to failure nodes docs (#5812)
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <[email protected]>
Co-authored-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
eapolinario and eapolinario authored Oct 8, 2024
1 parent b9900fe commit 604be4a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/user_guide/development_lifecycle/failure_node.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
.. tags:: FailureNode, Intermediate
```

:::{warning}
This feature is only available starting in Flyte 1.10.7.
:::


The failure node feature enables you to designate a specific node to execute in the event of a failure within your workflow.

For example, a workflow involves creating a cluster at the beginning, followed by the execution of tasks, and concludes with the deletion of the cluster once all tasks are completed. However, if any task within the workflow encounters an error, flyte will abort the entire workflow and won’t delete the cluster. This poses a challenge if you still need to clean up the cluster even in a task failure.
Expand Down

0 comments on commit 604be4a

Please sign in to comment.