@Moritz
can you please guide me on my recent question , above your message
my question is to resume the flow again from where the task got failed
suppose we have a task of 5/0 and this will fail , so we need to resume this flow run from the failed task
https://stackoverflow.com/questions/63112736/how-to-resume-a-prefect-flow-on-failure-without-having-to-re-run-the-entire-flow
this above post having an answer for this but for prefect 1.0 , im using 2.0 newer version.
and trying to do this via python client