Hi! can I force prefect to re-run the entire flow...
# ask-community
d
Hi! can I force prefect to re-run the entire flow when task failed? instead of continuing from the failing task on the retry?
g
If you need to rerun the entire flow, is there any reason you couldn't just start a new flow run?
k
Like what Greg is saying, you will need a new Flow run. It is possible to create a new flow run in the Flow
state_handler
if it fails, but there is a risk here of an infinite loop