Uses of Package
org.flowable.engine.runtime
-
Packages that use org.flowable.engine.runtime Package Description org.flowable.engine Public API of the Flowable engine.
Typical usage of the API starts by the creation of aProcessEngineConfiguration(typically based on a configuration file), from which aProcessEnginecan be obtained.
Through the services obtained from such aProcessEngine, BPM and workflow operation can be executed:
RepositoryService: ManagesDeployments.
RuntimeService: For starting and searchingProcessInstances.
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.compatibility org.flowable.engine.impl API implementation classes, which shouldn't directly be used by end-users.org.flowable.engine.impl.agenda org.flowable.engine.impl.cmd org.flowable.engine.impl.eventregistry org.flowable.engine.impl.externalworker org.flowable.engine.impl.history org.flowable.engine.impl.history.async org.flowable.engine.impl.migration org.flowable.engine.impl.persistence.entity org.flowable.engine.impl.persistence.entity.data org.flowable.engine.impl.persistence.entity.data.impl org.flowable.engine.impl.runtime org.flowable.engine.impl.test org.flowable.engine.impl.util org.flowable.engine.interceptor org.flowable.engine.migration org.flowable.engine.runtime Classes related to theRuntimeService. -
Classes in org.flowable.engine.runtime used by org.flowable.engine Class Description ActivityInstanceQuery Programmatic querying forActivityInstances.ChangeActivityStateBuilder Helper for changing the state of a process instance.DataObject Execution Represent a 'path of execution' in a process instance.ExecutionQuery Allows programmatic querying ofExecutions.ExternalWorkerCompletionBuilder NativeActivityInstanceQuery Allows querying ofActivityInstanceQuerys via native (SQL) queriesNativeExecutionQuery Allows querying ofExecutions via native (SQL) queriesNativeProcessInstanceQuery Allows querying ofProcessInstances via native (SQL) queriesProcessInstance Represents one execution of aProcessDefinition.ProcessInstanceBuilder Helper for starting new ProcessInstance.ProcessInstanceQuery Allows programmatic querying ofProcessInstances. -
Classes in org.flowable.engine.runtime used by org.flowable.engine.compatibility Class Description ProcessInstance Represents one execution of aProcessDefinition. -
Classes in org.flowable.engine.runtime used by org.flowable.engine.impl Class Description ActivityInstance Represents one execution of an activity in the currently running process.ActivityInstanceQuery Programmatic querying forActivityInstances.ChangeActivityStateBuilder Helper for changing the state of a process instance.DataObject Execution Represent a 'path of execution' in a process instance.ExecutionQuery Allows programmatic querying ofExecutions.ExternalWorkerCompletionBuilder NativeActivityInstanceQuery Allows querying ofActivityInstanceQuerys via native (SQL) queriesNativeExecutionQuery Allows querying ofExecutions via native (SQL) queriesNativeProcessInstanceQuery Allows querying ofProcessInstances via native (SQL) queriesProcessInstance Represents one execution of aProcessDefinition.ProcessInstanceBuilder Helper for starting new ProcessInstance.ProcessInstanceQuery Allows programmatic querying ofProcessInstances. -
Classes in org.flowable.engine.runtime used by org.flowable.engine.impl.agenda Class Description ProcessDebugger -
Classes in org.flowable.engine.runtime used by org.flowable.engine.impl.cmd Class Description DataObject Execution Represent a 'path of execution' in a process instance.ProcessInstance Represents one execution of aProcessDefinition. -
Classes in org.flowable.engine.runtime used by org.flowable.engine.impl.eventregistry Class Description ProcessInstanceBuilder Helper for starting new ProcessInstance. -
Classes in org.flowable.engine.runtime used by org.flowable.engine.impl.externalworker Class Description ExternalWorkerCompletionBuilder -
Classes in org.flowable.engine.runtime used by org.flowable.engine.impl.history Class Description ActivityInstance Represents one execution of an activity in the currently running process. -
Classes in org.flowable.engine.runtime used by org.flowable.engine.impl.history.async Class Description ActivityInstance Represents one execution of an activity in the currently running process. -
Classes in org.flowable.engine.runtime used by org.flowable.engine.impl.migration Class Description ProcessInstance Represents one execution of aProcessDefinition. -
Classes in org.flowable.engine.runtime used by org.flowable.engine.impl.persistence.entity Class Description ActivityInstance Represents one execution of an activity in the currently running process.Execution Represent a 'path of execution' in a process instance.ProcessInstance Represents one execution of aProcessDefinition. -
Classes in org.flowable.engine.runtime used by org.flowable.engine.impl.persistence.entity.data Class Description ActivityInstance Represents one execution of an activity in the currently running process.Execution Represent a 'path of execution' in a process instance.ProcessInstance Represents one execution of aProcessDefinition. -
Classes in org.flowable.engine.runtime used by org.flowable.engine.impl.persistence.entity.data.impl Class Description ActivityInstance Represents one execution of an activity in the currently running process.Execution Represent a 'path of execution' in a process instance.ProcessInstance Represents one execution of aProcessDefinition. -
Classes in org.flowable.engine.runtime used by org.flowable.engine.impl.runtime Class Description ChangeActivityStateBuilder Helper for changing the state of a process instance.ProcessInstance Represents one execution of aProcessDefinition.ProcessInstanceBuilder Helper for starting new ProcessInstance. -
Classes in org.flowable.engine.runtime used by org.flowable.engine.impl.test Class Description ActivityInstance Represents one execution of an activity in the currently running process.ProcessInstance Represents one execution of aProcessDefinition. -
Classes in org.flowable.engine.runtime used by org.flowable.engine.impl.util Class Description ProcessInstance Represents one execution of aProcessDefinition. -
Classes in org.flowable.engine.runtime used by org.flowable.engine.interceptor Class Description Execution Represent a 'path of execution' in a process instance.ExecutionQuery Allows programmatic querying ofExecutions.ProcessInstance Represents one execution of aProcessDefinition.ProcessInstanceQuery Allows programmatic querying ofProcessInstances. -
Classes in org.flowable.engine.runtime used by org.flowable.engine.migration Class Description ProcessInstance Represents one execution of aProcessDefinition. -
Classes in org.flowable.engine.runtime used by org.flowable.engine.runtime Class Description ActivityInstanceQuery Programmatic querying forActivityInstances.ChangeActivityStateBuilder Helper for changing the state of a process instance.Execution Represent a 'path of execution' in a process instance.ExecutionQuery Allows programmatic querying ofExecutions.ExternalWorkerCompletionBuilder ProcessInstance Represents one execution of aProcessDefinition.ProcessInstanceBuilder Helper for starting new ProcessInstance.ProcessInstanceQuery Allows programmatic querying ofProcessInstances.