What are schedules?
The scheduler allows for re-running flows at a specified time interval, described by a timezone and time pattern. Each individual instance is called a schedule or job.
note
Schedules will not start executing flows until they are synced by DevOps.
Creating a schedule
Navigate to the scheduler page and click New schedule. There configuration available for schedules includes:
- Flow - The flow that will run at specified times.
- Enabled - Whether this scheduled job should be used or skipped.
- Timezone - One of the provided timezones to use with the pattern.
- Pattern - Cron format expression. For example the pattern
0 * * * *
would execute the flow every hour. - Flow data - Data that will be passed as the initial document to the flow.
Scheduler page
Debugging running schedules
If an administration tool is configured for your ACE environment it can be used to manage running schedules. Access to the management tool will differ from setup to setup. Consult with DevOps to setup, deploy and administer schedules.