Skip to main content
Version: 8.9 (unreleased)

Type Alias: DecisionInstanceSearchQuerySortRequest

type DecisionInstanceSearchQuerySortRequest = object;

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

Properties

field

field:
| "decisionDefinitionId"
| "decisionDefinitionKey"
| "decisionDefinitionName"
| "decisionDefinitionType"
| "decisionDefinitionVersion"
| "decisionEvaluationInstanceKey"
| "decisionEvaluationKey"
| "elementInstanceKey"
| "evaluationDate"
| "evaluationFailure"
| "processDefinitionKey"
| "processInstanceKey"
| "rootDecisionDefinitionKey"
| "state"
| "tenantId";

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

The field to sort by.


order?

optional order: SortOrderEnum;

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