Uses of Package
org.flowable.engine.runtime
Packages that use org.flowable.engine.runtime
Package
Description
Public API of the Flowable engine.
Typical usage of the API starts by the creation of a
Through the services obtained from such a
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.Classes related to the
RuntimeService.-
Classes in org.flowable.engine.runtime used by org.flowable.engineClassDescriptionProgrammatic querying for
ActivityInstances.Helper for changing the state of a process instance.Represent a 'path of execution' in a process instance.Allows programmatic querying ofExecutions.Allows querying ofActivityInstanceQuerys via native (SQL) queriesAllows querying ofExecutions via native (SQL) queriesAllows querying ofProcessInstances via native (SQL) queriesRepresents one execution of aProcessDefinition.Helper for starting new ProcessInstance.Allows programmatic querying ofProcessInstances.A builder API to create an event subscription to start an event-based process instance whenever an event with a very specific combination of correlation values occurs.A builder API to delete a manually created process start event subscription which was created and registered using thebuilder API.invalid reference
RuntimeService#createProcessStartEventSubscriptionBuilder()A builder API to modify a manually created process start event subscription which was created and registered using thebuilder API.invalid reference
RuntimeService#createProcessStartEventSubscriptionBuilder() -
Classes in org.flowable.engine.runtime used by org.flowable.engine.compatibility
-
Classes in org.flowable.engine.runtime used by org.flowable.engine.interceptorClassDescriptionRepresent a 'path of execution' in a process instance.Allows programmatic querying of
Executions.Represents one execution of aProcessDefinition.Allows programmatic querying ofProcessInstances. -
Classes in org.flowable.engine.runtime used by org.flowable.engine.migration
-
Classes in org.flowable.engine.runtime used by org.flowable.engine.runtimeClassDescriptionProgrammatic querying for
ActivityInstances.Helper for changing the state of a process instance.Represent a 'path of execution' in a process instance.Allows programmatic querying ofExecutions.Represents one execution of aProcessDefinition.Helper for starting new ProcessInstance.Allows programmatic querying ofProcessInstances.A builder API to create an event subscription to start an event-based process instance whenever an event with a very specific combination of correlation values occurs.A builder API to delete a manually created process start event subscription which was created and registered using thebuilder API.invalid reference
RuntimeService#createProcessStartEventSubscriptionBuilder()A builder API to modify a manually created process start event subscription which was created and registered using thebuilder API.invalid reference
RuntimeService#createProcessStartEventSubscriptionBuilder()