All tagged Activity Diagram

Activity Final vs. Flow Final Nodes

There is a nuanced difference between an Activity Final Node and a Flow Final Node on a SysML Activity diagram.  The Activity Final Node, when reached, terminates the execution of the entire Activity.  When the Flow Final Node is reached, all tokens (either Control or Object Tokens) are consumed, but Activity execution continues.

Parameter Sets

Activity Parameters may be bundled together into Parameter Sets. Only one Input Parameter Set may hold tokens and only one Output Parameter Set may hold tokens on an Activity, although a single Activity Parameter may belong to more than one Parameter Set.