RuntimeManager
that shall be available for the executorWorkItemHandlerProducer
to register AsyncWorkItemHandler
in CDI environment when using deployment services (jbpm-kie-services).ExecutorService
.AsyncWorkItemHandler
that is responsible for:
completing work item in case of successful execution
attempting to handle exception (by utilizing ExceptionScope mechanism) in case of unsuccessful execution
RuntimeManagerRegistry
Executor
that is baced by
ScheduledExecutorService
for background task execution.ExecutorQueryService
that is backed with JPAExecutorAdminService
backed with JPAExecutorService
that shall be used outside of CDI
environment.Class
instance in
the cache.Class
instance in
the cache.RuntimeManager
identified by given idRuntimeManagers
that can be used from within executor service.Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.