Interface HistoricTaskInstance

    • Method Detail

      • getDeleteReason

        java.lang.String getDeleteReason()
        The reason why this task was deleted {'completed' | 'deleted' | any other user defined string }.
      • getStartTime

        java.util.Date getStartTime()
        Time when the task started.
      • getEndTime

        java.util.Date getEndTime()
        Time when the task was deleted or completed.
      • getClaimTime

        java.util.Date getClaimTime()
        Time when the task was claimed.
        Specified by:
        getClaimTime in interface TaskInfo