Package org.flowable.engine.runtime
package org.flowable.engine.runtime
Classes related to the
RuntimeService
.-
ClassDescriptionRepresents one execution of an activity in the currently running process.Programmatic querying for
ActivityInstance
s.Helper for changing the state of a process instance.Represent a 'path of execution' in a process instance.Allows programmatic querying ofExecution
s.Allows querying ofActivityInstanceQuery
s via native (SQL) queriesAllows querying ofExecution
s via native (SQL) queriesAllows querying ofProcessInstance
s via native (SQL) queriesRepresents one execution of aProcessDefinition
.Helper for starting new ProcessInstance.Allows programmatic querying ofProcessInstance
s.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.