Designer > Implementing a BPMN Gateway or Control Flow > BPMN-to-BPEL Implementation of Gateways and Control Flow
  

BPMN-to-BPEL Implementation of Gateways and Control Flow

BPMN-to-BPEL Implementation of Gateways and Control Flow
In many cases, a BPMN element can be implemented as one or more BPEL activities, described in the tables below.
The following tables are divided into BPMN types: gateways and control flow
For additional implementations, BPMN-to-BPEL Implementation of Tasks and Events.
Gateways
BPMN Gateway
BPEL Implementations
Exclusive
For details, see Exclusive.
Parallel
For details, see Parallel.
Inclusive
For details, see Inclusive
Complex
For details, see Complex.
Event-based
For details, see Pick
Control Flows
BPMN Control Flow
BPEL Implementations
Conditional Pattern
If
Fork Pattern
Two empty activities (parallel gateways) joined by links (equivalent of a BPEL flow activity)
Repeat Pattern
Repeat Until
Loop
While
Multi-Instance
For Each
Embedded subprocess
Scope