A simple decision state that when entered will execute the first transition
whose matching criteria evaluates to true in the context of
the current request. May also specific a indempotent action to execute before
making a state transition decision.
A decision state is a convenient, simple way to encapsulate reusable state
transition logic in one place.
truein the context of the current request. May also specific a indempotent action to execute before making a state transition decision.A decision state is a convenient, simple way to encapsulate reusable state transition logic in one place.