
UML/BPMN Metamodel
Abstract class for actions that invoke behavior and receive return values.

Figure 103 : CallAction (architecture_autodiagram)
Attribute | Description |
---|---|
boolean IsSynchronous [1..1] | If true, the call is synchronous and the caller waits for completion of the invoked behavior. If false, the call is asynchronous and the caller proceeds immediately and does not expect a return value. |