Static reactions define the behavior of a state while that state is not taking any outgoing transitions. Static reactions execute only if both of the following conditions are met:
One state can have multiple static reactions. The statechart can execute multiple static reactions during one iteration of the statechart.
You configure static reactions by right-clicking a state border and selecting Configure State. This action launches the Configure State dialog box.
![]() |
Note If you define multiple static reactions that react to the same trigger, the statechart executes those static reactions one after the other. The order of execution is the order in which you defined the reactions. |