Home > BPMN Diagrams Procedures and Reference > Connector Lines in BPMN Diagrams Reference

Connector Lines in BPMN Diagrams Reference

Connector lines represent sequence flows when they connect two objects in the same BPMN pool. Objects in different BPMN pools cannot be connected by sequence flow, but they can synchronize via message flow. A connector line between two objects in different pools that represents a message flow displays with a dashed line. Moving an object from one pool to another also breaks the sequence flow and converts the connection to a message-style line.

This connecting object...

has these properties...

BPMNsequenceflow.bmp 

Sequence Flow

Solid line arrow connecting two shapes in the same BPMN pool. The sequence flow lines define the flow of transactions through the model.

BPMNmessageflow.bmp 

Message Flow

Dashed line arrow providing communication between two pools, from a source to a possible target within another pool. Message flow lines send information, not transactions. They may connect to pool edges as well as shapes in the target pool.

BPMNassoc.bmp 

Association

Dotted line that annotates a shape, similar to a callout. Association lines are also used for compensation flow, which is not part of the sequence flow. Associations are for annotation only.

defaultflow.bmp 

Default Sequence Flow

Slash on a sequence flow line that indicates the default path when conditions exist on the flow out of an activity or gateway.

Related Topics

BPMN Diagrams Procedures and Reference