Workflow Not executing nodes Properly

Guys my work Flow is not executing properly some of the nodes are not excectuing pls help me out

**

It looks like your topic is missing some important information. Could you provide the following if applicable.

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

Hi @Arsh_Tyagi thanks for being a part of the community! From your screenshot it looks like there is another node offscreen that isn’t included in your shared workflow. Is that the case?

Looking at your workflow there doesn’t appear to be a specific reason why the execution logic wouldn’t proceed normally. You can see that the branches are executing top-down, and they should only be prevented from doing so if there is a long-running process included in one of the branches (i.e. from a specific node that may be attached at the end?)

It’s not that the nodes themselves are not executing, but that the branches have not started executing yet.

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