Describe the problem/error/question
If I have a paused node, manual executions run in an unpredicted way.
Run a node which is earlier then the paused one.
Then:
- Running the node right after the paused makes the whole process to re-execute.
- Running a not-adjacent node outputs no result - the paused node blocks the data flow
What is the error message (if any)?
No error. I expect that the paused nodes are simply ignored and the rest of the nodes keep on with executing
Please share your workflow
Share the output returned by the last node
Information on your n8n setup
- n8n version: 0.236.0
- Database (default: SQLite): default
- n8n EXECUTIONS_PROCESS setting (default: own, main): main
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker compose
- Operating system: Ubuntu 22