Describe the problem/error/question
I have an active Workflow (the first one) and a schedule for the trigger to run every X hours (I have set it to a minimum and different hours), but it never self-executes. I can open it and click execute, and it executes fine.
I have deactivated it, made a change, saved it and activated it agaiin - nope
I have deactivated it and in the workflow dashboard, activated it from here - nope. I have disabled and reactivated it from the dashboard - no luck.
I have left it active for 24 hours in case there was some sort of crazy delay - nope.
I want to build more workflows, but not until I can get at least this one actually running on its own.
What is the error message (if any)?
I don’t see any errors on my end. The log does not indicate that it attempted to execute, and only shows the manual runs that I have performed.
Please share your workflow
I am sharing the initial trigger
{
“nodes”: [
{
“parameters”: {
“rule”: {
“interval”: [
{
“field”: “hours”,
“hoursInterval”: 9
}
]
}
},
“type”: “n8n-nodes-base.scheduleTrigger”,
“typeVersion”: 1.2,
“position”: [
-528,
144
],
“id”: “5bc16a36-fb78-4dd4-a982-93b35904704c”,
“name”: “Schedule Trigger”,
“retryOnFail”: false,
“waitBetweenTries”: 5000
}
],
“connections”: {
“Schedule Trigger”: {
“main”: [
]
}
},
“pinData”: {
“Schedule Trigger”: [
{
“name”: “First item”,
“code”: 1
},
{
“name”: “Second item”,
“code”: 2
}
]
},
“meta”: {
“templateCredsSetupCompleted”: true,
“instanceId”: “f4546d8d881748c1ed860e1c04344aee8d95d7f50f5fb7dd10431113944e679a”
}
}
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Share the output returned by the last node
Information on your n8n setup
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system: