Workflow Execution Problems

Describe the problem/error/question

Hello , the workflow that I am using does not execute totally it stucks in a particular node and don’t transfer data to the other nodes . Can you give me a step by step solution to fix this problem ?

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

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

Hi @Kuti01 Your question lacks information about the workflow you re referring, consider copy pasting the JSON of your flow.

yeah usually when a workflow gets stuck on a node its because the node either has no outgoing connection or its waiting on something. if theres no error message showing up, the node might be trying to do something slow like a large api call or database query. had this happen when we had a code node running some heavy processing without a timeout set. what node is it getting stuck on, and do you see any error in the execution logs or is it just sitting there silently?

1 Like