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
Currently, global states only allow linear conversations to take place.
In case of branching (e.g. 1 state with 2 different transitions), the global state will act arbitrarily.
Goal: Global states should support branching states.
The text was updated successfully, but these errors were encountered:
Global states should be an exception in the state machine, not the rule. So I wonder whether we really need to invest a lot on them . Users can always use normal states to simulate a glboal state with branching if they really need so
Currently, global states only allow linear conversations to take place.
In case of branching (e.g. 1 state with 2 different transitions), the global state will act arbitrarily.
Goal: Global states should support branching states.
The text was updated successfully, but these errors were encountered: