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.
|
Map<String,Object> |
getProcessVariables()
Returns the process variables if requested in the process instance query
|
String |
getTenantId()
The tenant identifier of this process instance
|
boolean |
isSuspended()
returns true if the process instance is suspended
|
getActivityId, getId, getParentId, getProcessInstanceId, isEndedString getProcessDefinitionId()
String getBusinessKey()
boolean isSuspended()
isSuspended in interface ExecutionMap<String,Object> getProcessVariables()
String getTenantId()
getTenantId in interface ExecutionCopyright © 2014 Alfresco. All rights reserved.