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

    Type Alias VariableResultBase

    Variable response item.

    type VariableResultBase = {
        name: string;
        processInstanceKey: ProcessInstanceKey;
        scopeKey: ScopeKey;
        tenantId: TenantId;
        variableKey: VariableKey;
    }
    Index

    Properties

    name: string

    Name of this variable.

    processInstanceKey: ProcessInstanceKey

    The key of the process instance of this variable.

    scopeKey: ScopeKey

    The key of the scope of this variable.

    tenantId: TenantId

    Tenant ID of this variable.

    variableKey: VariableKey

    The key for this variable.