Kris Verlaenen [
http://community.jboss.org/people/KrisVerlaenen] created the discussion
"Re: When does a session closes once a process with human task completes in
program?"
To view the discussion, visit:
http://community.jboss.org/message/581421#581421
--------------------------------------------------------------
Sessions do not terminate automatically as there could be new process instances being
started etc. To terminate a session, call ksession.dispose(). If you want to terminate a
session after the process instance has been completed, you could for example register a
process event listener that disposes a specific session if the process instance has been
completed.
Kris
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/581421#581421]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]