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.
配置
| 字段 | 必填 | 描述 |
|---|---|---|
| 输入架构 | 否 | 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.