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.
構成
| フィールド | Required | 説明 |
|---|---|---|
| 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 | 値 (Value) |
|---|---|---|
| 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.