Package | Description |
---|---|
org.camunda.bpm.engine.impl.persistence.entity | |
org.camunda.bpm.engine.runtime |
Classes related to the
RuntimeService . |
Modifier and Type | Class and Description |
---|---|
class |
ActivityInstanceImpl |
class |
ProcessElementInstanceImpl |
class |
TransitionInstanceImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
ActivityInstance
An activity instance represents an instance of an activity.
|
interface |
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.
|
Copyright © 2015. All rights reserved.