Updated on 2023-12-28 GMT+08:00

Variable Assignment

The variable assignment processor is used to create variables, which can be used in subsequent steps. Multiple variables can be created in a Variable Assignment node.

Configuration Parameters

Parameter

Description

Name

Enter the name of the variable.

Type

Type of the variable. Supported types are: string, integer, long integer, decimal, boolean, and object.

Value

Enter the value of the variable. The value can be a constant, for example, hello world. You can also use an expression to reference variables from previous nodes, for example, ${a} and ${payload}.