A simple workflow is needed in my application.

And I found:

  • Apache chain: simple and easy use, but it’s just boolean decision (true or false) in a step.
  • jBPM : powerful, but heavy. It needs database and specific definition language, steep learning curve as well.

Any open source for such simple workflow in Java?

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted


JBoss Jbpm is best option for workflow based management systems. It is very easy to deploy and integrate into your existing system. And also it provides many other utility task nodes. You can show your workflow execution status at execution time as well.
Thanks.

link|improve this answer
feedback

you could try Drools Flow. It is a mature and widely used community project, and it is simpler than jBPM.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.