spring-projects / spring-statemachine

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

Question about TransitionConfigurer.state() #1128

Open panovst opened 9 months ago

panovst commented 9 months ago

Hello!

Could you explain when it might be necessary to use the "TransitionConfigurer.state()" method?

In all the "spring-statemachine-samples" examples, this configuration is not used (even in the examples with a hierarchy of states).