Skip to content

Set Variables

The Set Variables task assigns values to named workflow variables. Once set, these variables can be referenced in downstream tasks using template expressions (e.g. ).

Use Set Variables to extract, rename, or compute values from the current payload and make them available under a predictable name for later tasks.

Configuration

PropertyTypeDescription
dry_runbooleanRun without executing task effects
pass_inputbooleanInclude the original input payload in the output alongside the new variables
variablesarrayVariable definitions — each entry specifies a name and a source value or expression

See also: Tasks overview

S-Launch