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

State Machine with Null State and Event #1154

Open
rishavganguly007 opened this issue Apr 5, 2024 · 0 comments
Open

State Machine with Null State and Event #1154

rishavganguly007 opened this issue Apr 5, 2024 · 0 comments
Labels
status/need-triage Team needs to triage and take a first look

Comments

@rishavganguly007
Copy link

rishavganguly007 commented Apr 5, 2024

Hello, I need to create a state machine similar to this image below,

image

so both the state and event are stored in DB and they can be null, so if you follow the image the black dot represent a null state (ie value is null in DB itself), similary if at the same time, event is also null (E1) it goes to a new state ( in img, E1 -> S2).

So, I needed help for this scenario, like how I can handle this using the spring-statemachine.
It will be helpful if anyone can guide me on this.

Thanks,
Rishav

@github-actions github-actions bot added the status/need-triage Team needs to triage and take a first look label Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/need-triage Team needs to triage and take a first look
Projects
None yet
Development

No branches or pull requests

1 participant