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

    Type Alias SearchVariablesData

    type SearchVariablesData = {
        body?: VariableSearchQuery;
        path?: never;
        query?: { truncateValues?: boolean };
        url: "/variables/search";
    }
    Index

    Properties

    Properties

    path?: never
    query?: { truncateValues?: boolean }

    Type Declaration

    • OptionaltruncateValues?: boolean

      When true (default), long variable values in the response are truncated. When false, full variable values are returned.

    url: "/variables/search"