Pipeline Objects
What is a Pipeline Object?
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:
vars
headers
body
request
response
exception
For a detailed list of available pipeline objects, see the reference docs:
Also see:
Pipeline Expression Language (PEL) | Accessing Implicite Pipeline Objects​
Â