Hi,
I am using JBPM 3.2.x Here when i fetch the log information using
public Map findLogsByProcessInstance(long processInstanceId) {...} method
i am able to retrieve the ProcessLogs but the List of Proces Logs doesnt maintains proper
sequnce as the logs are created in Database.
In documentation its given anonymous wrote : The map will associate a List of ProcessLogs
with every Token in the process instance. The list will contain the ProcessLogs in the
same ordered as they were created.
Refer
http://docs.jboss.org/jbpm/v3/userguide/logging.html
Is this a Bug!. Also
jbpmConfiguration.createJbpmContext().getLoggingSession().findLogsByProcessInstance(processInstanceId);
It takes around one minute to fetch the log for first time !!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4260431#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...