Solved
Forum Discussion
del
8 years agoContributor III
You can use the Pipeline Functions and Properties to get details of the pipeline. pipe.label will return the pipeline name.
If a nested pipeline needs access to its parent pipeline info, you can use the pipe.parentRuuid in combo with the API. Something like this: ‘https://elastic.snaplogic.com/api/1/rest/public/runtime/{yourOrgName}/‘+pipe.parentRuuid+’?level=summary’