The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "COMPLEXITY-005: Many parallel branches",
"nodes": [
{
"id": "n1",
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 2,
"position": [
0,
0
]
},
{
"id": "n2",
"name": "Switch",
"type": "n8n-nodes-base.switch",
"typeVersion": 3,
"position": [
200,
0
]
},
{
"id": "n3",
"name": "Branch 1",
"type": "@n8n/n8n-nodes-langchain.agent",
"typeVersion": 1.6,
"position": [
400,
-300
]
},
{
"id": "n4",
"name": "Branch 2",
"type": "@n8n/n8n-nodes-langchain.agent",
"typeVersion": 1.6,
"position": [
400,
-200
]
},
{
"id": "n5",
"name": "Branch 3",
"type": "@n8n/n8n-nodes-langchain.agent",
"typeVersion": 1.6,
"position": [
400,
-100
]
},
{
"id": "n6",
"name": "Branch 4",
"type": "@n8n/n8n-nodes-langchain.agent",
"typeVersion": 1.6,
"position": [
400,
0
]
},
{
"id": "n7",
"name": "Branch 5",
"type": "@n8n/n8n-nodes-langchain.agent",
"typeVersion": 1.6,
"position": [
400,
100
]
},
{
"id": "n8",
"name": "Branch 6",
"type": "@n8n/n8n-nodes-langchain.agent",
"typeVersion": 1.6,
"position": [
400,
200
]
},
{
"id": "n9",
"name": "Branch 7",
"type": "@n8n/n8n-nodes-langchain.agent",
"typeVersion": 1.6,
"position": [
400,
300
]
},
{
"id": "n10",
"name": "Process 1",
"type": "n8n-nodes-base.code",
"typeVersion": 2,
"position": [
600,
-300
]
},
{
"id": "n11",
"name": "Process 2",
"type": "n8n-nodes-base.code",
"typeVersion": 2,
"position": [
600,
-200
]
},
{
"id": "n12",
"name": "Process 3",
"type": "n8n-nodes-base.code",
"typeVersion": 2,
"position": [
600,
-100
]
},
{
"id": "n13",
"name": "Process 4",
"type": "n8n-nodes-base.code",
"typeVersion": 2,
"position": [
600,
0
]
},
{
"id": "n14",
"name": "Process 5",
"type": "n8n-nodes-base.code",
"typeVersion": 2,
"position": [
600,
100
]
},
{
"id": "n15",
"name": "Process 6",
"type": "n8n-nodes-base.code",
"typeVersion": 2,
"position": [
600,
200
]
},
{
"id": "n16",
"name": "Process 7",
"type": "n8n-nodes-base.code",
"typeVersion": 2,
"position": [
600,
300
]
},
{
"id": "n17",
"name": "Merge All",
"type": "n8n-nodes-base.merge",
"typeVersion": 3,
"position": [
800,
0
]
},
{
"id": "n18",
"name": "Output",
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1,
"position": [
1000,
0
]
}
],
"connections": {
"Webhook": {
"main": [
[
{
"node": "Switch",
"type": "main",
"index": 0
}
]
]
},
"Switch": {
"main": [
[
{
"node": "Branch 1",
"type": "main",
"index": 0
}
],
[
{
"node": "Branch 2",
"type": "main",
"index": 0
}
],
[
{
"node": "Branch 3",
"type": "main",
"index": 0
}
],
[
{
"node": "Branch 4",
"type": "main",
"index": 0
}
],
[
{
"node": "Branch 5",
"type": "main",
"index": 0
}
],
[
{
"node": "Branch 6",
"type": "main",
"index": 0
}
],
[
{
"node": "Branch 7",
"type": "main",
"index": 0
}
]
]
},
"Branch 1": {
"main": [
[
{
"node": "Process 1",
"type": "main",
"index": 0
}
]
]
},
"Branch 2": {
"main": [
[
{
"node": "Process 2",
"type": "main",
"index": 0
}
]
]
},
"Branch 3": {
"main": [
[
{
"node": "Process 3",
"type": "main",
"index": 0
}
]
]
},
"Branch 4": {
"main": [
[
{
"node": "Process 4",
"type": "main",
"index": 0
}
]
]
},
"Branch 5": {
"main": [
[
{
"node": "Process 5",
"type": "main",
"index": 0
}
]
]
},
"Branch 6": {
"main": [
[
{
"node": "Process 6",
"type": "main",
"index": 0
}
]
]
},
"Branch 7": {
"main": [
[
{
"node": "Process 7",
"type": "main",
"index": 0
}
]
]
},
"Process 1": {
"main": [
[
{
"node": "Merge All",
"type": "main",
"index": 0
}
]
]
},
"Process 2": {
"main": [
[
{
"node": "Merge All",
"type": "main",
"index": 1
}
]
]
},
"Process 3": {
"main": [
[
{
"node": "Merge All",
"type": "main",
"index": 2
}
]
]
},
"Process 4": {
"main": [
[
{
"node": "Merge All",
"type": "main",
"index": 3
}
]
]
},
"Process 5": {
"main": [
[
{
"node": "Merge All",
"type": "main",
"index": 4
}
]
]
},
"Process 6": {
"main": [
[
{
"node": "Merge All",
"type": "main",
"index": 5
}
]
]
},
"Process 7": {
"main": [
[
{
"node": "Merge All",
"type": "main",
"index": 6
}
]
]
},
"Merge All": {
"main": [
[
{
"node": "Output",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
COMPLEXITY-005: Many parallel branches. Uses agent. Webhook trigger; 18 nodes.
Source: https://github.com/Pisama-AI/pisama-n8n/blob/main/server/tests/fixtures/complexity/05-COMPLEXITY-many-branches.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
VEP WAPP. Uses openAi, lmChatOpenAi, toolCalculator, agent. Webhook trigger; 100 nodes.
⏺ 🚀 How it works
L&D_AgentsAI_ATIVO. Uses httpRequest, agent, googleCalendarTool, toolSerpApi. Webhook trigger; 93 nodes.
Are you drowning in daily operational chaos, desperately trying to juggle sales, projects, content, and client communication? Imagine an AI brain that handles it all, freeing you to lead your business
AI Customer Service Automation - Portfolio. Uses googleSheets, httpRequest, agent, memoryBufferWindow. Webhook trigger; 91 nodes.