https://flyte.org logo
#ask-the-community
Title
# ask-the-community
l

Lee Ning Jie Leon

07/28/2023, 7:18 AM
Hello, are there anyways to run pyflyte backfill and continue despite error? The workflows are already tagged with
failure_policy=WorkflowFailurePolicy.FAIL_AFTER_EXECUTABLE_NODES_COMPLETE
and works as expected when the workflow is executed manually, However running backfill, they get aborted.
k

Ketan (kumare3)

07/28/2023, 2:02 PM
Aaah, the scheduled launchplan may not be tagged. Can you tag it. And top level backfill workflow is also not tagged, that’s a small change
I am wrong about this.
failure_policy=WorkflowFailurePolicy.FAIL_AFTER_EXECUTABLE_NODES_COMPLETE
this should be added to the generated workflow. Today this is not
let me suggest a new PR with this for the backfill
3 Views