Skip to main content
Version: Next

Get variable

GET 

/variables/:variableKey

Get the variable by the variable key.

Request

Path Parameters

    variableKey int64required

    The variable key.

Responses

The variable is successfully returned.

Schema
    name string

    Name of this variable.

    value string

    Value of this variable.

    fullValue string

    Full value of this variable.

    tenantId string

    Tenant ID of this variable.

    isTruncated boolean

    Whether the value is truncated or not.

    variableKey string

    The key for this variable.

    scopeKey string

    The key of the scope of this variable.

    processInstanceKey string

    The key of the process instance of this variable.

Loading...