1 Reply Latest reply on May 12, 2011 4:49 AM by parvathy

    Job executor configuration jbpm4.4

    parvathy

      Hi,

       

       

         I wanted to configure my Job Executor thread for my application . I added

      <process-engine-context>

      <job-executor threads="4" idle="60000" idle-max="120000" lock-millis="3600000" />

      </process-engine-context>

       

       

      this in my jbpm.cfg.xml file and i also imported

       

      <import resource="jbpm.jobexecutor.cfg.xml"/>

       

      I changed the idle time to 1 minute, whose default idle time is 5 seconds. But after adding this also the job executor is executing at 5 seconds time interval..

      could anyone please help me in this..

       

      Thanking You

      Parvathy J A

        • 1. Re: Job executor configuration jbpm4.4
          parvathy

          Hi i got it working..we have to specify only

           

           

          <process-engine-context>

          <job-executor threads="4" idle="60000" idle-max="120000" lock-millis="3600000" />

          </process-engine-context>

           

          Have to remove

           

          <import resource="jbpm.jobexecutor.cfg.xml"/>

           

           

           

           

          Thanking you

          Parvathy J A