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
There is a case that the event has associate values which cannot be enumerated all the possible values, so that it is not possible to add all Event Route into State Machine.
In this case, the only way to do it is to use condition.
But unfortunately, condition only includes transition which has no information about the event.
So I suggest to add Event information into transition.