@camunda8/sdk
    Preparing search index...
    interface VariableDetails {
        isTruncated: boolean;
        name: string;
        processInstanceKey: string;
        scopeKey: string;
        tenantId: string;
        value: string;
        variableKey: string;
    }
    Index

    Properties

    isTruncated: boolean

    Whether the value is truncated or not.

    name: string

    Name of this variable.

    processInstanceKey: string

    The key of the process instance of this variable.

    scopeKey: string

    The key of the scope of this variable.

    tenantId: string

    Tenant ID of this variable.

    value: string

    Value of this variable. Can be truncated.

    variableKey: string

    The key for this variable.