0

I wonder if there is some framework or api or whatever to define business processes and activities for a java application, which allows to manage them (add, remove, trace etc.).

I am currently structuring my java application and try to define and keep eye on business processes in my application and I don't want to reinvent the wheel.

Is something like that already implemented out there??

khalito
  • 971
  • 5
  • 22
N.Zukowski
  • 600
  • 1
  • 12
  • 31
  • Have a look at this topic, it may somewhat answer this question : http://stackoverflow.com/questions/14474294/lightweight-workflow-engine-for-java – Arnaud Feb 01 '17 at 13:30
  • 1
    Questions asking us to **recommend or find a book, tool, software library, tutorial or other off-site resource** are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it. – Erwin Bolwidt Feb 01 '17 at 14:19

1 Answers1

1

Take a look at Bonita and especially Activity. Both are open-source.

https://www.activiti.org

https://en.wikipedia.org/wiki/Bonita_BPM

Thomas Lehoux
  • 1,158
  • 9
  • 13