maestro
latest
false
- 简介
- 入门指南
- 使用 BPMN 进行流程建模
- 使用 案例管理 进行流程建模
- Process modeling with Flow
- 入门指南
- 核心概念
- Node reference
- Build guides
- 最佳实践
- 参考
- 流程实施
- 流程运营
- 流程监控
- 流程优化
- 参考信息
重要 :
新发布内容的本地化可能需要 1-2 周的时间才能完成。
Maestro 用户指南
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 type | 是 | How 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 AM | Cron | 0 9 * * * |
| Every Monday at midnight | Cron | 0 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.