/
Pipeline Objects Reference

Pipeline Objects Reference

Inside any automation pipeline there are objects automatically provided to you at execution time which can be accessed without any further allocation steps. Such an object is called Pipeline Object. These objects can be accessed using the Pipeline Expression Language (PEL). Some of them are read-only and some are read-write. Here is an example how to use such an implicite object inside a pipeline:

pipeline: - body.set: "This pipeline was called with id: ${request.params['id']}"

Also see: Pipeline Expression Language (PEL) | Accessing Implicite Pipeline Objects​ .

Here is the reference documentation of these objects: