Solved
Forum Discussion
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’
Great solution using the API.
Similar to the OP, I would like to record the Parent Name in the actual error filename written by the child pipeline. It would make searching the error directory a lot easier.
Just like the pipe.parentRuuid function looks at the parent, would SnapLogic consider adding pipe.parentLabel?