all option for failure_policy
# ask-ai
f
all option for failure_policy
j
Flyte provides two options for the
failure_policy
in workflows: 1. FAIL_IMMEDIATELY: The entire workflow execution fails as soon as a component node fails. 2. FAIL_AFTER_EXECUTABLE_NODES_COMPLETE: The workflow continues to execute any remaining runnable nodes after a component node fails. These options are part of the
WorkflowFailurePolicy
class in Flytekit. Would you like more details on how to implement these policies? Sources: - Flytekit WorkflowFailurePolicy - Flytekit GitHub WorkflowFailurePolicy 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.