Action performed after the system moves into the given state
Action performed before system moves into the given state
An optional action performed when system moves into the given state
None of the above
A condition that must be true for the transition to happen
A condition that must be false for the transition to occur
An indicator that this transition should not happen
An event that might happen as result of the transition
True
False
All those activities should get executed one after another
The activities can be performed in parallel
One or more activities could be skipped
Multiple parallel activities merge
Decision is taken whether a transition should happen
A condition is checked and decided which activity should be performed next
There is no such control