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.
|
boolean |
isEnded()
Indicates if the execution is ended.
|
boolean |
isSuspended()
Indicates if the execution is suspended.
|
String getId()
boolean isSuspended()
boolean isEnded()
Copyright © 2015. All rights reserved.