1 2 Previous Next 15 Replies Latest reply on Apr 13, 2010 1:03 AM by rebody Go to original post
      • 15. Re: How to assignee this tasks?
        rebody

        Hi Anand,

          jBPM4 provided a lot of method to find the execution for a processInstance, you could find them in the org.jbpm.api.Execution.

         

          For example, you could get the children of a process instance by using getExecutions() and getExecutionMap().

        1 2 Previous Next