Checkpoint/restart capability

This is not directly possible currently but you can easily restart the flow run in any way you want locally, even by commenting out the parts that you don’t want to run again

You can think of Prefect as a much more dynamic coordination plane that allows you to run your tasks and flows in a way you design it so you have full control over how you would implement that. The easiest is by rerunning manually only the parts you need. Another option is the orchestrator pattern: