| Package | Description |
|---|---|
| org.flowable.app.engine | |
| org.flowable.app.engine.impl | |
| org.flowable.cdi | |
| org.flowable.cmmn.converter.exception | |
| org.flowable.cmmn.engine | |
| org.flowable.cmmn.engine.impl | |
| org.flowable.common.engine.api | |
| org.flowable.common.engine.api.engine | |
| org.flowable.common.engine.impl.test | |
| org.flowable.common.rest.exception | |
| org.flowable.content.api | |
| org.flowable.crystalball.simulator | |
| org.flowable.dmn.engine | |
| org.flowable.dmn.engine.impl | |
| org.flowable.engine |
Public API of the Flowable engine.
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 Deployments.RuntimeService: For starting and searching ProcessInstances.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. |
| org.flowable.engine.delegate |
Interfaces used to include Java code in a process as the behavior of an activity
or as a listener to process events with
JavaDelegates. |
| org.flowable.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
| org.flowable.engine.impl.bpmn.parser.factory | |
| org.flowable.eventregistry.impl | |
| org.flowable.form.engine | |
| org.flowable.form.engine.impl | |
| org.flowable.http.common.impl | |
| org.flowable.idm.engine | |
| org.flowable.idm.engine.impl | |
| org.flowable.job.api | |
| org.flowable.job.service.impl.asyncexecutor | |
| org.flowable.job.service.impl.history.async |
| Class and Description |
|---|
| Engine |
| Class and Description |
|---|
| Engine |
| Class and Description |
|---|
| FlowableException
Runtime exception that is the superclass of all Flowable exceptions.
|
| Class and Description |
|---|
| FlowableException
Runtime exception that is the superclass of all Flowable exceptions.
|
| Class and Description |
|---|
| Engine |
| Class and Description |
|---|
| Engine |
| Class and Description |
|---|
| FlowableException
Runtime exception that is the superclass of all Flowable exceptions.
|
| Class and Description |
|---|
| Engine |
| Class and Description |
|---|
| Engine |
| Class and Description |
|---|
| FlowableException
Runtime exception that is the superclass of all Flowable exceptions.
|
| FlowableForbiddenException |
| FlowableIllegalArgumentException
An exception indicating that an illegal argument has been supplied in an Flowable API-call, an illegal value was configured in the engine's configuration or an illegal value has been supplied or an
illegal value is used in a process-definition.
|
| FlowableIllegalStateException
An exception indicating that an API call could not be executed due to data being in the wrong state.
|
| FlowableObjectNotFoundException
An exception indicating that the object that is required or actioned on does not exist.
|
| FlowableTaskAlreadyClaimedException
This exception is thrown when you try to claim a task that is already claimed by someone else.
|
| Class and Description |
|---|
| FlowableException
Runtime exception that is the superclass of all Flowable exceptions.
|
| Class and Description |
|---|
| FlowableException
Runtime exception that is the superclass of all Flowable exceptions.
|
| Class and Description |
|---|
| Engine |
| FlowableException
Runtime exception that is the superclass of all Flowable exceptions.
|
| Class and Description |
|---|
| Engine |
| Class and Description |
|---|
| Engine |
| FlowableTaskAlreadyClaimedException
This exception is thrown when you try to claim a task that is already claimed by someone else.
|
| Class and Description |
|---|
| FlowableException
Runtime exception that is the superclass of all Flowable exceptions.
|
| Class and Description |
|---|
| Engine |
| Class and Description |
|---|
| FlowableException
Runtime exception that is the superclass of all Flowable exceptions.
|
| Class and Description |
|---|
| Engine |
| Class and Description |
|---|
| Engine |
| FlowableException
Runtime exception that is the superclass of all Flowable exceptions.
|
| FlowableIllegalArgumentException
An exception indicating that an illegal argument has been supplied in an Flowable API-call, an illegal value was configured in the engine's configuration or an illegal value has been supplied or an
illegal value is used in a process-definition.
|
| Class and Description |
|---|
| Engine |
| Class and Description |
|---|
| FlowableException
Runtime exception that is the superclass of all Flowable exceptions.
|
| Class and Description |
|---|
| Engine |
| Class and Description |
|---|
| Engine |
| Class and Description |
|---|
| FlowableException
Runtime exception that is the superclass of all Flowable exceptions.
|
| FlowableObjectNotFoundException
An exception indicating that the object that is required or actioned on does not exist.
|
| Class and Description |
|---|
| FlowableOptimisticLockingException
Exception that is thrown when an optimistic locking occurs in the datastore caused by concurrent access of the same data entry.
|
| Class and Description |
|---|
| FlowableException
Runtime exception that is the superclass of all Flowable exceptions.
|
Copyright © 2023 Flowable. All rights reserved.