<#237 Add workflow on failure policy support> Pull...
# flyte-github
a
#237 Add workflow on failure policy support Pull request opened by andresgomezfrr TL;DR Add support to configure the on-failure policy at workflow level: Supported policies:
Copy code
FAIL_IMMEDIATELY,
    FAIL_AFTER_EXECUTABLE_NODES_COMPLETE
Tested manually:

Screenshot 2023-08-08 at 13 51 05

Type ☐ Bug Fix ☑︎ Feature ☐ Plugin Are all requirements met? ☑︎ Code completed ☐ Smoke tested ☑︎ Unit tests added ☑︎ Code documentation added ☐ Any pending items have an associated Issue Complete description This PR adds support to configure the on-failure policy using
WorkflowMetadata
at the workflow level. it could be configured using the
SdkWorkflowBuilder
or
SdkScalaWorkflowBuilder
Tracking Issue fixes flyteorg/flyte#3929 flyteorg/flytekit-java All checks have passed 3/3 successful checks