0 Replies Latest reply on Feb 19, 2010 5:59 AM by tony2010

    Executing jbpm processes in Job Executor

      Hi,

       

      How can i run a jBPM process through job executor. Currently i am running the jBPM processes by executionService.startProcessInstanceByKey("abc"). This method is called in for loop to it is executing the jBPM processes sequentially. Is there any way i can store this process as job and will be later executed by job executor.

       

      I have read to put about async continuations but i think it will be for activities. I want the Entire process should be executed by jBPM job executor.

      I am using jbpm 4.3.

       

      Any help would be highly appreciated.

       

      Thanks.