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

    Type Alias GetBatchOperationData

    type GetBatchOperationData = {
        body?: never;
        path: { batchOperationKey: BatchOperationKey };
        query?: never;
        url: "/batch-operations/{batchOperationKey}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { batchOperationKey: BatchOperationKey }

    Type Declaration

    • batchOperationKey: BatchOperationKey

      The key (or operate legacy ID) of the batch operation.

    query?: never
    url: "/batch-operations/{batchOperationKey}"