want to execute one major workflow to run 3 workflows
want to execute one major workflow to run 3 workflows
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:
1.106.3
Database (default: SQLite): supabase
n8n EXECUTIONS_PROCESS setting (default: own, main): main
Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
barn4k
September 18, 2025, 11:31am
2
hello @amitkatzzadara
And what is the issue? You can execute any amount of sub workflows from a workflow
krisn0x
September 18, 2025, 11:33am
3
Hey, you can trigger them from the n8n node like so, if you don’t want to do anything with their output in the master workflow:
Or, if you do want to use their output, you can trigger them as sub-workflows:
Feel free to mark this as Solution if it helped
i want to run a main workflow that would execute 2 workflows in parallel and then, after they finish, the third one should run.
by the way there is a finishd button to finish the entire process?
krisn0x
September 18, 2025, 1:54pm
5
Here is the example, but I didn’t understand your question about the finish button - could you clarify?
1 Like
krisn0x
September 22, 2025, 11:35am
6
@amitkatzzadara Hey, just checking if my previous reply helped? Would appreciate if you mark it as Solution if so
1 Like
system
Closed
December 27, 2025, 6:21am
8
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.