ksession.dispose()
.TransactionManager
that should be used when:
jBPM engine is embedded in Container Managed Transaction (CMT) environment like EJB container
container that does not allow accessing UserTransaction (when running in CMT mode)
- e.g.JPASignalManager
in order to load ProcessInstance
instances
into the ProcessInstanceManager
cache so that they can then be signalled.JpaTimerJobInstance
that makes use of
GlobalTimerService to allow auto reactivate session.ProcessInstanceManager
that uses JPA.Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.