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": "Multiple trigger node rerun",
"nodes": [
{
"parameters": {},
"id": "06ce84a5-0ed0-45bb-ac2e-aa8c35cd67c7",
"name": "Start Manually",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
-400,
-140
]
},
{
"parameters": {
"rule": {
"interval": [
{
"field": "cronExpression",
"expression": "* * * * *"
}
]
}
},
"id": "b23a2576-2940-4faf-8a8f-79fdb128087a",
"name": "Start on Schedule",
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1.1,
"position": [
-400,
60
]
},
{
"parameters": {
"jsCode": "return {\n \"message\": $input.first().json.message + ' from code node'\n}"
},
"id": "1742daae-ad58-47cf-b777-3c95670af1ea",
"name": "Process The Data",
"type": "n8n-nodes-base.code",
"typeVersion": 2,
"position": [
60,
-60
]
},
{
"parameters": {
"assignments": {
"assignments": [
{
"id": "e8ce419c-b8c8-415c-81e1-7e260884f2a7",
"name": "message",
"value": "Hello",
"type": "string"
}
]
},
"options": {}
},
"type": "n8n-nodes-base.set",
"typeVersion": 3.4,
"position": [
-160,
-60
],
"id": "e56681c5-2111-4065-bb28-2358f86058c6",
"name": "Edit Fields"
}
],
"connections": {
"Start Manually": {
"main": [
[
{
"node": "Edit Fields",
"type": "main",
"index": 0
}
]
]
},
"Start on Schedule": {
"main": [
[
{
"node": "Edit Fields",
"type": "main",
"index": 0
}
]
]
},
"Edit Fields": {
"main": [
[
{
"node": "Process The Data",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "411bb599-f9b1-4db0-b289-6603403ebd82",
"id": "Q5svYbZJ8WEAedTH",
"tags": []
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Multiple trigger node rerun. Event-driven trigger; 4 nodes.
Source: https://github.com/automatos-trade/automatos-n8n/blob/master/cypress/fixtures/Multiple_trigger_node_rerun.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.
Blotato. Uses googleSheets, @blotato/n8n-nodes-blotato. Event-driven trigger; 65 nodes.
This template is a hands-on, practical exam designed to help you master n8n Expressions—the key to accessing and manipulating data in your workflows.
This template is a hands-on, practical exam designed to test your understanding of the fundamental JSON data types. It's the perfect way to solidify your knowledge after learning the basics.
Agendamiento. Uses n8n-nodes-evolution-api, redis, dataTable, executeWorkflowTrigger. Event-driven trigger; 60 nodes.