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

    Type Alias JobWaitStateDetails

    JobWaitStateDetails: BaseWaitStateDetails & {
        jobKey: JobKey;
        jobKind: JobKindEnum;
        jobType: string;
        listenerEventType: JobListenerEventTypeEnum | null;
        retries: number | null;
        waitStateType: string;
    }

    Type Declaration

    • jobKey: JobKey

      The key of the job.

    • jobKind: JobKindEnum

      The kind of job.

    • jobType: string

      The job type (worker subscription identifier).

    • listenerEventType: JobListenerEventTypeEnum | null

      The listener event type of the job (only set for execution listener and task listener jobs).

    • retries: number | null

      The number of retries remaining for the job.

    • waitStateType: string

      The wait state type discriminator.