public interface TransitionInstance extends ProcessElementInstance
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. The execution token has not yet entered the activity which is why the corresponding activity instance does not yet exist.
Transition instances are usually the result of asynchronous continuations.
Modifier and Type | Method and Description |
---|---|
String |
getExecutionId()
returns the id of of the execution that is
currently executing this transition instance
|
String |
getTargetActivityId()
returns the id of the target activity
|
getId, getParentActivityInstanceId, getProcessDefinitionId, getProcessInstanceId
Copyright © 2015. All rights reserved.