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

    Interface TypedVariableItem

    A single variable item from a search page (the subset the collector needs).

    interface TypedVariableItem {
        name: string;
        scopeKey: string;
        value: string;
    }
    Index

    Properties

    Properties

    name: string
    scopeKey: string

    The scope key the variable is directly defined in.

    value: string

    The variable value, serialized as JSON (the wire representation).