@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias TimerWaitStateDetails

    TimerWaitStateDetails: BaseWaitStateDetails & {
        dueDate: number | null;
        repetitions: number | null;
        waitStateType: string;
    }

    Type Declaration

    • dueDate: number | null

      When the timer is due, as a UNIX epoch timestamp in milliseconds.

    • repetitions: number | null

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

    • waitStateType: string

      The wait state type discriminator.