spring-statemachine
spring-statemachine copied to clipboard
Is there a way we can configure states and transitions in declartive manner with Yaml or Json?
Currently there is if you do it via persistent store, like shown in statemachine-examples-datajpa sample.
Trouble with real world use cases are that you anyway need to do provide real code to actually do something useful and thus having direct json/yml config kinda makes it pointless as you'd be better to do configs via code.
Did you have any use cases in mind?