Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After adding Schedule Trigger workflow can't set active #13884

Open
vanghock opened this issue Mar 12, 2025 · 1 comment
Open

After adding Schedule Trigger workflow can't set active #13884

vanghock opened this issue Mar 12, 2025 · 1 comment
Labels
in linear Issue or PR has been created in Linear for internal review

Comments

@vanghock
Copy link

Bug Description

After adding Schedule Trigger and selecting any time for trigger and trying to actived the workflow it giving this error:

Workflow could not be activated:
There was a problem activating the workflow: "ERROR: You specified an invalid date."

This is happening since version 1.81.4 and doesnt fixed after updating 1.82.1

I would be happy if someone can give me the way of return older versions on digital ocean docker compose

Thanks.

To Reproduce

{
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{}
]
}
},
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1.2,
"position": [
-80,
-20
],
"id": "5dfaa5f7-4f54-4d4c-b339-388153d717ef",
"name": "Schedule Trigger"
}
],
"connections": {},
"pinData": {},
"meta": {
"instanceId": "7f41ce84a4bd0a671ee89152536e71c36cbd99a3755a678f94dd1922a10400d3"
}
}

Expected behavior

{
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{}
]
}
},
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1.2,
"position": [
-80,
-20
],
"id": "5dfaa5f7-4f54-4d4c-b339-388153d717ef",
"name": "Schedule Trigger"
}
],
"connections": {},
"pinData": {},
"meta": {
"instanceId": "7f41ce84a4bd0a671ee89152536e71c36cbd99a3755a678f94dd1922a10400d3"
}
}

Operating System

Docker 25.0.3 on Ubuntu 22.04

n8n Version

1.82.1

Node.js Version

18.16.0

Database

SQLite (default)

Execution mode

main (default)

@Joffcom
Copy link
Member

Joffcom commented Mar 12, 2025

Hey @vanghock,

We have created an internal ticket to look into this which we will be tracking as "GHC-1173"

@Joffcom Joffcom added the in linear Issue or PR has been created in Linear for internal review label Mar 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in linear Issue or PR has been created in Linear for internal review
Projects
None yet
Development

No branches or pull requests

2 participants