Forum Discussion
3 Replies
- delContributor 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’
- scotthNew Contributor II
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?
- PeterRNLINew Contributor II
OK for Error handling though you would need to do it twice to bury your error handling in a Pattern.