maestro
latest
false
- はじめに
- 基本情報
- BPMN を使用したプロセス モデリング
- ケース管理を使用したプロセス モデリング
- Process modeling with Flow
- 基本情報
- 中心となる概念
- Node reference
- Build guides
- ベスト プラクティス
- 参照
- プロセスの実装
- プロセスの操作
- プロセスの監視
- プロセスの最適化
- 参考情報
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。
新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。
Maestro ユーザー ガイド
Starts the workflow on demand. The workflow runs when explicitly invoked — from the Flow interface, via the Flow API, or by a Subflow node in another workflow.
構成
| フィールド | Required | 説明 |
|---|---|---|
| 入力スキーマ | いいえ | Defines the input variables the workflow accepts when triggered. Each entry specifies a variable name, type, and whether it is required. |
入力変数
Variables defined in the input schema are available to all nodes in the workflow from the start of execution. When the workflow is triggered manually from the interface, the operator can supply values for these variables in the trigger dialog.
When the workflow is triggered via the API or as a subflow, the caller provides values for the input variables in the request payload or Subflow node configuration.
備考
- A workflow can have a Manual Trigger alongside other trigger types. Each trigger type operates independently.
- For workflows that should run on a time-based schedule, use the Scheduled Trigger instead.
- For workflows that should start in response to an external event, use an integration trigger.