Skip to content

with.tags · Step tags

Tags can be 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 MIT License.