Interface TimerWaitStateDetails

All Superinterfaces:
WaitStateDetails
All Known Implementing Classes:
TimerWaitStateDetailsImpl

public interface TimerWaitStateDetails extends WaitStateDetails
Details of an element instance waiting on an intermediate catch event timer.
  • Method Summary

    Modifier and Type
    Method
    Description
    When the timer is due, as a UNIX epoch timestamp in milliseconds.
    The number of remaining timer repetitions (-1 for infinite, 0 for non-repeating).

    Methods inherited from interface io.camunda.client.api.search.response.WaitStateDetails

    getWaitStateType
  • Method Details

    • getDueDate

      Long getDueDate()
      When the timer is due, as a UNIX epoch timestamp in milliseconds.
    • getRepetitions

      Integer getRepetitions()
      The number of remaining timer repetitions (-1 for infinite, 0 for non-repeating).