Skip to main content
Version: 8.9 (unreleased)

Type Alias: SearchBatchOperationItemsData

type SearchBatchOperationItemsData = object;

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

Properties

body?

optional body: SearchQueryRequest & object;

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

Batch operation item search request.

Type Declaration

filter?
optional filter: object;

Batch operation item filter request.

filter.batchOperationKey?
optional batchOperationKey: BasicStringFilterProperty;

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

filter.itemKey?
optional itemKey: BasicStringFilterProperty;

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

filter.operationType?
optional operationType: BatchOperationTypeFilterProperty;

The type of the batch operation.

filter.processInstanceKey?
optional processInstanceKey: ProcessInstanceKeyFilterProperty;

The process instance key of the processed item.

filter.state?
optional state: BatchOperationItemStateFilterProperty;

The state of the batch operation.

sort?
optional sort: BatchOperationItemSearchQuerySortRequest[];

Sort field criteria.


path?

optional path: never;

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


query?

optional query: never;

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


url

url: "/batch-operation-items/search";

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