Why is my workflow waiting with no wait nodes?

My Subworkflow seems to be stuck on waiting and not running. And I don’t have any wait nodes or anything so the docs don’t really help too much. A little confused!

Please share your workflow

clicky here

Share the output returned by the last node

Nothing, it’s stuck!

Information on your n8n setup

instance information

Debug info

core

  • n8nVersion: 1.83.2
  • platform: docker (self-hosted)
  • nodeJsVersion: 20.18.3
  • database: postgres
  • executionMode: scaling
  • concurrency: -1
  • license: enterprise (production)
  • consumerId: 586dd7da-839c-4cb7-a604-aec209564a4d

storage

  • success: all
  • error: all
  • progress: false
  • manual: true
  • binaryMode: memory

pruning

  • enabled: true
  • maxAge: 336 hours
  • maxCount: 10000 executions

client

  • userAgent: mozilla/5.0 (x11; linux x86_64; rv:136.0) gecko/20100101 firefox/136.0
  • isTouchDevice: false

Generated at: 2025-03-19T15:59:51.405Z

I can’t paste your JSON into my n8n.
Can you please share your workflow here?

You can copy and paste it inside a code block.

To create a code block you just have to click here:
image

Your workflow will show up like this:

It’s because of the form node. The execution is waiting on someone to submit the form.

I have submitted my form several times and still no luck, as you can see from the many rows created! Maybe I can try with a different browser and see if that changes anything

1 Like

Unfortunately the workflow is too big! Any other way I can send you my workflow?

It progressed further when I used Chrome! It got stuck on a different node now… haha going to dig into why.

Thank you!

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