Interface HistoricFormProperty

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

public interface HistoricFormProperty extends HistoricDetail
A single field that was submitted in either a start form or a task form. This is the audit information that can be used to trace who supplied which input for which tasks at what time.
Author:
Tom Baeyens
  • Method Details

    • getPropertyId

      String getPropertyId()
      the id or key of the property
    • getPropertyValue

      String getPropertyValue()
      the submitted value