Type Alias: BatchOperationItemFilter
type BatchOperationItemFilter = object;
Batch operation item filter request.
Properties
batchOperationKey?
optional batchOperationKey?: BasicStringFilterProperty;
The key (or operate legacy ID) of the batch operation.
itemKey?
optional itemKey?: BasicStringFilterProperty;
The key of the item, e.g. a process instance key.
operationType?
optional operationType?: BatchOperationTypeFilterProperty;
The type of the batch operation.
processInstanceKey?
optional processInstanceKey?: ProcessInstanceKeyFilterProperty;
The process instance key of the processed item.
state?
optional state?: BatchOperationItemStateFilterProperty;
The state of the batch operation.