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
| Property | Type | Description |
|---|---|---|
dry_run | boolean | Run without executing task effects |
pass_input | boolean | Include the original input payload in the output alongside the new variables |
variables | array | Variable definitions — each entry specifies a name and a source value or expression |
See also: Tasks overview
