Yassine
Yassine
I mean that the new state machine that I am getting comes with a new context, current state, the extended state variables all the stuff is lost.. The **AbstractStateMachine' resetStateMachine()**...
I debugged the **AbstractStateMachine's resetStateMachine method**, I found the reason why the flag is never set to true, inside the iterations over states, the following condition is always false: `state...
Yes that's true.. anyway Thank you! So I solved the issue by excluding the **spring-devtools** dependency, but I came across few issues like having a state machine with **(s1, s2)**,...