public interface HistoricVariableInstance extends HistoricData
| Modifier and Type | Method and Description | 
|---|---|
Date | 
getCreateTime()
Returns the time when the variable was created. 
 | 
String | 
getId()
The unique DB id 
 | 
Date | 
getLastUpdatedTime()
Returns the time when the value of the variable was last updated. 
 | 
String | 
getProcessInstanceId()
The process instance reference. 
 | 
String | 
getTaskId()  | 
Object | 
getValue()  | 
String | 
getVariableName()  | 
String | 
getVariableTypeName()  | 
getTimeString getId()
String getVariableName()
String getVariableTypeName()
Object getValue()
String getProcessInstanceId()
String getTaskId()
Date getCreateTime()
Date getLastUpdatedTime()
HistoricVariableInstance only contains the latest value
 of the variable. The actual different value and value changes are recorded in
 HistoricVariableUpdate instances, which are captured on HistoryLevel FULL.Copyright © 2017 Flowable. All rights reserved.