4 Replies Latest reply on Mar 3, 2010 6:43 AM by swiderski.maciej

    configuring Job Executors in Jbpm4

      Hi,

       

      I have added following job executor configuration in jbpm.cfg.xml.

       

          <process-engine-context>

              <job-executor nbrOfThreads="4" idleMillis="15000" idleMillisMax="60000" lockMillis="3600000" />

          </process-engine-context>

       

      But whenever i get an object of job executor and get the number of threads it gives me as 3 which is the default in JobExecutor.java.

       

      Is this configuration correct or i am missing something. Please let me know if there is any site which give the details about the jbpm configuration and their node names and attributes(XSD)

       

      Any Help would be highly appreciated.

       

      Thanks in advance.