Nuxeo JBPM

Hi,

I am currently using Nuxeo 5.5 with support for JBPM. Default workflows supported by Nuxeo are limited in my case and I would like to create my own Workflows and use Nuxeo's JBPM engine in their execution. I have the following questions:

  1. Does Nuxeo's JBPM provides full functionality support like the JBOSS JBPM engine or it only provides limited functionality? the reason behind my question the comment in the following JBPM Interface that assumes one document could be attached to a process (Please correct me if I misunderstood this): http://community.nuxeo.com/api/nuxeo/5.5/javadoc/org/nuxeo/ecm/platform/jbpm/JbpmService.html
  2. Which JBPM version is used in Nuxeo 5.5?
2 votes

1 answers

2836 views

ANSWER



You can fully use JBPM Nuxeo 5.5, but it's a bit complex. That's why we decided to write our own engine since 5.6 with a easy to use designer. But you can still use JBPM in 5.6 and the new version 5.7.1 deploying the JBPM add on.

You can see in http://github.com/nuxeo/nuxeo, choosing the 5.5.0 branch, into the pom.xml that we used :

  <dependency>
    <groupId>org.jbpm.jbpm3</groupId>
    <artifactId>jbpm-jpdl</artifactId>
    <version>3.3.0.GA</version>
 </dependency>

The default JBPM workflow enabled by the addon is explained here.

About how to create your own JBPM Workflow with Nuxeo, I found with yahoo search this. But I never wrote a JBPM workflow.

But if I read well, you have to design the workflow into the JBPM designer and import it into your Nuxeo project and register it into Nuxeo and add some glue code.

Hope this helps a bit :)

0 votes



Hi bjalon,

Thanks a lot for your answers. However, I would appreciate if you elaborate more regarding why JBPM integration with Nuxeo is supported but more complex? Is it complex from an end-user perspective or an integration perspective? Are there any integration challenges with Nuxeo V5.5 and JBPM?

Thanks for your cooperation.

07/07/2013

Please use comment for comment and answer for answers
07/08/2013

I modified my answer.
07/09/2013