Uses of Interface
org.flowable.common.engine.api.async.AsyncTaskExecutor
Packages that use AsyncTaskExecutor
Package
Description
Public API of the Flowable engine.
Typical usage of the API starts by the creation of a
Through the services obtained from such a
Typical usage of the API starts by the creation of a
ProcessEngineConfiguration
(typically based on a configuration file), from which a ProcessEngine
can be obtained.Through the services obtained from such a
ProcessEngine
, BPM and workflow operation
can be executed:RepositoryService
: Manages Deployment
s.RuntimeService
: For starting and searching ProcessInstance
s.TaskService
: Exposes operations to manage human (standalone) tasks, such as claiming, completing and assigning tasks.IdentityService
: Used for managing users, groups and the relations between them.ManagementService
: Exposes engine administration and maintenance operations,
which have no relation to the runtime exection of business processes.HistoryService
: Exposes information about ongoing and past process instances.FormService
: Access to form data and rendered forms for starting new process instances and completing tasks.-
Uses of AsyncTaskExecutor in org.flowable.cmmn.engine
Fields in org.flowable.cmmn.engine declared as AsyncTaskExecutorModifier and TypeFieldDescriptionprotected AsyncTaskExecutor
CmmnEngineConfiguration.asyncHistoryTaskExecutor
protected AsyncTaskExecutor
CmmnEngineConfiguration.asyncTaskExecutor
protected AsyncTaskExecutor
CmmnEngineConfiguration.asyncTaskInvokerTaskExecutor
Methods in org.flowable.cmmn.engine that return AsyncTaskExecutorModifier and TypeMethodDescriptionCmmnEngineConfiguration.getAsyncHistoryTaskExecutor()
CmmnEngineConfiguration.getAsyncTaskExecutor()
CmmnEngineConfiguration.getAsyncTaskInvokerTaskExecutor()
Methods in org.flowable.cmmn.engine with parameters of type AsyncTaskExecutorModifier and TypeMethodDescriptionCmmnEngineConfiguration.setAsyncHistoryTaskExecutor
(AsyncTaskExecutor asyncHistoryTaskExecutor) CmmnEngineConfiguration.setAsyncTaskExecutor
(AsyncTaskExecutor asyncTaskExecutor) CmmnEngineConfiguration.setAsyncTaskInvokerTaskExecutor
(AsyncTaskExecutor asyncTaskInvokerTaskExecutor) -
Uses of AsyncTaskExecutor in org.flowable.common.engine.impl.async
Classes in org.flowable.common.engine.impl.async that implement AsyncTaskExecutorFields in org.flowable.common.engine.impl.async declared as AsyncTaskExecutorModifier and TypeFieldDescriptionprotected final AsyncTaskExecutor
DefaultAsyncTaskInvoker.taskExecutor
Constructors in org.flowable.common.engine.impl.async with parameters of type AsyncTaskExecutor -
Uses of AsyncTaskExecutor in org.flowable.common.spring.async
Classes in org.flowable.common.spring.async that implement AsyncTaskExecutor -
Uses of AsyncTaskExecutor in org.flowable.engine
Fields in org.flowable.engine declared as AsyncTaskExecutorModifier and TypeFieldDescriptionprotected AsyncTaskExecutor
ProcessEngineConfiguration.asyncHistoryTaskExecutor
protected AsyncTaskExecutor
ProcessEngineConfiguration.asyncTaskExecutor
protected AsyncTaskExecutor
ProcessEngineConfiguration.asyncTaskInvokerTaskExecutor
Methods in org.flowable.engine that return AsyncTaskExecutorModifier and TypeMethodDescriptionProcessEngineConfiguration.getAsyncHistoryTaskExecutor()
ProcessEngineConfiguration.getAsyncTaskExecutor()
ProcessEngineConfiguration.getAsyncTaskInvokerTaskExecutor()
Methods in org.flowable.engine with parameters of type AsyncTaskExecutorModifier and TypeMethodDescriptionProcessEngineConfiguration.setAsyncHistoryTaskExecutor
(AsyncTaskExecutor asyncHistoryTaskExecutor) ProcessEngineConfiguration.setAsyncTaskExecutor
(AsyncTaskExecutor asyncTaskExecutor) ProcessEngineConfiguration.setAsyncTaskInvokerTaskExecutor
(AsyncTaskExecutor asyncTaskInvokerTaskExecutor) -
Uses of AsyncTaskExecutor in org.flowable.job.service.impl.asyncexecutor
Fields in org.flowable.job.service.impl.asyncexecutor declared as AsyncTaskExecutorModifier and TypeFieldDescriptionprotected AsyncTaskExecutor
DefaultAsyncJobExecutor.taskExecutor
The async task executor used for job execution.Methods in org.flowable.job.service.impl.asyncexecutor that return AsyncTaskExecutorModifier and TypeMethodDescriptionAsyncExecutor.getTaskExecutor()
The optional task executor for the async executorDefaultAsyncJobExecutor.getTaskExecutor()
Methods in org.flowable.job.service.impl.asyncexecutor with parameters of type AsyncTaskExecutorModifier and TypeMethodDescriptionvoid
AsyncExecutor.setTaskExecutor
(AsyncTaskExecutor taskExecutor) Set the task executor for this async executor.void
DefaultAsyncJobExecutor.setTaskExecutor
(AsyncTaskExecutor taskExecutor) -
Uses of AsyncTaskExecutor in org.flowable.job.service.impl.asyncexecutor.multitenant
Methods in org.flowable.job.service.impl.asyncexecutor.multitenant that return AsyncTaskExecutorMethods in org.flowable.job.service.impl.asyncexecutor.multitenant with parameters of type AsyncTaskExecutorModifier and TypeMethodDescriptionvoid
ExecutorPerTenantAsyncExecutor.setTaskExecutor
(AsyncTaskExecutor taskExecutor)