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&...]