<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Nuxeo JBPM in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-jbpm/m-p/324883#M11884</link>
    <description>&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;You can see in &lt;A href="http://github.com/nuxeo/nuxeo" target="test_blank"&gt;http://github.com/nuxeo/nuxeo&lt;/A&gt;, choosing the 5.5.0 branch, into the pom.xml that we used :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;dependency&amp;gt;
    &amp;lt;groupId&amp;gt;org.jbpm.jbpm3&amp;lt;/groupId&amp;gt;
    &amp;lt;artifactId&amp;gt;jbpm-jpdl&amp;lt;/artifactId&amp;gt;
    &amp;lt;version&amp;gt;3.3.0.GA&amp;lt;/version&amp;gt;
 &amp;lt;/dependency&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The default JBPM workflow enabled by the addon is explained &lt;A href="http://doc.nuxeo.com/x/jAjF"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;About how to create your own JBPM Workflow with Nuxeo, I found with yahoo search &lt;A href="http://community.nuxeo.com/5.3/books/nuxeo-book/html/workflow-service.html"&gt;this&lt;/A&gt;. But I never wrote a JBPM workflow.&lt;/P&gt;
&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;Hope this helps a bit &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 05 Jul 2013 07:40:30 GMT</pubDate>
    <dc:creator>Benjamin_Jalon1</dc:creator>
    <dc:date>2013-07-05T07:40:30Z</dc:date>
    <item>
      <title>Nuxeo JBPM</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-jbpm/m-p/324882#M11883</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;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:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;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):
&lt;A href="http://community.nuxeo.com/api/nuxeo/5.5/javadoc/org/nuxeo/ecm/platform/jbpm/JbpmService.html" target="test_blank"&gt;http://community.nuxeo.com/api/nuxeo/5.5/javadoc/org/nuxeo/ecm/platform/jbpm/JbpmService.html&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Which JBPM version is used in Nuxeo 5.5?&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Wed, 03 Jul 2013 18:23:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-jbpm/m-p/324882#M11883</guid>
      <dc:creator>a_dev_</dc:creator>
      <dc:date>2013-07-03T18:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: Nuxeo JBPM</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-jbpm/m-p/324883#M11884</link>
      <description>&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;You can see in &lt;A href="http://github.com/nuxeo/nuxeo" target="test_blank"&gt;http://github.com/nuxeo/nuxeo&lt;/A&gt;, choosing the 5.5.0 branch, into the pom.xml that we used :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;dependency&amp;gt;
    &amp;lt;groupId&amp;gt;org.jbpm.jbpm3&amp;lt;/groupId&amp;gt;
    &amp;lt;artifactId&amp;gt;jbpm-jpdl&amp;lt;/artifactId&amp;gt;
    &amp;lt;version&amp;gt;3.3.0.GA&amp;lt;/version&amp;gt;
 &amp;lt;/dependency&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The default JBPM workflow enabled by the addon is explained &lt;A href="http://doc.nuxeo.com/x/jAjF"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;About how to create your own JBPM Workflow with Nuxeo, I found with yahoo search &lt;A href="http://community.nuxeo.com/5.3/books/nuxeo-book/html/workflow-service.html"&gt;this&lt;/A&gt;. But I never wrote a JBPM workflow.&lt;/P&gt;
&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;Hope this helps a bit &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2013 07:40:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-jbpm/m-p/324883#M11884</guid>
      <dc:creator>Benjamin_Jalon1</dc:creator>
      <dc:date>2013-07-05T07:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: Nuxeo JBPM</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-jbpm/m-p/324884#M11885</link>
      <description>&lt;P&gt;Hi bjalon,&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jul 2013 16:21:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-jbpm/m-p/324884#M11885</guid>
      <dc:creator>a_dev_</dc:creator>
      <dc:date>2013-07-07T16:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: Nuxeo JBPM</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-jbpm/m-p/324885#M11886</link>
      <description>&lt;P&gt;Please use comment for comment and answer for answers&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2013 17:14:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-jbpm/m-p/324885#M11886</guid>
      <dc:creator>Benjamin_Jalon1</dc:creator>
      <dc:date>2013-07-08T17:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: Nuxeo JBPM</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-jbpm/m-p/324886#M11887</link>
      <description>&lt;P&gt;I modified my answer.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2013 10:26:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-jbpm/m-p/324886#M11887</guid>
      <dc:creator>Benjamin_Jalon1</dc:creator>
      <dc:date>2013-07-09T10:26:23Z</dc:date>
    </item>
  </channel>
</rss>

