maestro
latest
false
- 简介
- 入门指南
- 使用 BPMN 进行流程建模
- 使用 案例管理 进行流程建模
- Process modeling with Flow
- 入门指南
- 核心概念
- Node reference
- Build guides
- 最佳实践
- 参考
- 流程实施
- 流程运营
- 流程监控
- 流程优化
- 参考信息
重要 :
新发布内容的本地化可能需要 1-2 周的时间才能完成。
Maestro 用户指南
A placeholder node with no behavior. Use it to sketch the shape of a flow before implementing the actual logic — it passes through execution without doing anything and produces no output.
When to use Mock
- Modeling: Rough out the structure of a complex flow before wiring in real nodes.
- Stubbing: Hold a position in the flow where a node will be added later without breaking the flow's structure.
The Mock node is not intended for output simulation. To return a fixed value during testing without calling an external service, use a Script node that returns a hardcoded value.
配置
The Mock node has no configuration fields.
输出
The Mock node produces no output. Downstream nodes cannot reference any output from a Mock node.
注意
- A Mock node that is wired into the flow will execute (passing control to the next node) but does nothing.
- Mock nodes should be replaced before publishing a flow to production.