/
Pipeline Utils Reference
Pipeline Utils Reference
Inside a Pipeline Expression you can use PEL Utils (= Pipeline Expression Language Utils), which are built-in helper methods to simplify your integration and automation tasks.
Here is an example how to use such an util which counts a list:
vars:
cities: "Munich, Bratislava, New York"
pipeline:
- log:
message: ${@list.size(vars.cities)}
For more details also see: Pipeline Utils
The latest reference docs for all utils can be found here (look for entries with prefix @):
PIPEFORCE REST API
Related content
Pipeline Utils
Pipeline Utils
More like this
Pipeline Expression Language (PEL)
Pipeline Expression Language (PEL)
More like this
Automation Pipeline and Commands
Automation Pipeline and Commands
Read with this
Pipeline Objects Reference
Pipeline Objects Reference
More like this
What is a JSON Schema?
What is a JSON Schema?
Read with this
Pipeline Expression Language (PEL)
Pipeline Expression Language (PEL)
More like this