Skip to main content
Version: 8.9 (unreleased)

Type Alias: BatchOperationItemResponse

type BatchOperationItemResponse = object;

Defined in: gen/types.gen.ts:861

Properties

batchOperationKey?

optional batchOperationKey: BatchOperationKey;

Defined in: gen/types.gen.ts:866

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


errorMessage?

optional errorMessage: string;

Defined in: gen/types.gen.ts:887

the error message from the engine in case of a failed operation.


itemKey?

optional itemKey: string;

Defined in: gen/types.gen.ts:870

Key of the item, e.g. a process instance key.


operationType?

optional operationType: BatchOperationTypeEnum;

Defined in: gen/types.gen.ts:862


processedDate?

optional processedDate: string;

Defined in: gen/types.gen.ts:883

the date this item was processed.


processInstanceKey?

optional processInstanceKey: ProcessInstanceKey;

Defined in: gen/types.gen.ts:874

the process instance key of the processed item.


rootProcessInstanceKey?

optional rootProcessInstanceKey: RootProcessInstanceKey;

Defined in: gen/types.gen.ts:875


state?

optional state: "ACTIVE" | "COMPLETED" | "SKIPPED" | "CANCELED" | "FAILED";

Defined in: gen/types.gen.ts:879

State of the item.