Skip to content
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

How to make a state transition that changes to the next state upon completion of its action? #605

Open
spikeyamk opened this issue Dec 10, 2023 · 0 comments

Comments

@spikeyamk
Copy link

Expected Behavior
I was trying to write a certain state that doesn't listen to incoming events for some time and just ignores them. I was trying to either use a sub-machine and pass it as an event to the guard check of the top-machine or I was looking for an option to modify the active state of the state machine from within the action.

Actual Behavior
The state machine changes to the state immediately when an event is received and doesn't wait for the action to complete.

Specifications

  • Version: 1.1.9
  • Platform: Linux
  • Subsystem: g++ (GCC) 13.2.1 20230801
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant