Kris Verlaenen [http://community.jboss.org/people/KrisVerlaenen] created the 
discussion

"Re: JBPM Persistence Error"

To view the discussion, visit: http://community.jboss.org/message/580995#580995

--------------------------------------------------------------
Process instances are automatically reloaded when necessary.  So that means the 
process instance will continue where it left off if it triggered again.  For 
example, if you complete some task requested by that process instance, send it 
a signal, etc.

You can find numerous examples in the junit tests, e.g.
 
https://github.com/krisv/jbpm/blob/master/jbpm-persistence-jpa/src/test/java/org/jbpm/persistence/session/PersistentStatefulSessionTest.java
 
https://github.com/krisv/jbpm/blob/master/jbpm-persistence-jpa/src/test/java/org/jbpm/persistence/session/PersistentStatefulSessionTest.java

Kris
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/580995#580995]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to