I need simple workflow (not real workflow engines like jbpm or activiti etc) kind of library to be used for simple orchestrations. I am wondering if there are any out there. Main focus is on
- Simple generified api with nested chain support
- ability to execute chain or part of chain asynchronously
- its own configuration based on xml so that i can persist orchestrations on DB
After doing my own research, found that there is no framework out there that comes close to commons chain. There is however one library that seems interesting but doesn’t fit my need.