Slide 22
Slide 22 text
Workflow VS State Machines
Workflows can be in more than one place at the same time, the
multiple-state terminology
The state machine uses the single-state terminology. The order
can be only in a single place per time
To apply a transition, workflows require that the object is in all
the previous places of the transition
To apply a transition, state machines only require that the object
is at least in one of those previous places