mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
Merge pull request #2115 from n8n-io/DOC-874-Cron-Expression-Explanation-Update
updated time expression example table values
This commit is contained in:
commit
4b87aa2feb
@ -56,7 +56,7 @@ If you want to trigger your workflow every day at 04:08, enter the following in
|
||||
|
||||
The sixth asterisk in the Cron expression represents seconds. Setting this is optional. The node will execute even if you don't set the value for seconds.
|
||||
|
||||
| * | * | * | * | * | * |
|
||||
|---|---|---|---|---|---|
|
||||
|second|minute|hour|day|week|month|
|
||||
| * | * | * | * | * | * |
|
||||
|:--:|:--:|:--:|:--:|:--:|:--:|
|
||||
|second|minute|hour|day of month|month|day of week|
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user