I have a Workflow where the last node threw an error but the workflow shows completed successfully. I found the issue and need to rerun just the last step. I have 330 executions I’m now manually pinning the data so I can re-run the last node. Is there a way to automate this?
There isn’t a documented way to rerun the workflow but you might be able to cobble something together using the undocumented / unsupported internal API but that might take more time to work out than to manually re-run them.
I manually re-ran them. As a feature request, it would be great to be able to select a bunch of executions and pin the data as an array and run a step and have it execute for all previous executions.
that would have saved me about an hour and a half yesterday.