Package org.camunda.bpm.engine.runtime

Classes related to the RuntimeService.

See:
          Description

Interface Summary
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 Executions.
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 Jobs.
NativeExecutionQuery Allows querying of Executions via native (SQL) queries
NativeProcessInstanceQuery Allows querying of ProcessInstances 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 ProcessInstances.
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  
 

Package org.camunda.bpm.engine.runtime Description

Classes related to the RuntimeService.



Copyright © 2014 camunda services GmbH. All Rights Reserved.