While testing the workflow below, if I click the “balance” node, it doesn’t execute, because it’s waiting for the previous “Create balance” node to execute.
But when executing many nodes at once (for example executing the first node and then executing the “Add transaction” node) it works fine.
It also works fine when running executions, instead of tests.
My questions are two:
- Is this a bug?
- Can I have a better approach to this situation, that prevent that kind of behavior during edit?
Information on your n8n setup
- n8n version: 1.71.3
- Database (default: SQLite): default
- n8n EXECUTIONS_PROCESS setting (default: own, main): default
- Running n8n via (Docker, npm, n8n cloud, desktop app): docker
- Operating system: Ubuntu 24.04