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 →
{
"id": "1015",
"name": "Execution testing",
"nodes": [
{
"parameters": {},
"id": "41dc3ec9-8c2b-4d6e-8540-b6a4207baaf8",
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
920,
660
]
},
{
"parameters": {
"options": {}
},
"id": "ad59c40d-b173-4019-bd0a-b48a0520df28",
"name": "Set",
"type": "n8n-nodes-base.set",
"typeVersion": 1,
"position": [
1140,
660
]
}
],
"connections": {
"On clicking 'execute'": {
"main": [
[
{
"node": "Set",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"saveManualExecutions": true,
"callerPolicy": "workflowsFromSameOwner"
},
"triggerCount": 0,
"versionId": "7c4bcc80-6e7e-4998-a5e0-665ae067b381",
"owner": {
"type": "personal",
"personalEmail": "csaba@n8n.io"
}
}
About this workflow
Execution testing. Uses manualTrigger. Event-driven trigger; 2 nodes.
Source: https://github.com/cstuncsik/n8n-env-test/blob/e63c9d292c1cf01fac4030bd5c388d1625448b9a/workflows/1015.json — original creator credit. Request a take-down →