[jboss-user] [jBPM] - Re: JBPM5 database empty
doboss
do-not-reply at jboss.com
Mon Jan 21 09:32:35 EST 2013
doboss [https://community.jboss.org/people/doboss] created the discussion
"Re: JBPM5 database empty"
To view the discussion, visit: https://community.jboss.org/message/793259#793259
--------------------------------------------------------------
JBPM will not actually persist anything if the process runs and completes. (There is no state to save.) However, if you turn on history logging, you will see some data in some of those tables. Or, if your process does not finish (gets to a save/wait state) you will see some state in the DB.
Here is a way to log history:
JPAWorkingMemoryDbLogger logger = new JPAWorkingMemoryDbLogger(session);
HTH
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/793259#793259]
Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20130121/b482e146/attachment.html
More information about the jboss-user
mailing list