Forum Discussion
virender_prajap
3 years agoNew Contributor III
You can see the parameter value in the dashboard from pipeline properties if you have checked capture option in pipeline properties of the child pipeline.
Alternatively, you can check the parameter in child pipeline using pipe.args
Example: pipe.args.hasPath('your_parameter') ? 'present' : 'not present'