1 Reply Latest reply on Jan 19, 2012 11:43 AM by eaa

    jBPM 5.2 Asynchronous processes

    pushpak1981

      Does jBPM 5.2 Processes run asynchronously in the backgound or they run in the same thread from which they are started ?

       

      Similar kind of functionality we had in jBPM 4.4 with continue="async"

       

      How can i achieve asynchronous process behavior in jBPM 5.2.

        • 1. Re: jBPM 5.2 Asynchronous processes
          eaa

          jBPM5 processes run in the thread were they are started until they reach a wait-state (asynchronous work-item, human task, catch event, etc).

          If you want to start a process into adifferent thread, just create a new thread and start it there .

           

          Best Regards,