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

    Type Alias AgentInstanceHistorySearchQuerySortRequest

    type AgentInstanceHistorySearchQuerySortRequest = {
        field: "producedAt" | "historyItemKey" | "iteration";
        order?: SortOrderEnum;
    }
    Index

    Properties

    Properties

    field: "producedAt" | "historyItemKey" | "iteration"

    The field to sort by.