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.API implementation classes, which shouldn't directly be used by end-users.
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 theRuntimeService#createProcessStartEventSubscriptionBuilder()builder API.A builder API to modify a manually created process start event subscription which was created and registered using theRuntimeService#createProcessStartEventSubscriptionBuilder()builder API. -
Classes in org.flowable.engine.runtime used by org.flowable.engine.compatibility
-
Classes in org.flowable.engine.runtime used by org.flowable.engine.implClassDescriptionRepresents one execution of an activity in the currently running process.Programmatic 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 theRuntimeService#createProcessStartEventSubscriptionBuilder()builder API.A builder API to modify a manually created process start event subscription which was created and registered using theRuntimeService#createProcessStartEventSubscriptionBuilder()builder API. -
Classes in org.flowable.engine.runtime used by org.flowable.engine.impl.agenda
-
Classes in org.flowable.engine.runtime used by org.flowable.engine.impl.cmdClassDescriptionRepresent a 'path of execution' in a process instance.Represents one execution of a
ProcessDefinition. -
Classes in org.flowable.engine.runtime used by org.flowable.engine.impl.externalworker
-
Classes in org.flowable.engine.runtime used by org.flowable.engine.impl.historyClassDescriptionRepresents one execution of an activity in the currently running process.
-
Classes in org.flowable.engine.runtime used by org.flowable.engine.impl.migration
-
Classes in org.flowable.engine.runtime used by org.flowable.engine.impl.persistence.entityClassDescriptionRepresents one execution of an activity in the currently running process.Represent a 'path of execution' in a process instance.Represents one execution of a
ProcessDefinition. -
Classes in org.flowable.engine.runtime used by org.flowable.engine.impl.persistence.entity.dataClassDescriptionRepresents one execution of an activity in the currently running process.Represent a 'path of execution' in a process instance.Represents one execution of a
ProcessDefinition. -
Classes in org.flowable.engine.runtime used by org.flowable.engine.impl.persistence.entity.data.implClassDescriptionRepresents one execution of an activity in the currently running process.Represent a 'path of execution' in a process instance.Represents one execution of a
ProcessDefinition. -
Classes in org.flowable.engine.runtime used by org.flowable.engine.impl.runtimeClassDescriptionHelper for changing the state of a process instance.Represents one execution of a
ProcessDefinition.Helper for starting new ProcessInstance.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 theRuntimeService#createProcessStartEventSubscriptionBuilder()builder API.A builder API to modify a manually created process start event subscription which was created and registered using theRuntimeService#createProcessStartEventSubscriptionBuilder()builder API. -
Classes in org.flowable.engine.runtime used by org.flowable.engine.impl.testClassDescriptionRepresents one execution of an activity in the currently running process.Represents one execution of a
ProcessDefinition. -
Classes in org.flowable.engine.runtime used by org.flowable.engine.impl.util
-
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 theRuntimeService#createProcessStartEventSubscriptionBuilder()builder API.A builder API to modify a manually created process start event subscription which was created and registered using theRuntimeService#createProcessStartEventSubscriptionBuilder()builder API. -
Classes in org.flowable.engine.runtime used by org.flowable.rest.service.apiClassDescriptionRepresents one execution of an activity in the currently running process.Programmatic querying for
ActivityInstances.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. -
Classes in org.flowable.engine.runtime used by org.flowable.rest.service.api.runtime.processClassDescriptionRepresent a 'path of execution' in a process instance.Allows programmatic querying of
Executions.Represents one execution of aProcessDefinition.Allows programmatic querying ofProcessInstances.