Preeta
6 years agoNew Contributor II
Snaplogic Pipeline Metadata
Hi ,
I am trying to read the pipeline metadata, specifically the child pipeline names that are invoked from a particular pipeline . I used the Snaplogic Read snap and i have the information in the ...
- 6 years ago
Hi Preeta,
Not sure what is the error message that you receive back, but as not all the $snap_map objects contain the following path "[*].property_map.settings.pipeline.value, you can change the “Mapping Root” to point at “$snap_map[*].property_map.settings”, than you can query if the following path exists, with the function “$.hasPath()”. And if the path exists than you can map the value of the pipeline name. Please see the screenshot bellow.
Regards, Jovan.