Understand execution order
n8n's node execution order depends on the version of n8n you're using:
For workflows created before n8n 1.0: n8n executes the first node of each branch, then the second node of each branch, and so on.
For workflows created from n8n 1.0: executes each branch in turn, completing one branch before starting another. n8n orders the branches based on their position on the canvas, from topmost to bottommost. If two branches are at the same height, the leftmost branch executes first.
You can change the execution order in your workflow settings.
Last updated
Was this helpful?