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
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4176682#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...