Skip to content

State machine diagram

A state machine diagram illustrates the flow of the different states that a system can be. It is closely related to the finite-state machine principle.

Good to know:

  • Transition are never spontaneous, we always need a trigger.

Example

Bank ATM state diagram example

Resources