Initial pseudostate
An initial pseudostate is an element of a state machine. It is automatically processed when the state that contains the initial pseudostate is entered (and thus all of its regions are).
An initial pseudostate belongs to a region.
Symbol
An initial pseudostate is shown as a small solid filled circle.
Symbol in context
When a state machine is started, initial pseudostates are searched in all regions of the root state. This search then recursively continues in each state that is a target of a transition whose source is one of the previously found initial pseudostates.
Characteristics
Interpretation of and deviation from the UML specification
There is no interpretation of and deviation from the UML specification for a state machine's initial pseudostate.