Interface HistoricVariableUpdate

All Superinterfaces:
org.flowable.common.engine.api.history.HistoricData, HistoricDetail

public interface HistoricVariableUpdate extends HistoricDetail
Update of a process variable. This is only available if history level is configured to FULL.
Author:
Tom Baeyens
  • Method Details

    • getVariableName

      String getVariableName()
    • getVariableTypeName

      String getVariableTypeName()
    • getValue

      Object getValue()
    • getRevision

      int getRevision()