Why data flow in exucution is working wrong?

Describe the problem/error/question

When i am trying to create execution tmp dir before saving it, first saving node is running. but according to docs of n8n data flow is from left to right, top to bottom. What i am doing wrong?

Video proof

Please share your workflow

Share the output returned by the last node

The file or directory does not exist

Information on your n8n setup

  • n8n version: 1.103.1
  • Database (default: SQLite): postgresql
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app): docker
  • Operating system: ubuntu

See if this little change helps:

1 Like

Thanks for help. Yes it worked. But why it work like this? Is it bug? Maybe i should create issue in github

You can most certainly report it to get an official reply from the maintainers. In the mean time you have a version which isn’t racing. Good luck!

1 Like

okay thanks for help

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.