|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public 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. 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.
| Method Summary | |
|---|---|
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 |
| Methods inherited from interface org.camunda.bpm.engine.runtime.ProcessElementInstance |
|---|
getId, getParentActivityInstanceId, getProcessDefinitionId, getProcessInstanceId |
| Method Detail |
|---|
String getTargetActivityId()
String getExecutionId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||