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": "execute-instance",
"nodes": [
{
"id": "Start",
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
240,
300
]
},
{
"id": "Code",
"parameters": {
"functionCode": "// Echo input and mark success\nfor (const item of items) {\n item.json.success = true;\n}\nreturn items;"
},
"name": "Code (placeholder)",
"type": "n8n-nodes-base.code",
"typeVersion": 1,
"position": [
500,
300
],
"notes": "Returns input with success flag"
},
{
"id": "Output",
"parameters": {
"keepOnlySet": true,
"values": {
"string": [
{
"name": "status",
"value": "={{$json.success ? 'ok' : 'error'}}"
}
]
}
},
"name": "Format Result",
"type": "n8n-nodes-base.set",
"typeVersion": 1,
"position": [
760,
300
],
"notes": "Formats execution result"
}
],
"connections": {
"Start": {
"main": [
[
{
"node": "Code (placeholder)",
"type": "main",
"index": 0
}
]
]
},
"Code (placeholder)": {
"main": [
[
{
"node": "Format Result",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
execute-instance. Uses start. Manual trigger; 3 nodes.
Source: https://github.com/xXNewbiXx/OMNIKAI-Aufbau/blob/d65b1f197bee23a36c0652c3f15e3150197dbb13/flows/n8n/execute-instance.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.
NextCloud:NextCloud:Folder:create move copy delete list:File:upload move copy download delete. Uses start, nextCloud, readBinaryFile. Manual trigger; 28 nodes.
Transporeon - orders - step 3 - process single. Uses start, functionItem, httpRequest, microsoftSql. Manual trigger; 26 nodes.
Orbit:Member:upsert get update delete getAll lookup:Note:create update getAll:Activity:create getAll:Post:create getAll delete. Uses start, orbit. Manual trigger; 16 nodes.
Raindrop:User:get:Collection:create get update getAll delete:Bookmark:create get update getAll delete:Tag:getAll delete. Uses start, raindrop. Manual trigger; 14 nodes.
Backup workflows & credentials. Uses start, executeCommand. Manual trigger; 13 nodes.