Class HistoricVariableUpdateDto

java.lang.Object
org.camunda.bpm.engine.rest.dto.history.HistoricDetailDto
org.camunda.bpm.engine.rest.dto.history.HistoricVariableUpdateDto
Direct Known Subclasses:
OptimizeHistoricVariableUpdateDto

public class HistoricVariableUpdateDto extends HistoricDetailDto
Author:
Roman Smirnov
  • Field Details

    • variableName

      protected String variableName
    • variableInstanceId

      protected String variableInstanceId
    • variableType

      protected String variableType
    • value

      protected Object value
    • valueInfo

      protected Map<String,Object> valueInfo
    • initial

      protected Boolean initial
    • revision

      protected int revision
    • errorMessage

      protected String errorMessage
  • Constructor Details

    • HistoricVariableUpdateDto

      public HistoricVariableUpdateDto()
  • Method Details