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": "WF-41 run_discovery",
"nodes": [
{
"id": "trigger",
"name": "WF Input",
"type": "n8n-nodes-base.executeWorkflowTrigger",
"typeVersion": 1.1,
"position": [
0,
0
],
"parameters": {
"workflowInputs": {
"values": [
{
"name": "source",
"type": "string"
},
{
"name": "query",
"type": "string"
},
{
"name": "trigger",
"type": "string"
}
]
}
}
},
{
"id": "switch",
"name": "Which source",
"type": "n8n-nodes-base.switch",
"typeVersion": 3.2,
"position": [
200,
0
],
"parameters": {
"rules": {
"values": [
{
"conditions": {
"options": {
"caseSensitive": true,
"leftValue": "",
"typeValidation": "loose"
},
"combinator": "and",
"conditions": [
{
"id": "c1",
"leftValue": "={{ $json.source }}",
"rightValue": "exa",
"operator": {
"type": "string",
"operation": "equals"
}
}
]
},
"renameOutput": true,
"outputKey": "exa"
},
{
"conditions": {
"options": {
"caseSensitive": true,
"leftValue": "",
"typeValidation": "loose"
},
"combinator": "and",
"conditions": [
{
"id": "c2",
"leftValue": "={{ $json.source }}",
"rightValue": "tavily",
"operator": {
"type": "string",
"operation": "equals"
}
}
]
},
"renameOutput": true,
"outputKey": "tavily"
},
{
"conditions": {
"options": {
"caseSensitive": true,
"leftValue": "",
"typeValidation": "loose"
},
"combinator": "and",
"conditions": [
{
"id": "c3",
"leftValue": "={{ $json.source }}",
"rightValue": "brave",
"operator": {
"type": "string",
"operation": "equals"
}
}
]
},
"renameOutput": true,
"outputKey": "brave"
},
{
"conditions": {
"options": {
"caseSensitive": true,
"leftValue": "",
"typeValidation": "loose"
},
"combinator": "and",
"conditions": [
{
"id": "c4",
"leftValue": "={{ $json.source }}",
"rightValue": "rss",
"operator": {
"type": "string",
"operation": "equals"
}
}
]
},
"renameOutput": true,
"outputKey": "rss"
}
]
},
"options": {}
}
},
{
"id": "runexa",
"name": "Run Exa",
"type": "n8n-nodes-base.executeWorkflow",
"typeVersion": 1.2,
"position": [
440,
-180
],
"parameters": {
"workflowId": {
"__rl": true,
"value": "AM0WjOKXpIemAzT6",
"mode": "id"
},
"workflowInputs": {
"mappingMode": "defineBelow",
"value": {
"query": "={{ $json.query }}",
"trigger": "={{ $json.trigger || 'agent' }}"
},
"matchingColumns": [],
"schema": [
{
"id": "query",
"displayName": "query",
"required": false,
"defaultMatch": false,
"display": true,
"canBeUsedToMatch": true,
"type": "string"
},
{
"id": "trigger",
"displayName": "trigger",
"required": false,
"defaultMatch": false,
"display": true,
"canBeUsedToMatch": true,
"type": "string"
}
]
},
"options": {
"waitForSubWorkflow": true
}
}
},
{
"id": "runtavily",
"name": "Run Tavily",
"type": "n8n-nodes-base.executeWorkflow",
"typeVersion": 1.2,
"position": [
440,
-60
],
"parameters": {
"workflowId": {
"__rl": true,
"value": "SujItqZD8LGV034c",
"mode": "id"
},
"workflowInputs": {
"mappingMode": "defineBelow",
"value": {
"query": "={{ $json.query }}",
"trigger": "={{ $json.trigger || 'agent' }}"
},
"matchingColumns": [],
"schema": [
{
"id": "query",
"displayName": "query",
"required": false,
"defaultMatch": false,
"display": true,
"canBeUsedToMatch": true,
"type": "string"
},
{
"id": "trigger",
"displayName": "trigger",
"required": false,
"defaultMatch": false,
"display": true,
"canBeUsedToMatch": true,
"type": "string"
}
]
},
"options": {
"waitForSubWorkflow": true
}
}
},
{
"id": "runbrave",
"name": "Run Brave",
"type": "n8n-nodes-base.executeWorkflow",
"typeVersion": 1.2,
"position": [
440,
60
],
"parameters": {
"workflowId": {
"__rl": true,
"value": "8whU7voTeLMySR6l",
"mode": "id"
},
"workflowInputs": {
"mappingMode": "defineBelow",
"value": {
"query": "={{ $json.query }}",
"trigger": "={{ $json.trigger || 'agent' }}"
},
"matchingColumns": [],
"schema": [
{
"id": "query",
"displayName": "query",
"required": false,
"defaultMatch": false,
"display": true,
"canBeUsedToMatch": true,
"type": "string"
},
{
"id": "trigger",
"displayName": "trigger",
"required": false,
"defaultMatch": false,
"display": true,
"canBeUsedToMatch": true,
"type": "string"
}
]
},
"options": {
"waitForSubWorkflow": true
}
}
},
{
"id": "runrss",
"name": "Run RSS",
"type": "n8n-nodes-base.executeWorkflow",
"typeVersion": 1.2,
"position": [
440,
180
],
"parameters": {
"workflowId": {
"__rl": true,
"value": "HCnDeMk2Gkr1cut5",
"mode": "id"
},
"workflowInputs": {
"mappingMode": "defineBelow",
"value": {
"trigger": "={{ $json.trigger || 'agent' }}"
},
"matchingColumns": [],
"schema": [
{
"id": "trigger",
"displayName": "trigger",
"required": false,
"defaultMatch": false,
"display": true,
"canBeUsedToMatch": true,
"type": "string"
}
]
},
"options": {
"waitForSubWorkflow": true
}
}
},
{
"id": "shape",
"name": "Shape result",
"type": "n8n-nodes-base.code",
"typeVersion": 2,
"position": [
680,
0
],
"parameters": {
"mode": "runOnceForAllItems",
"jsCode": "const j = $input.first().json;\nif (j.error) return [{ json: { error: String(typeof j.error === 'object' ? JSON.stringify(j.error) : j.error).slice(0, 300) } }];\nreturn [{ json: j }];"
}
}
],
"connections": {
"WF Input": {
"main": [
[
{
"node": "Which source",
"type": "main",
"index": 0
}
]
]
},
"Which source": {
"main": [
[
{
"node": "Run Exa",
"type": "main",
"index": 0
}
],
[
{
"node": "Run Tavily",
"type": "main",
"index": 0
}
],
[
{
"node": "Run Brave",
"type": "main",
"index": 0
}
],
[
{
"node": "Run RSS",
"type": "main",
"index": 0
}
]
]
},
"Run Exa": {
"main": [
[
{
"node": "Shape result",
"type": "main",
"index": 0
}
]
]
},
"Run Tavily": {
"main": [
[
{
"node": "Shape result",
"type": "main",
"index": 0
}
]
]
},
"Run Brave": {
"main": [
[
{
"node": "Shape result",
"type": "main",
"index": 0
}
]
]
},
"Run RSS": {
"main": [
[
{
"node": "Shape result",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1",
"errorWorkflow": "PNJMA4NbQGmp1xKv"
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
WF-41 run_discovery. Uses executeWorkflowTrigger. Event-driven trigger; 7 nodes.
Source: https://github.com/killerwaz/research-overseer/blob/master/workflows/wf41-run-discovery.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.
Reagendamiento. Uses executeWorkflowTrigger, redis, n8n-nodes-evolution-api, dataTable. Event-driven trigger; 73 nodes.
Agendamiento. Uses n8n-nodes-evolution-api, redis, dataTable, executeWorkflowTrigger. Event-driven trigger; 60 nodes.
Prevent concurrent workflow runs using Redis. Uses executeWorkflowTrigger, manualTrigger, stickyNote, executeWorkflow. Event-driven trigger; 43 nodes.
This workflow sets a small "lock" value in Redis so that only one copy of a long job can run at the same time. If another trigger fires while the job is still busy, the workflow sees the lock, stops e
Cancelacion. Uses executeWorkflowTrigger, redis, n8n-nodes-evolution-api, dataTable. Event-driven trigger; 36 nodes.