문제

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?

도움이 되었습니까?

해결책


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.

다른 팁

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top