Describe the problem/error/question
I tried running a workflow with a dynamic list of people, for each of these person there should be a Sub-Workflow to have an user interaction (review). And the workflow should wait until all of them have answered, before going on.
My exspected behaviour is that Wait For Sub-Workflow waits on all workflows to complete.
If the first Sub-Workflow is done, the Execute Workflow step moves on and does not wait for all of them to finish.
Please share your workflow
This is my input json:
[
{ “user”: “Alice”, “task”: “Review A” },
{ “user”: “Bob”, “task”: “Review B” },
{ “user”: “Charlie”, “task”: “Review C” }
]
The main workflow:
The Sub-Workflow:
Information on your n8n setup
- n8n version: 1.102.0
- Database (default: SQLite): SQLite
- n8n EXECUTIONS_PROCESS setting (default: own, main): default
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- Operating system: