Skip to content

Example of an Axon Saga backed by a Spring State Machine

Notifications You must be signed in to change notification settings

gushakov/axon-workflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Axon Saga backed by a Spring State Machine Workflow

A proof-of-concept implementation of an Axon Saga backed by a workflow using Spring State Machine. The idea is to bridge Sagas to a workflows via a generic adapter. The state machine should be looked up and persisted into JPA database and have the same lifecycle as the corresponding Saga.

Links

Copyright disclaimer and acknowledgements

This code is based heavily on the code for the axon-quick-start exercise (and the solution).

And the code from Spring Machine 51. Data Persist example.

PlantText was used to create UML diagrams.

About

Example of an Axon Saga backed by a Spring State Machine

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages