Initializing flow runs with persisted state/result...
# ask-community
t
Initializing flow runs with persisted state/results programmatically in Prefect 2.
Hi all! Is there some way to interact with the data produced by
persist_result=True
programmatically in Prefect 2? e.g. manually initialize a local flow run with persisted state/results? Usecase: Flow fails in remote environment a few hours into a run. It'd be nice if a developer could run that flow locally in their debugger, but initialize the flow using the persisted results from the remote run to skip straight to the tasks that failed.