@Chris White
sorry to tag you directly here. but I'm stuck in one requirement from yesterday.
In prefect2.x (latest versions) from python client,how can we resume a prefect flow on failure without having to re-run the entire flow.I want to find a way to do this from python client.
below I found the link on stackverflow
https://stackoverflow.com/questions/63112736/how-to-resume-a-prefect-flow-on-failure-without-having-to-re-run-the-entire-flow
but failed to understand how to do this in prefect 2x versions and through python client.Please provide some kind of code snippet, so that i can understand.