4 Replies Latest reply on Sep 29, 2009 7:11 AM by kukeltje

    Jbmp task recovery

    puag

      Hello, i´m starting with jbmp, and i´m using a RemoteCommandService to execute my commands on server. Now i need to recover all task filter by actor and by the processinstance variables but with:


      command = new GetTaskListCommand(actor, true);
      result = (ArrayList) remoteCMDService.execute(command);


      only i can filter by actor and then i need to recover


      task.getProcessInstance().getContextInstance().getVariables()


      and filter in java. Is there another way to do it?

      sorry by my english and thanks in advance