UiPath Documentation
maestro
latest
false

Maestro user guide

Business Process Model and Notation (BPMN) concept mapping

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 conceptMaestro BPMNFlow equivalent
Start eventStart event nodeManual Trigger or Scheduled Trigger node
End eventEnd event nodeTerminate node (or natural end of canvas)
TaskService task, user taskHTTP Request, Script, Data Transform, or Human Task node
Exclusive gatewayXOR gatewayDecision node
Parallel gatewayAND gatewayParallel branches + Merge node
Inclusive gatewayOR gatewayMultiple Decision nodes or Switch node
SubprocessCollapsed subprocessSubflow node
Boundary error eventError boundary eventError handle on a node
Sequence flowSequence flowConnection between nodes
Data objectData objectVariable
Pool / lanePool / laneNot applicable — Flow does not use swim lanes
Timer eventTimer boundary eventScheduled Trigger node
Message eventMessage catch eventIntegration trigger node

Key differences

  • 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 .flow JSON 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.
  • Concept mapping table
  • Key differences

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated