State Machine Diagram
State machine diagrams are used to describe the different states of an entity.

The word "machine" in the name indicates that these diagrams describe not only individual states but also the conditions that control transitions between those states. A common mistake analysts make is describing the states of an entity without defining the conditions under which a transition between states occurs. For example, it should be clear what causes an Order to move from the NEW state to PREPARED.


