CallAction
Abstract class for actions that invoke behavior and receive return values.
: CallAction (architecture_autodiagram)
Figure 103 : CallAction (architecture_autodiagram)
CallActionActivityActionCallBehaviorActionCallOperationAction
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.