UiPath Documentation
maestro
latest
false
重要 :
新发布内容的本地化可能需要 1-2 周的时间才能完成。

Maestro 用户指南

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.

配置

字段必填描述
Schedule typeHow the schedule is defined: Interval (every N minutes/hours/days) or Cron (a cron expression for precise scheduling).
间隔条件The repeat interval and unit (minutes, hours, or days). Required when schedule type is Interval.
Cron expression条件A standard cron expression (5 fields). Required when schedule type is Cron.
时区The time zone used to interpret the schedule. Default: UTC.
输入架构Static input variable values to pass to the workflow on each scheduled run.

示例

目标Schedule type
Every 30 minutes间隔30 分钟
Every day at 9:00 AMCron0 9 * * *
Every Monday at midnightCron0 0 * * 1
Every hour间隔1 小时

注意

  • 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.
  • 配置
  • 示例
  • 注意

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新