Skip to content

Set execution variable¤

Sets an execution variable to the first value of the (single) input and passes the input values through unchanged. The variable is written to the ‘execution’ scope and can be read downstream as ‘execution.‘. Only works while running inside a workflow execution.

Parameter¤

Variable name¤

Name of the execution variable to set. It is written to the ‘execution’ scope and addressed downstream as ‘execution.‘.

  • ID: variableName
  • Datatype: string
  • Default Value: myVariable

Advanced Parameter¤

None

Comments