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

    Type Alias BatchOperationCreatedResult

    The created batch operation.

    type BatchOperationCreatedResult = {
        batchOperationKey?: BatchOperationKey;
        batchOperationType?: BatchOperationTypeEnum;
    }
    Index

    Properties

    batchOperationKey?: BatchOperationKey

    Key of the batch operation.

    batchOperationType?: BatchOperationTypeEnum