Represents persistent storage of data that can be read or written during the activity.
UML
Value Specification Action
Produces a value based on a specification, such as a constant or expression.
Value Pin
Holds a constant value used by an action, often for configuration or control.
Structured Activity Node
Groups a set of actions into a structured block, like a sub-process or loop.
Send Signal Action
Sends a signal to another object or system, often used for asynchronous communication.
Output Pin
Defines output data from an action.
Opaque Action
A generic action with unspecified internal behavior. It’s a placeholder for implementation details.
Object Node
Represents an object that is used or produced during the activity.
Object Flow
Similar to ControlFlow, but it carries data or objects between actions.
Merge Node
Combines multiple incoming flows into a single outgoing flow, typically after a decision.