Mauricio Salatino [
http://community.jboss.org/people/salaboy21] created the discussion
"Re: Iterate over all existing sessions at startup"
To view the discussion, visit:
http://community.jboss.org/message/586687#586687
--------------------------------------------------------------
In memory process are the one that doesn't have a wait state/safe point in them. When
that happens (when no async task is included) the process will only run in memory without
persisting their state. That's because they can run from the beginning to the end
without waiting for an external actor or system to interact with them.
When you use H2 (in memory database), the processes will be persisted as if you were using
a common DB.
Greetings.
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/586687#586687]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]