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 Detail

      • getVariableName

        String getVariableName()
      • getVariableTypeName

        String getVariableTypeName()
      • getRevision

        int getRevision()