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??