|
||||||||||
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) or is about to take an outgoing transition. This happens before starting or after leaving an activity. The execution token is not actually executing the activity that this instance points to which is why the corresponding activity instance does not exist.
Transition instances are the result of asynchronous continuations, asyncBefore or asyncAfter.
Method Summary | |
---|---|
String |
getActivityId()
returns the id of the activity a transition is made from/to |
String |
getActivityName()
returns the name of the activity a transition is made from/to |
String |
getActivityType()
returns the type of the activity a transition is made from/to. |
String |
getExecutionId()
returns the id of of the execution that is executing this transition instance |
String |
getTargetActivityId()
Deprecated. a transition instances represents a transition to or from an activity; use getActivityId() instead. |
Methods inherited from interface org.camunda.bpm.engine.runtime.ProcessElementInstance |
---|
getId, getParentActivityInstanceId, getProcessDefinitionId, getProcessInstanceId |
Method Detail |
---|
@Deprecated String getTargetActivityId()
getActivityId()
instead.
String getActivityId()
String getExecutionId()
String getActivityType()
String getActivityName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |