spring-projects / spring-statemachine

Spring Statemachine is a framework for application developers to use state machine concepts with Spring.
1.54k stars 604 forks source link

Restore all regions of statemachine #968

Closed egreijus closed 3 years ago

egreijus commented 3 years ago

A persisted statemachine with orthogonal states will not be correctly restored as only the top region gets correctly reset. Tests in StateMachineResetTests use the correct way to reset the statemachine with all regions

jvalkeal commented 3 years ago

Thx, created a tracking issue to get backports.