Describe the problem/error/question
Is it possible to trigger a workflow every 4 weeks on Sunday since 24th of March?
Information on your n8n setup
**n8n version:1.29.1
**Database (default: SQLite): SQLite
**n8n EXECUTIONS_PROCESS setting (default: own, main): default
**Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
**Operating system: Openwrt
barn4k
March 9, 2024, 8:10am
2
hello @taikobo
It is possible with a little trick
The first workflow will run every week and if it is already 24 of March, then it activates the desired workflow and deactivates itself.
The second workflow is your initial wf that will run every 4 weeks
1 Like
Hi @barn4k thanks for the answer. I am actually already doing that (with cron in first wf to activate the second wf), it just feels unnecessary and tedious…
Well if that is the only way to do it, then so be it…
system
Closed
March 18, 2024, 9:12am
4
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.