fast-church-11885
10/22/2024, 11:59 AMjolly-florist-66728
10/22/2024, 11:59 AMfailure_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.