You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have transitions
ready - from a - to b
reset- from b - to c
init: a
When i call transitions ready, current state is b, in event onReady, i want call transitions reset to switch state b to c. How to do that in event onReady? Many thanks.
The text was updated successfully, but these errors were encountered:
I have transitions
ready - from a - to b
reset- from b - to c
init: a
When i call transitions ready, current state is b, in event onReady, i want call transitions reset to switch state b to c. How to do that in event onReady? Many thanks.
The text was updated successfully, but these errors were encountered: