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

    Variable ClusterVariableKindEnumConst

    ClusterVariableKindEnum: { JSON: "JSON"; SECRET_REFERENCE: "SECRET_REFERENCE" } = ...

    The kind of a cluster variable. JSON is the default. SECRET_REFERENCE allows the value to contain camunda.secrets.X references that are resolved at job activation time.

    Type Declaration

    • ReadonlyJSON: "JSON"
    • ReadonlySECRET_REFERENCE: "SECRET_REFERENCE"