SnapLogic SDK - Accessing pipeline properties and parameters
Hi, I am writing a custom snap in which I would like to get the pipeline name, runtime id and few predefined path parameter. I do not want to capture these as snap level properties for user to configure. Could you please let me know how to evaluate a expression like “pipe.label” without defining them as pipeline properties? I stumbled across ExpressionUtil.compile(“pipe.uuid”); code which returns SnapLogicExpression object. But nor sure how to evaluate the expression, which seems to require additional paramters like ScopeStack and DataValueHanler. Could you please help if there is easy way to access pipeline properties or execute a expression in custom snap? Regars, SripathiSolved6.8KViews0likes4Comments