I have a failed workflow due to some incorrect config data in a node. I have fixed the workflow, but i can only retry from the failed node which still has the incorrect config data. Is it possible to retry the entire workflow from the beginning?
Hi @IbnJubayr,
sadly it is not easily possible to restart the execution from the beginning. If you have updated you workflow does it work when running Retry with currently saved workflow?
Hi Marcus,
Thanks for your response, at least it is clear now.
The issue is that in a previous function node, I had set some data that was incorrect (e.g. specified a wrong environment). Re running the execution with the new workflow still has that incorrect data as it is continuing from the point where that data was being used and not from where it was set