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
How can I use a simple way to say: transition always to a specific state with a specific event, without having to specify this event for each state of the state machine ?
In my example, I am trying to transition to the "aborted"_s state from everywhere, if an event onAbort is sent.
I could rearrange the state machine to be hierarchic, but I want to avoid that.
How can I use a simple way to say: transition always to a specific state with a specific event, without having to specify this event for each state of the state machine ?
In my example, I am trying to transition to the
"aborted"_s
state from everywhere, if an eventonAbort
is sent.I could rearrange the state machine to be hierarchic, but I want to avoid that.
So I have tried the following:
My expectation:
But the outcome is:
The text was updated successfully, but these errors were encountered: