spring-statemachine icon indicating copy to clipboard operation
spring-statemachine copied to clipboard

Is there a way we can configure states and transitions in declartive manner with Yaml or Json?

Open gituserjava opened this issue 3 years ago • 1 comments

gituserjava avatar Mar 11 '21 02:03 gituserjava

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?

jvalkeal avatar Mar 13 '21 16:03 jvalkeal