@camunda8/sdk
    Preparing search index...

    Interface UpdateJobTimeoutReq

    interface UpdateJobTimeoutReq {
        jobKey: string;
        operationReference?: number | LosslessNumber;
        timeout: 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

    timeout: number

    The duration of the new timeout in ms, starting from the current moment