Information on your n8n setup
- n8n version: 1.95.3
- Database (default: SQLite): default
- n8n EXECUTIONS_PROCESS setting (default: own, main): default
- Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
- Operating system: Win
it’s easier to explain via screenshot. I migrate my flow from localhost, the localhost wont execute #3 before #2 completely processed (finish all loops). Coz i read somewhere n8n process left>right, top>bottom. That’s the reason how i position #3 depending #2 to be process AFTER #2.
But in the n8n, system start process #3 after #2 get all nodes run at least once. Which mean i can see whlie #2 still looping, #3 already start processing.
Any chance to configure the cloud n8n to process #2 100% complete before proceed to #3?
Thanks