JohnErdmann
2 years agoQrew Trainee
Using Jinja to access Pipeline attributes
I would like to access information about my pipeline inside the pipeline's steps. For example, I want a Pipeline to populate a field using the Pipeline ID so that I can trace a result back to source more easily.
What is the syntax for accessing a Pipeline's attributes? I've tried the following to no avail:{{pipeline_id}}
{{id}}
{{this.pipeline_id}}
{{this.id}}
{{.pipeline_id}}
{{.id}}
------------------------------
John Erdmann
------------------------------