Package org.camunda.bpm.engine.runtime
package org.camunda.bpm.engine.runtime
Classes related to the
RuntimeService
.-
ClassDescriptionAn activity instance represents an instance of an activity.ActivityInstantiationBuilder<T extends ActivityInstantiationBuilder<T>>Represent a planned item in a case instance.A fluent builder for defining a command to execute for a case execution.A fluent builder to create a new case instance.A fluent builder for defining conditional start event correlationValidate a type before deserializationA message event subscription exists, if an
Execution
waits for an event like a message.Allows querying of event subscriptions.Represent a 'path of execution' in a process instance.Allows programmatic querying ofExecution
s.AnIncident
represents a failure in the execution of a process instance.InstantiationBuilder<T extends InstantiationBuilder<T>>Represents one job (timer, message, etc.).Allows programmatic querying ofJob
s.A fluent builder for defining asynchronous message correlationA fluent builder for defining message correlationThe result of a message correlation.The message correlation result type indicates which type of message correlation result is returned after a message correlation.* The result of amessage correlation
containing the process variablesAllows querying ofExecution
s via native (SQL) queriesAllows querying ofProcessInstance
s via native (SQL) queriesA ProcessElementInstance is an instance of a process construct such as an Activity (seeActivityInstance
) or a transition (seeTransitionInstance
).Represents one execution of aProcessDefinition
.A fluent builder to specify a modification of process instance state in terms of cancellation of activity instances and instantiations of activities and sequence flows.Allows programmatic querying ofProcessInstance
s.Represents a process instance with the corresponding latest variables.Fluent builder to notify the process engine that a signal event has been received.A transition instance represents an execution token that has just completed a transition (sequence flow in BPMN) or is about to take an outgoing transition.Fluent builder to update the suspension state of process instances.Fluent builder to update the suspension state of process instances.Fluent builder to update the suspension state of process instances.AVariableInstance
represents a variable in the execution of a process instance.Validate a type before deserialization against a whitelist of allowed types