
UML/BPMN Metamodel
An Operation defines Messages that are consumed and, optionally, produced when the Operation is called.
It can also define zero or more errors that are returned when operation fails. The Operation inherits the attributes and model associations of BaseElement.


Figure 24 : BpmnOperation (architecture_autodiagram)
Association | Description |
---|---|
specifies the input Message of the Operation. An Operation has exactly one input Message. | |
specifies the output Message of the Operation. An Operation has at most one input Message. | |