ProcessEngineConfiguration
(typically based on a configuration file), from which a ProcessEngine
can be obtained.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) org.flowable.engine.task.Task
s,
such as claiming, completing and assigning tasks.IdentityService
: Used for managing User
s,
identity.Group
s 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.See: Description
Interface | Description |
---|---|
Agenda | Deprecated
in 6.2.0, use the
Agenda in the common module instead. |
CandidateManager | |
DynamicBpmnConstants | |
DynamicBpmnService |
Service providing access to the repository of process definitions and deployments.
|
ExecutionQueryInterceptor | |
FlowableEngineAgenda |
This interface exposes methods needed to manipulate the agenda implementation.
|
FlowableEngineAgendaFactory | |
FormService |
Access to form data and rendered forms for starting new process instances and completing tasks.
|
HistoricProcessInstanceQueryInterceptor | |
HistoryService |
Service exposing information about ongoing and past process instances.
|
IdentityService | |
ManagementService |
Service for admin and maintenance operations on the process engine.
|
ProcessEngine |
Provides access to all the services that expose the BPM and workflow operations.
|
ProcessEngineLifecycleListener |
Interface describing a listener that gets notified when certain event occurs, related to the process-engine lifecycle it is attached to.
|
ProcessInstanceQueryInterceptor | |
RepositoryService |
Service providing access to the repository of process definitions and deployments.
|
RuntimeService | |
TaskService |
Service which provides access to
Task and form related operations. |
Class | Description |
---|---|
DefaultCandidateManager | |
ProcessEngineConfiguration |
Configuration information from which a process engine can be build.
|
ProcessEngines |
Helper for initializing and closing process engines in server environments.
|
Exception | Description |
---|---|
FlowableTaskAlreadyClaimedException | Deprecated |
ProcessEngineConfiguration
(typically based on a configuration file), from which a ProcessEngine
can be obtained.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) org.flowable.engine.task.Task
s,
such as claiming, completing and assigning tasks.IdentityService
: Used for managing User
s,
identity.Group
s 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.Copyright © 2019 Flowable. All rights reserved.