Hello Prefect Community! I’ve been testing Prefect and it is amazing 🙂
I am simulating different task flows. I love versioning the flows, but it comes to my mind that, when a flow has a bug (i.e. discovered because new input data raises a new exception) and causes an error in a flow run, I need to deploy a new flow version and restart the failed flow run. In that case, if I restart the failed flow run it uses the previous version. What is the recommended workflow for this use case? To make a manual flow run with the correct parameters?
Thank you in advance!