Interface ActivitiVariableUpdatedEvent
- All Superinterfaces:
ActivitiEvent, ActivitiVariableEvent
- All Known Implementing Classes:
ActivitiVariableUpdatedEventImpl
An
ActivitiVariableEvent for an update variable event.-
Method Summary
Methods inherited from interface ActivitiEvent
getProcessDefinitionId, getProcessInstanceId, getTypeMethods inherited from interface ActivitiVariableEvent
getExecutionId, getTaskId, getVariableName, getVariableType, getVariableValue, isTaskVariable
-
Method Details
-
getVariablePreviousValue
Object getVariablePreviousValue()- Returns:
- the previous value of the variable.
-