@camunda8/sdk
    Preparing search index...

    Interface UpdateJobTimeoutRequest

    interface UpdateJobTimeoutRequest {
        jobKey: string;
        operationReference?: string;
        timeout: number;
    }
    Index

    Properties

    jobKey: string
    operationReference?: string

    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