Skip to content

with.tags · Step tags

Tags are used to annotate the current context.

They may be used for various purposes, such as filtering steps or logs, attaching metadata to the current execution context, or integrating with external systems.

yaml
- _: Say hi
  log: Bonjour, mes amis !
  with:
    tags:
      environment: development
      request_id: ${crypto.randomUUID()}

Released under the AGPL-3.0-or-later License.