|
jBPM :: Executor Service 6.2.0.CR1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
WorkItemHandlerProducer
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
Executor
that is baced by
ScheduledExecutorService
for background task execution.ExecutorQueryService
that is backed with JPA
IMPORTANT: please keep all classes from package org.jbpm.shared.services.impl as FQCN
inside method body to avoid exception logged by CDI when used with in memory modeExecutorAdminService
backed with JPA
IMPORTANT: please keep all classes from package org.jbpm.shared.services.impl as FQCN
inside method body to avoid exception logged by CDI when used with in memory modeExecutorService
that shall be used outside of CDI
environment.RequestInfo
instances that are in running state longer than
given amount of time (in milliseconds)
RequestInfo
instance with given request id that are in running state
|
jBPM :: Executor Service 6.2.0.CR1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |