maestro
latest
false
- はじめに
- 基本情報
- BPMN を使用したプロセス モデリング
- ケース管理を使用したプロセス モデリング
- Process modeling with Flow
- 基本情報
- 中心となる概念
- Node reference
- Build guides
- ベスト プラクティス
- 参照
- 式の構文
- Business Process Model and Notation (BPMN) concept mapping
- プロセスの実装
- プロセスの操作
- プロセスの監視
- プロセスの最適化
- 参考情報
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。
新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。
Maestro ユーザー ガイド
This reference is for developers and architects who are familiar with Business Process Model and Notation (BPMN) 2.0 and want to understand how Maestro BPMN concepts map to Flow equivalents.
For a higher-level comparison of when to use each tool, see Choosing a Maestro modeler.
Concept mapping table
| BPMN concept | Maestro BPMN | Flow equivalent |
|---|---|---|
| 開始イベント | Start event node | Manual Trigger or Scheduled Trigger node |
| 終了イベント | End event node | Terminate node (or natural end of canvas) |
| タスク | Service task, user task | HTTP Request, Script, Data Transform, or Human Task node |
| 排他的ゲートウェイ | XOR gateway | Decision node |
| 並列ゲートウェイ | AND gateway | Parallel branches + Merge node |
| 包括的ゲートウェイ | OR gateway | Multiple Decision nodes or Switch node |
| サブプロセス | Collapsed subprocess | Subflow node |
| Boundary error event | Error boundary event | Error handle on a node |
| Sequence flow | Sequence flow | Connection between nodes |
| Data object | Data object | 変数 |
| Pool / lane | Pool / lane | Not applicable — Flow does not use swim lanes |
| タイマー イベント | Timer boundary event | Scheduled Trigger node |
| メッセージ イベント | Message catch event | Integration trigger node |
主な違い
- No swim lanes — Flow does not model organizational roles or participants as swim lanes. Human assignment is handled at the node level via the Human Task node.
- No BPMN XML — Flow uses the
.flowJSON format, not BPMN XML. Workflows cannot be directly imported from a BPMN modeler. - Error handling is inline — Flow handles errors at the node level via each node's error handle, rather than using boundary events attached to tasks.
- No compensation — BPMN compensation flows have no direct equivalent in Flow. Compensation logic is represented explicitly with Decision and error handler nodes.