문제

I am working on project that require workflow management system. I came across two main workflow and BPM engines

  1. JBoss's JBPM
  2. Apache ODE

Our project's concern is to have activity(Task), forking (Multiple Task) and executing task according to rule evaluation or decision marking.

I am open for any other solution but the criteria is it should be written in JAVA and should be Open Source.

Any help is appreciated.

Thanks in Advance.

도움이 되었습니까?

해결책

JBoss's JBPM provides a very good configurable support for forking and decision based routing. I have extensively used it. The latest version supports annotation as well. Writing a business flow is a piece of cake.

다른 팁

The founder of jBPM started a new project: http://activiti.org/. You should definitely evaluate it.

It's a modern, open source BPM toolkit in Java, leaded by the founder jBPM, with a more liberal license.

The project is relatively new, but has a lot of "activity" (no pun intended).

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