yaml
type: "io.kestra.plugin.core.execution.setvariables"
Examples
yaml
id: variables
namespace: company.team
variables:
name: World
tasks:
- id: set_vars
type: io.kestra.plugin.core.execution.SetVariables
variables:
message: Hello
name: Loïc
- id: hello
type: io.kestra.plugin.core.log.Log
message: "{{ vars.message }} {{ vars.name }}"
Properties
variables *Requiredobject
overwrite booleanstring
Default
true