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

    Type Alias JobWaitStateDetails

    type JobWaitStateDetails = {
        jobKey: JobKey;
        jobKind: JobKindEnum;
        jobType: string;
        listenerEventType: JobListenerEventTypeEnum | null;
        retries: number | null;
    }
    Index

    Properties

    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.