@camunda8/sdk
    Preparing search index...

    Interface JobUpdateChangeset

    JSON object with changed job attribute values.

    interface JobUpdateChangeset {
        retries?: number;
        timeout?: number;
    }
    Index

    Properties

    Properties

    retries?: number
    timeout?: number

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