1 Reply Latest reply on Jun 7, 2012 7:15 AM by salaboy21

    human-task 5.3.0.final

    gigazhang

      <dependency>

                  <groupId>org.jbpm</groupId>

                  <artifactId>jbpm-human-task</artifactId>

                  <version>5.3.0.CR1</version>

              </dependency>

       

      when the Final edition will be deployed?

       

      when i use the jbpm5.3.0.Final

       

      which edition of 'human-task' should I use?

        • 1. Re: human-task 5.3.0.final
          salaboy21

          now you need to choose depending on the transport that you want to use.

          If you are planing to use a local task service you just need to include <artifactId>jbpm-human-task-core</artifactId>

          if you wanna use Mina, HornetQ or JMS you will also need to add:

          <artifactId>jbpm-human-task-mina</artifactId> -> for Mina

          <artifactId>jbpm-human-task-hornetq</artifactId> -> For hornetQ

          <artifactId>jbpm-human-task-JMS</artifactId> -> for JMS

           

          Cheers

           

          PS: please mark all your answered questions as answered