UiPath Documentation
maestro
latest
false

Maestro user guide

Scheduled Trigger

Starts the workflow automatically on a recurring schedule. Use this trigger for periodic automation tasks such as daily reports, hourly data synchronization, or weekly cleanup jobs.

Configuration

FieldRequiredDescription
Schedule typeYesHow the schedule is defined: Interval (every N minutes/hours/days) or Cron (a cron expression for precise scheduling).
IntervalConditionalThe repeat interval and unit (minutes, hours, or days). Required when schedule type is Interval.
Cron expressionConditionalA standard cron expression (5 fields). Required when schedule type is Cron.
Time zoneYesThe time zone used to interpret the schedule. Default: UTC.
Input schemaNoStatic input variable values to pass to the workflow on each scheduled run.

Examples

GoalSchedule typeValue
Every 30 minutesInterval30 minutes
Every day at 9:00 AMCron0 9 * * *
Every Monday at midnightCron0 0 * * 1
Every hourInterval1 hour

Notes

  • If a workflow is still running when its next scheduled start time arrives, the new run is skipped or queued depending on the Concurrency setting in the workflow's publish configuration.
  • The Scheduled Trigger does not fire until the flow is published.
  • Configuration
  • Examples
  • Notes

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated