Re-running completed executions

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?

Running n8n on the website.

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hey @Ibanez1998,

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.

1 Like

I think there may be a request for that somewhere already, I will see if I can dig it out.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.