Skip to main content
Version: 8.9 (unreleased)

Type Alias: BatchOperationItemSearchQuerySortRequest

type BatchOperationItemSearchQuerySortRequest = object;

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

Properties

field

field:
| "batchOperationKey"
| "itemKey"
| "processInstanceKey"
| "processedDate"
| "state";

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

The field to sort by.


order?

optional order: SortOrderEnum;

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