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’
PeterRNLI
3 years agoNew Contributor II
OK for Error handling though you would need to do it twice to bury your error handling in a Pattern.