Type Alias: BatchOperationItemFilter
type BatchOperationItemFilter = object;
Defined in: gen/types.gen.ts:831
Batch operation item filter request.
Properties
batchOperationKey?
optional batchOperationKey: BasicStringFilterProperty;
Defined in: gen/types.gen.ts:835
The key (or operate legacy ID) of the batch operation.
itemKey?
optional itemKey: BasicStringFilterProperty;
Defined in: gen/types.gen.ts:839
The key of the item, e.g. a process instance key.
operationType?
optional operationType: BatchOperationTypeFilterProperty;
Defined in: gen/types.gen.ts:851
The type of the batch operation.
processInstanceKey?
optional processInstanceKey: ProcessInstanceKeyFilterProperty;
Defined in: gen/types.gen.ts:843
The process instance key of the processed item.
state?
optional state: BatchOperationItemStateFilterProperty;
Defined in: gen/types.gen.ts:847
The state of the batch operation.