start.json•658 B
{
"nodeType": "n8n-nodes-base.start",
"displayName": "Start",
"description": "Starts the workflow execution from this node",
"version": 1,
"properties": [
{
"name": "notice",
"displayName": "This node is where a manual workflow execution starts. To make one, go back to the canvas and click ‘execute workflow’",
"type": "notice",
"default": ""
}
],
"credentialsConfig": [],
"io": {
"inputs": [],
"outputs": [],
"outputNames": [],
"hints": {}
},
"wiring": {
"role": "generic",
"requires": [],
"optional": [],
"consumedBy": [],
"consumes": [],
"produces": []
}
}