public interface ProcessInstance extends Execution
ProcessDefinition
.Modifier and Type | Method and Description |
---|---|
String |
getBusinessKey()
The business key of this process instance.
|
String |
getName()
Returns the name 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, isEnded
String getProcessDefinitionId()
String getBusinessKey()
boolean isSuspended()
isSuspended
in interface Execution
Map<String,Object> getProcessVariables()
String getTenantId()
getTenantId
in interface Execution
String getName()
Copyright © 2014 Alfresco. All rights reserved.