Category "spring-statemachine"

Correct way to use substatemachine in spring-statemachine

I'm not sure I clearly understand how to use substates. I didn't find any good explained example of correct spring state machine configuration, so I would be gl

Which is a better approach to persist the spring state machine context or restore the state machine using the state enum on entity object?

I am new to spring state machine and trying to understand which is a better approach whether to persist the state context in a database or to restore the state

Get StateContext in @OnTransition annotated method

In the Spring Statemachine reference doc is this sample code: @WithStateMachine static class Bean1 { @OnTransition(source = "S1", target = "S2") publi