scheduleTrigger.json•1.25 kB
{
"nodeType": "n8n-nodes-base.scheduleTrigger",
"displayName": "Schedule Trigger",
"description": "Triggers the workflow on a given schedule",
"version": [
1,
1.1,
1.2
],
"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 'test workflow'",
"type": "notice",
"default": ""
},
{
"name": "rule",
"displayName": "Trigger Rules",
"type": "fixedCollection",
"default": {},
"description": "Number of seconds between each workflow trigger",
"placeholder": "Add Rule",
"typeOptions": {
"multipleValues": true
},
"displayOptions": {
"show": {
"field": [
"seconds"
]
}
}
}
],
"credentialsConfig": [],
"io": {
"inputs": [],
"outputs": [
"Main"
],
"outputNames": [],
"hints": {}
},
"wiring": {
"role": "generic",
"requires": [],
"optional": [],
"consumedBy": [],
"consumes": [],
"produces": [
"Main"
]
}
}