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

    Interface OperationOptions

    Per-call options for individual SDK method invocations.

    interface OperationOptions {
        retry?: false | Partial<HttpRetryPolicy>;
    }
    Index

    Properties

    Properties

    retry?: false | Partial<HttpRetryPolicy>

    Override retry behaviour for this call.

    • Pass false to disable retry entirely (single attempt).
    • Pass a partial policy to override specific fields (merged with global config).