@camunda8/sdk
    Preparing search index...

    Interface UpdateJobRetriesReq

    interface UpdateJobRetriesReq {
        jobKey: string;
        operationReference?: number | LosslessNumber;
        retries: number;
    }
    Index

    Properties

    jobKey: string
    operationReference?: number | LosslessNumber

    A reference key chosen by the user and will be part of all records resulted from this operation

    retries: number