public interface ProcessInstance extends Execution
ProcessDefinition.| Modifier and Type | Method and Description | 
|---|---|
String | 
getBusinessKey()
The business key of this process instance. 
 | 
String | 
getDeploymentId()
The deployment id of the process definition of the process instance. 
 | 
String | 
getDescription()
Returns the description of this process instance. 
 | 
String | 
getLocalizedDescription()
Returns the localized description of this process instance. 
 | 
String | 
getLocalizedName()
Returns the localized name 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. 
 | 
String | 
getProcessDefinitionKey()
The key of the process definition of the process instance. 
 | 
String | 
getProcessDefinitionName()
The name of the process definition of the process instance. 
 | 
Integer | 
getProcessDefinitionVersion()
The version 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, getSuperExecutionId, isEndedString getProcessDefinitionId()
String getProcessDefinitionName()
String getProcessDefinitionKey()
Integer getProcessDefinitionVersion()
String getDeploymentId()
String getBusinessKey()
boolean isSuspended()
isSuspended in interface ExecutionMap<String,Object> getProcessVariables()
String getTenantId()
getTenantId in interface ExecutionString getName()
String getDescription()
getDescription in interface ExecutionString getLocalizedName()
String getLocalizedDescription()
Copyright © 2017 Flowable. All rights reserved.