Hi there.
I am new to the n8n community and trying to set up two workflows that I am having some slight issues with and hoping someone in the community can assist. Workflow 1: Executes in 30 min interval during the day Workflow 2: Executes at a specific time each day using cron.
How can I make workflow 1 only run when it is within a specific time period so it doesn’t run while workflow 2 is running?
Be however aware that n8n uses one more “field” than the website does and it is for seconds. For that reason does my above example start with 0 but on the webseite, it is not there. It means simply that it should always run at second 0. Could obviously be also any other value between 0-59.
@jan:
A quick question about the timer trigger node. The custom setting uses the CRON standard for timing. Behind the scenes, does it use the actual user’s crontab in the system or does Node just use the CRON notation because it is a known was of configuring timings?
@Tephlon It is not using the system cron. Is a Node.js implementation which only uses the same syntax as it is commonly known. The library which gets used by n8n is this one: