Skip navigation links

Flowable 5 Compatibility - Engine 6.4.0 API

Packages 
Package Description
org.activiti.engine
Public API of the Flowable version 5 engine.

It is highly recommended that the version 6 engine be used instead of the version 5 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 org.activiti5.engine.runtime.ProcessInstances.
TaskService: Exposes operations to manage human (standalone) Tasks, such as claiming, completing and assigning tasks.
IdentityService: Used for managing Users, org.flowable.idm.api.identity.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.activiti.engine.cfg  
org.activiti.engine.delegate
Interfaces for Flowable version 5 used to include Java code in a process as the behavior of an activity or as a listener to process events with JavaDelegates.
org.activiti.engine.delegate.event.impl  
org.activiti.engine.dynamic  
org.activiti.engine.event  
org.activiti.engine.form  
org.activiti.engine.history
Classes related to the HistoryService for Flowable version 5.
org.activiti.engine.impl
API implementation classes, which shouldn't directly be used by end-users.
org.activiti.engine.impl.asyncexecutor  
org.activiti.engine.impl.bpmn.behavior  
org.activiti.engine.impl.bpmn.deployer  
org.activiti.engine.impl.bpmn.diagram  
org.activiti.engine.impl.bpmn.helper  
org.activiti.engine.impl.bpmn.listener  
org.activiti.engine.impl.bpmn.parser  
org.activiti.engine.impl.bpmn.parser.factory  
org.activiti.engine.impl.bpmn.parser.handler  
org.activiti.engine.impl.cfg  
org.activiti.engine.impl.cfg.jta  
org.activiti.engine.impl.cfg.standalone  
org.activiti.engine.impl.cmd  
org.activiti.engine.impl.context  
org.activiti.engine.impl.db  
org.activiti.engine.impl.db.upgrade  
org.activiti.engine.impl.delegate  
org.activiti.engine.impl.el  
org.activiti.engine.impl.event  
org.activiti.engine.impl.event.logger  
org.activiti.engine.impl.event.logger.handler  
org.activiti.engine.impl.form  
org.activiti.engine.impl.history  
org.activiti.engine.impl.history.handler  
org.activiti.engine.impl.history.parse  
org.activiti.engine.impl.identity  
org.activiti.engine.impl.interceptor  
org.activiti.engine.impl.jobexecutor  
org.activiti.engine.impl.persistence  
org.activiti.engine.impl.persistence.deploy  
org.activiti.engine.impl.persistence.entity  
org.activiti.engine.impl.pvm  
org.activiti.engine.impl.pvm.delegate  
org.activiti.engine.impl.pvm.process  
org.activiti.engine.impl.pvm.runtime  
org.activiti.engine.impl.repository  
org.activiti.engine.impl.rules  
org.activiti.engine.impl.runtime  
org.activiti.engine.impl.scripting  
org.activiti.engine.impl.task  
org.activiti.engine.impl.transformer  
org.activiti.engine.impl.util  
org.activiti.engine.impl.util.io  
org.activiti.engine.impl.variable  
org.activiti.engine.impl.webservice  
org.activiti.engine.logging  
org.activiti.engine.management
Classes related to the org.activiti5.engine.ManagementService.
org.activiti.engine.parse  
org.activiti.engine.query
Classes related to the querying entities in the engine.
org.activiti.engine.repository
Classes related to the RepositoryService for Flowable version 5.
org.activiti.engine.runtime
Classes related to the RuntimeService for Flowable version 5.
org.activiti.engine.task
Classes related to the TaskService for Flowable version 5.
Skip navigation links

Copyright © 2018 Flowable. All rights reserved.