2 Replies Latest reply on Oct 22, 2014 5:55 AM by thiagosmg

    New features in JBPM v6.x

    thiagosmg

      Please can someone tell me which version of JBPM these features are available?


      Process instance migration tool:
      A tool to migrate running process instances to a newer definition process, including management and graphical diff support


      Dynamic processes:
      The ability to dynamically change running process instances, add tasks on
      the fly, etc.

      I am studying but have not found how to do this.

      Thank you

        • 1. Re: New features in JBPM v6.x
          swiderski.maciej

          Thiago Messias wrote:

           

          Please can someone tell me which version of JBPM these features are available?


          Process instance migration tool:
          A tool to migrate running process instances to a newer definition process, including management and graphical diff support

          since version 5 there is process instance migration utility class that allows to move instances to newer definitions but there is no management nor graphical tool support for it.

           

          Thiago Messias wrote:


          Dynamic processes:
          The ability to dynamically change running process instances, add tasks on
          the fly, etc.

          dynamic processes can be achieved by using ad hoc processes or subprocesses, see docs.

           

          HTH

          • 2. Re: New features in JBPM v6.x
            thiagosmg

            thank you very much!