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

    Type Alias AgentInstanceSearchQuerySortRequest

    type AgentInstanceSearchQuerySortRequest = {
        field:
            | "agentInstanceKey"
            | "status"
            | "elementId"
            | "processInstanceKey"
            | "rootProcessInstanceKey"
            | "processDefinitionKey"
            | "tenantId"
            | "creationDate"
            | "lastUpdatedDate"
            | "completionDate";
        order?: SortOrderEnum;
    }
    Index

    Properties

    Properties

    field:
        | "agentInstanceKey"
        | "status"
        | "elementId"
        | "processInstanceKey"
        | "rootProcessInstanceKey"
        | "processDefinitionKey"
        | "tenantId"
        | "creationDate"
        | "lastUpdatedDate"
        | "completionDate"

    The field to sort by.