Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.0
-
None
Description
The <scxml> initial attribute defines the default transition target.
This target may define multiple states (assuming the parallel ancestor(s) here), but in the current SCXML model object the initial is assumed to be a single state (TransitionTarget) only.
To be conforming to the specification, I'll replace the SCXML TransitionTarget #initialTarget with a Transition #initialTransition instead so fix this, and adjust the usages accordingly.