Execution pattern changed in v1.95.3

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

It’s working normally fro my side.

Can you try a recording maybe easier to see what’s going on.

202506061203 1

here is my screen recording, behave as my prob as stated

I doubt that it’s only n8n UI has animation delay.

I watched the first loop. The loop is already finish and output to done.

After that then next loop start working.

The animation still running but in fact it’s already finish.

Does this sound reasonable to you?