Skip to main content
Version: 8.10 (unreleased)

Type Alias: MessageSubscriptionSearchQuerySortRequest

type MessageSubscriptionSearchQuerySortRequest = object;

Properties

field

field:
| "messageSubscriptionKey"
| "processDefinitionId"
| "processDefinitionName"
| "processDefinitionVersion"
| "processInstanceKey"
| "elementId"
| "elementInstanceKey"
| "messageSubscriptionState"
| "messageSubscriptionType"
| "lastUpdatedDate"
| "messageName"
| "correlationKey"
| "tenantId"
| "toolName"
| "inboundConnectorType";

The field to sort by.


order?

optional order?: SortOrderEnum;