All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.flowable.engine.package.html Maven / Gradle / Ivy

There is a newer version: 7.0.1
Show newest version

  
    Public API of the Flowable engine.

Typical usage of the API starts by the creation of a {@link org.flowable.engine.ProcessEngineConfiguration} (typically based on a configuration file), from which a {@link org.flowable.engine.ProcessEngine} can be obtained.

Through the services obtained from such a {@link org.flowable.engine.ProcessEngine}, BPM and workflow operation can be executed:

{@link org.flowable.engine.RepositoryService}: Manages {@link org.flowable.engine.repository.Deployment}s.
{@link org.flowable.engine.RuntimeService}: For starting and searching {@link org.flowable.engine.runtime.ProcessInstance}s.
{@link org.flowable.engine.TaskService}: Exposes operations to manage human (standalone) tasks, such as claiming, completing and assigning tasks.
{@link org.flowable.engine.IdentityService}: Used for managing users, groups and the relations between them.
{@link org.flowable.engine.ManagementService}: Exposes engine administration and maintenance operations, which have no relation to the runtime exection of business processes.
{@link org.flowable.engine.HistoryService}: Exposes information about ongoing and past process instances.
{@link org.flowable.engine.FormService}: Access to form data and rendered forms for starting new process instances and completing tasks.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy