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

    Type Alias AgentInstanceSearchQuerySortRequest

    type AgentInstanceSearchQuerySortRequest = {
        field: "creationDate" | "lastUpdatedDate" | "completionDate" | "status";
        order?: SortOrderEnum;
    }
    Index

    Properties

    Properties

    field: "creationDate" | "lastUpdatedDate" | "completionDate" | "status"

    The field to sort by.