Type Alias: BatchOperationResponse
type BatchOperationResponse = object;
Defined in: gen/types.gen.ts:753
Properties
actorId?
optional actorId: string;
Defined in: gen/types.gen.ts:772
The ID of the actor who performed the operation. Available for batch operations created since 8.9.
actorType?
optional actorType: AuditLogActorTypeEnum;
Defined in: gen/types.gen.ts:768
batchOperationKey?
optional batchOperationKey: BatchOperationKey;
Defined in: gen/types.gen.ts:757
Key or (Operate Legacy ID = UUID) of the batch operation.
batchOperationType?
optional batchOperationType: BatchOperationTypeEnum;
Defined in: gen/types.gen.ts:759
endDate?
optional endDate: string;
Defined in: gen/types.gen.ts:767
The end date of the batch operation.
errors?
optional errors: BatchOperationError[];
Defined in: gen/types.gen.ts:788
The errors that occurred per partition during the batch operation.
operationsCompletedCount?
optional operationsCompletedCount: number;
Defined in: gen/types.gen.ts:784
The number of successfully completed tasks.
operationsFailedCount?
optional operationsFailedCount: number;
Defined in: gen/types.gen.ts:780
The number of items which failed during execution of the batch operation. (e.g. because they are rejected by the Zeebe engine).
operationsTotalCount?
optional operationsTotalCount: number;
Defined in: gen/types.gen.ts:776
The total number of items contained in this batch operation.
startDate?
optional startDate: string;
Defined in: gen/types.gen.ts:763
The start date of the batch operation.
state?
optional state: BatchOperationStateEnum;
Defined in: gen/types.gen.ts:758