public interface ProcessInstance extends Execution
ProcessDefinition
.Modifier and Type | Method and Description |
---|---|
String |
getBusinessKey()
The business key of this process instance.
|
String |
getProcessDefinitionId()
The id of the process definition of the process instance.
|
boolean |
isSuspended()
returns true if the process instance is suspended
|
getId, getProcessInstanceId, isEnded
String getProcessDefinitionId()
String getBusinessKey()
boolean isSuspended()
isSuspended
in interface Execution
Copyright © 2015. All rights reserved.