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

Samples should have associated use cases #613

Open asarkar opened 5 years ago

asarkar commented 5 years ago

The samples are not very useful unless there's a page that describes which sample to refer to for which use case. For example, "hierarchical state transition - sample 1", "error handling - sample 9" etc. Otherwise, one needs to search the whole directory and each file which is a waste of time.

The State Machine Examples in the docs do talk about the examples, but not in a "recipe/use case/handbook" manner.

jvalkeal commented 5 years ago

Help for polishing docs/samples are very welcome.