How to execute few n8n workflows together

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

hello @amitkatzzadara

And what is the issue? You can execute any amount of sub workflows from a workflow

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 :slight_smile:

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?

Here is the example, but I didn’t understand your question about the finish button - could you clarify?

1 Like

@amitkatzzadara Hey, just checking if my previous reply helped? Would appreciate if you mark it as Solution if so :slight_smile:

1 Like

seemed to workout

thanks a lot !

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