public interface HistoricVariableInstance extends HistoricData
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreateTime()
Returns the time when the variable was created.
|
String |
getExecutionId()
The process instance reference.
|
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 |
getScopeId() |
String |
getScopeType() |
String |
getSubScopeId() |
String |
getTaskId() |
Object |
getValue() |
String |
getVariableName() |
String |
getVariableTypeName() |
getTimeString getId()
String getVariableName()
String getVariableTypeName()
Object getValue()
String getProcessInstanceId()
String getExecutionId()
String getTaskId()
Date getCreateTime()
Date getLastUpdatedTime()
HistoricVariableInstance only contains the latest value of the variable.String getScopeId()
String getSubScopeId()
String getScopeType()
Copyright © 2022 Flowable. All rights reserved.