
UML/BPMN Metamodel
Represents the channel that communication messages follow
A CommunicationChannel is a link between two CommunicationNodes.
A CommunicationChannel can represent a Link. It owns messages that follow the channel from its start to the end, and inverted messages that go from the end to the start.


Figure 138 : CommunicationChannel (architecture_autodiagram)
Association | Description |
---|---|
References the Link the communication channel represents. | |
Node starting the channel. | |
Node at the end of the channel. |