public interface Execution
ProcessInstance also is an execution.| Modifier and Type | Method and Description |
|---|---|
String |
getActivityId()
Returns the id of the activity where the execution currently is at.
|
String |
getDescription()
Returns the description of this execution.
|
String |
getId()
The unique identifier of the execution.
|
String |
getName()
Returns the name of this execution.
|
String |
getParentId()
Gets the id of the parent of this execution.
|
String |
getProcessInstanceId()
Id of the root of the execution tree representing the process instance.
|
String |
getPropagatedStageInstanceId()
If this execution runs in the context of a case and stage, this method returns it's closest parent stage instance id (the stage plan item instance id to be
precise).
|
String |
getReferenceId()
If this execution has created a case (through a case task), this will return the referenced case instance id.
|
String |
getReferenceType()
If this execution has created a case (through a case task), this will return the referenced case type (e.g.
|
String |
getRootProcessInstanceId()
Id of the root of the execution tree representing the process instance that has no super execution.
|
String |
getSuperExecutionId()
Gets the id of the super execution of this execution.
|
String |
getTenantId()
The tenant identifier of this process instance
|
boolean |
isEnded()
Indicates if the execution is ended.
|
boolean |
isSuspended()
Indicates if the execution is suspended.
|
String getId()
boolean isSuspended()
boolean isEnded()
String getActivityId()
String getProcessInstanceId()
getId() if this execution is the process instance.String getParentId()
String getSuperExecutionId()
String getRootProcessInstanceId()
String getTenantId()
String getName()
String getDescription()
String getReferenceId()
String getReferenceType()
String getPropagatedStageInstanceId()
Copyright © 2020 Flowable. All rights reserved.