0 Replies Latest reply on Sep 16, 2008 2:54 AM by jarppe

    Getting process log using a command

    jarppe

      I'm trying to get process log using the CommandService.

      The command org.jbpm.command.GetProcessInstanceCommand has a constructor with boolean argument "includeLogs". I assumed that this would fetch the process logs from DB and make them available by calling ProcessInstance.getLoggingInstance().getLogs() on returned process instance. How ever, the field "includeLogs" seems to be completely ignored in jBPM 3.2.3.

      Is there a way to get process logs using the CommandService?

      --
      -jarppe