Skip to main content
A task used to set data during workflow execution.

Properties

set
map | string
required
The data to set. Can be an object or a direct runtime expression.

Examples

document:
  dsl: '1.0.3'
  namespace: default
  name: set-example
  version: '0.1.0'
do:
  - setShape:
      set:
        shape: circle
        size: ${ .configuration.size }
        fill: ${ .configuration.fill }
  - setColor:
      set: ${ .configuration.color }

Build docs developers (and LLMs) love