1 Reply Latest reply on Dec 12, 2006 9:53 AM by cocampo

    Find instances in a state

    juan30mad

      I can use de API for find all the instance of a process:

      List processInstances = graphSession.findProcessInstances(processDefinition.getId());

      With this sentence I load ALL the instance in the list, is there any way to load the instances wich are in a particular state?