Workflow silelntly stops running

Describe the problem/error/question

I have a flow that seems to work when testing the nodes in the editor, but when running it, it silently stops midway.

It stops at the Gen splash image node.

What is the error message (if any)?

None

Please share your workflow

Share the output returned by the last node

No output

Information on your n8n setup

  • **n8n version:**1.107.3
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main): own
  • Running n8n via (n8n cloud):n8n cloud
  • Operating system: Windows

Hey @tiago_freire_uscreen hope all is good.

When the execution stop midway, it is often an indication that one of the nodes didn’t produce the output.

Output is necessary to make the next node do it’s job. When the next node doesn’t get the input - the execution stops. You can easily find the last node executed under “Executions”.

What you could try to do is:

  • first understand whether no output is expected or not, try to see why there was no output
  • if no output is expected what you could do is you can go to the settings of the node and toggle “Always output data”. This way if there is no output, an empty output will be passed to the next node (empty is not the same as no output).

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