@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias AuditLogSearchQuerySortRequest

    type AuditLogSearchQuerySortRequest = {
        field:
            | "actorId"
            | "actorType"
            | "annotation"
            | "auditLogKey"
            | "batchOperationKey"
            | "batchOperationType"
            | "category"
            | "decisionDefinitionId"
            | "decisionDefinitionKey"
            | "decisionEvaluationKey"
            | "decisionRequirementsId"
            | "decisionRequirementsKey"
            | "elementInstanceKey"
            | "entityKey"
            | "entityType"
            | "jobKey"
            | "operationType"
            | "processDefinitionId"
            | "processDefinitionKey"
            | "processInstanceKey"
            | "result"
            | "tenantId"
            | "timestamp"
            | "userTaskKey";
        order?: SortOrderEnum;
    }
    Index

    Properties

    Properties

    field:
        | "actorId"
        | "actorType"
        | "annotation"
        | "auditLogKey"
        | "batchOperationKey"
        | "batchOperationType"
        | "category"
        | "decisionDefinitionId"
        | "decisionDefinitionKey"
        | "decisionEvaluationKey"
        | "decisionRequirementsId"
        | "decisionRequirementsKey"
        | "elementInstanceKey"
        | "entityKey"
        | "entityType"
        | "jobKey"
        | "operationType"
        | "processDefinitionId"
        | "processDefinitionKey"
        | "processInstanceKey"
        | "result"
        | "tenantId"
        | "timestamp"
        | "userTaskKey"

    The field to sort by.