Skip to content

1.1.0 - Final states

Compare
Choose a tag to compare
@AlexandreDecan AlexandreDecan released this 23 Apr 09:26
· 226 commits to master since this release

Final states remain in the active configuration unless they are all children of the root state. In this case, statechart execution is stopped. Previously, if all leaf states of the active configuration were final states, the execution stopped even if these final states were nested in an orthogonal or compound state. The corrected behavior strictly adheres to SCXML 1.0 semantics. This could be a backward incompatible change if you explicitly relied on the previously wrong behaviour.