Uses of Interface
org.camunda.bpm.engine.runtime.ProcessElementInstance
-
Uses of ProcessElementInstance in org.camunda.bpm.engine.impl.persistence.entity
Modifier and TypeClassDescriptionclass
class
class
-
Uses of ProcessElementInstance in org.camunda.bpm.engine.impl.util
Modifier and TypeMethodDescriptionstatic String
StringUtil.joinProcessElementInstanceIds
(Collection<? extends ProcessElementInstance> processElementInstances) -
Uses of ProcessElementInstance in org.camunda.bpm.engine.runtime
Modifier and TypeInterfaceDescriptioninterface
An activity instance represents an instance of an activity.interface
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.