2 Replies Latest reply on Mar 1, 2010 6:20 AM by simoj

    max concurrent jobs execution

      I'm working with jBPM 3.3.1. and my jBPM processes started from a message driven bean.

      How is it possible to configure jBPM environment to execute only a predefined number of processes each time?? (Example : I received 20 messages and I want to execute max 5 jBPM process each time)??

      Simone

        • 1. Re: max concurrent jobs execution
          kukeltje

          #Jobs is independent of #processes actually being executed (not just dormant in the DB), but if you make each node async, there will be a relation.

           

          Ronald

          • 2. Re: max concurrent jobs execution

            Thanks Ronald for your advice, I made mistake between jobs and processes.

            Anyway I already use async= true in my nodes (closing client mdb execution), but I wonder if it really exists a way to set the max number of jBPM processes during server runtime execution.

            Simone