public interface Execution
ProcessInstance also is an execution.| Modifier and Type | Method and Description | 
|---|---|
| String | getId()The unique identifier of the execution. | 
| String | getProcessInstanceId()Id of the root of the execution tree representing the process instance. | 
| String | getTenantId()The id of the tenant this execution belongs to. | 
| boolean | isEnded()Indicates if the execution is ended. | 
| boolean | isSuspended()Indicates if the execution is suspended. | 
String getId()
boolean isSuspended()
boolean isEnded()
String getProcessInstanceId()
getId() if this execution is the process instance.String getTenantId()
null
 if the execution belongs to no single tenant.Copyright © 2019. All rights reserved.