Describe the problem/error/question
I have a failed execution for a node containing a code node. I was changing the code in the code node but when I retried the execution with the currently saved workflow, I still got the same error which cannot be as I changed the code node entirely.
So, I duplicated the code node. I unwired the original code node and wired up the copied code node in the workflow. When I retried the execution again, still the new code node was not executed but the original one (which isn’t even wired up at this point anymore). See screenshot.
Here you can see that the unwired node (Match Wise payment and IVN invoice) gets a green check and the wired up node (Match Wise payment and IVN invoice1) gets none. However, the next node (Check match) is still being executed.
What is the error message (if any)?
No error message but the new wired up code node should be executed instead of the old one (not even wired up anymore).
Please share your workflow
Share the output returned by the last node
Irrelevant.
Information on your n8n setup
- n8n version: 1.56.2 (self-hosted)
- Database (default: SQLite): Postgresql
- n8n EXECUTIONS_PROCESS setting (default: own, main): default
- Running n8n via (Docker, npm, n8n cloud, desktop app): npm
- Operating system: Debian server
Is that a known issue? I will probably upgrade my n8n version on my server tomorrow. However, I didn’t read anything about a fixed bug regarding retrying executions in the changelog from 1.56.2 to the latest version.