Skip to main content
Version: 8.9

Type Alias: MessageSubscriptionSearchQuerySortRequest

type MessageSubscriptionSearchQuerySortRequest = object;

Properties

field

field:
| "messageSubscriptionKey"
| "processDefinitionId"
| "processInstanceKey"
| "elementId"
| "elementInstanceKey"
| "messageSubscriptionState"
| "lastUpdatedDate"
| "messageName"
| "correlationKey"
| "tenantId";

The field to sort by.


order?

optional order?: SortOrderEnum;