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

Transition action called before exit actions #960

Open azhuchkov opened 3 years ago

azhuchkov commented 3 years ago

According to UML State Machine transition action should be called between previous state's exit action and next state's entry action.