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 (time unit depends on the org.kie.executor.timeunit
system property)RequestInfo
instance with given request id that are in running stateCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.