activity final node

A node in an activity specification whose execution causes the forced termination of all flows in the activity and the termination of execution of the activity.

See final node.

Semantics

An activity final node represents the completion of execution of an activity. If there is any concurrent execution when a token reaches the node, all other execution in the activity is forcibly terminated and the tokens removed. In the most common case, the token reaching the node is the only active one.

Outputs of the activity that have previously been generated are released for delivery.

If the activity was invoked by another activity, a token is returned to the invoking activity. If the activity represents the life of an object, the object ...

Get Unified Modeling Language Reference Manual, The, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.