Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Here is an example how to use such an util which counts a list:

Code Block
languageyaml
vars:
  cities: "Munich, Bratislava, New York"
pipeline:
  - log: 
      message: ${@list.size(vars.cities)}

...