Interface | Description |
---|---|
ActivityInstance |
An activity instance represents an instance of an activity.
|
EventSubscription |
A message event subscription exists, if an
Execution waits for an event like a message. |
EventSubscriptionQuery |
Allows querying of event subscriptions.
|
Execution |
Represent a 'path of execution' in a process instance.
|
ExecutionQuery |
Allows programmatic querying of
Execution s. |
Incident |
An
Incident represents a failure in the execution of
a process instance. |
IncidentQuery | |
Job |
Represents one job (timer, message, etc.).
|
JobQuery |
Allows programmatic querying of
Job s. |
MessageCorrelationBuilder |
A fluent builder for defining message correlation
|
NativeExecutionQuery |
Allows querying of
Execution s via native (SQL) queries |
NativeProcessInstanceQuery |
Allows querying of
ProcessInstance s via native (SQL) queries |
ProcessElementInstance |
A ProcessElementInstance is an instance of a process construct
such as an Activity (see
ActivityInstance ) or a transition
(see TransitionInstance ). |
ProcessInstance |
Represents one execution of a
ProcessDefinition . |
ProcessInstanceQuery |
Allows programmatic querying of
ProcessInstance s. |
TransitionInstance |
A transition instance represents an execution token that
has just completed a transition (sequence flow in BPMN) and
is now about to start an activity.
|
VariableInstance |
A
VariableInstance represents a variable in the execution of
a process instance. |
VariableInstanceQuery |
RuntimeService
.Copyright © 2015. All rights reserved.