...
- Flow owners can define scheduled executions of flows from within the Flow View page.
- Collaborators can review and cannot edit schedules.
- See Flow View Page.
Info |
---|
NOTE: Time zone settings defined in the page where you are specifying your cron schedule are used with the schedule. To use UTC time zone, select UTC in the drop-down. For more information, see Supported Time Zone Values. |
Overview of cron
allows you to make use of cron, a widely used syntax, for specifying times that recur at regular intervals. You can use cron to specify schedules on a per-minute or annual basis and arbitrary intervals in between.
...
Expression | Meaning | Reason |
---|
Code Block |
---|
15 10 * * * 2001 |
| Fire at 10:15am every day during the year 2001 | This cron expression is invalid because it will not generate any events in the future. |
| - | The cron expression should contain 6 or 7 fields. |