cron.json•1.07 kB
{
"nodeType": "n8n-nodes-base.cron",
"displayName": "Cron",
"description": "Triggers the workflow at a specific time",
"version": 1,
"properties": [
{
"name": "notice",
"displayName": "This workflow will run on the schedule you define here once you <a data-key=\"activate\">activate</a> it.<br><br>For testing, you can also trigger it manually: by going back to the canvas and clicking 'execute workflow'",
"type": "notice",
"default": ""
},
{
"name": "triggerTimes",
"displayName": "Trigger Times",
"type": "fixedCollection",
"default": {},
"description": "Triggers for the workflow",
"placeholder": "Add Cron Time",
"typeOptions": {
"multipleValues": true
}
}
],
"credentialsConfig": [],
"io": {
"inputs": [],
"outputs": [
"Main"
],
"outputNames": [],
"hints": {}
},
"wiring": {
"role": "generic",
"requires": [],
"optional": [],
"consumedBy": [],
"consumes": [],
"produces": [
"Main"
]
}
}