Question

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.

Was it helpful?

Solution

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.

OTHER TIPS

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).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top