An init state shows the starting point for entering a state machine. This is the starting point which flows to the first state in the machine.
An initial state is shown as a filled circle.
An initial state can only have one outflowing transition.
The outgoing transition's condition is empty. This ensures that the first transition will run immediately.
An initial state cannot have inflowing transitions.
The name of the initial state is unique within the state machine.
© 1986-2014 MID GmbH Nuremberg Germany. DIN EN 9001 certified. All rights reserved.