Wait action in parallelism

Describe the problem/error/question

Parallelism problem
The problem is that I want simulate behavior where I create two forms in my custom nodes (one for dean, one for rector) and then I want wait in both branches so, if wait in top branch ends there will be only 5 minutes in bottom branch.

Actual status is: both forms are created but first I wait 5 minutes because top branch, and then I wait 10 minutes so its 15 sum. (I use legacy v0 for process)

Wait block is an example cause I am trying to create own node when node must wait for webhook.

How to solve this kind of parallelism where both branches have to wait an unknown amount of time?

What is the error message (if any)?

Dont have error message

Please share your workflow

Share the output returned by the last node

Information on your n8n setup

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

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