Erik Osinga
05/15/2024, 6:55 PMMarvin
05/15/2024, 6:56 PMCOMPLETED
. In other words, if all tasks within the flow run are completed, then the flow run's final state could be considered Completed
even if some tasks have failed. However, this does seem quite unusual and it might be expected that the flow run should reflect a Failed
state if any task within it fails.
To better understand the specific issue, I recommend the following:
- Check the Prefect documentation for more information about states and how the flow's final state is determined. Particularly, you want to understand the behavior when a task fails within a flow run: States Overview and Flow Concept.
- Open an issue in the Prefect GitHub repository or search existing issues to see if anyone else has experienced the same problem: GitHub Issues.
This behavior might be intentional or a bug, and the Prefect community or the GitHub repository issues can provide further insights.