UML statecharts support junctions on initial transitions, i.e. a composite state deciding which child state to enter as part of the initial transition based on guard logic, rather than having a static initial child state for a composite state. I'm not sure how to do this in kstatemachine, is it not supported? If not supported, this is an important feature for complex statecharts. Thanks!
UML statecharts support junctions on initial transitions, i.e. a composite state deciding which child state to enter as part of the initial transition based on guard logic, rather than having a static initial child state for a composite state. I'm not sure how to do this in kstatemachine, is it not supported? If not supported, this is an important feature for complex statecharts. Thanks!