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.