Wait Node keep other paths(flows) running

Describe the problem/error/question

I’m looking for a solution when I have more than 1 branch (path/flow) on the workflow.
Cause when I used Wait Node, it gonna pause the whole workflow

This is the sample workflow

Information on your n8n setup

  • n8n version: 1.33.1
  • Database (default: SQLite): Postgres
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker-compose
  • Operating system: Ubuntu 22

Hi @Le_nAm

Can I ask, what is the purpose of the Wait Node in your Workflow?

The Merge Node will only trigger once both inputs are provided, so it will automatically wait for the HTTP Request Nodes to finish (in case this is what you were trying to achieve).

Hi sorry about missing some context, I’ll try to workaround then provide more context later, I think I could use Code node with python, then put some sleep

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