API to retry workflow even after succes

Hi everyone,

For me it would be very usefull to be able to retry a workflow with previous datas after an update.

Can we imagine to have an API where we give an executionId of a previous workflow, the API takes the datas of the first node and use them to execute the updated workflow.

That way we can test our change we plenty of production datas and see if our update do what we want with a important number of inputs. Currently I do this manualy, by copy JSON datas of the first node of my workflow and then paste them in the editor tab, but it’s not optimal for large-scale testing.