Skip to content

Handle branching in global states #50

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Aran30 opened this issue Nov 14, 2023 · 1 comment
Open

Handle branching in global states #50

Aran30 opened this issue Nov 14, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@Aran30
Copy link
Collaborator

Aran30 commented Nov 14, 2023

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.

@Aran30 Aran30 added the enhancement New feature or request label Nov 14, 2023
@jcabot
Copy link
Contributor

jcabot commented Nov 14, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants