Interface HistoricTaskInstance

    • Method Detail

      • getDeleteReason

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

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

        Date getEndTime()
        Time when the task was deleted or completed.