09-16-2019 09:20 AM
Under normal pipleine excution, where a parent pipeline calls multiple child pipelines, the Dashboard shows the entire execution as one expandable folder, like so:
However, if we change our architecture to instead call each child as a REST API Triggered Task, the dashboard no longer represents the hierarchy, as each execution is its own separate instance and in reverses calling order like so:
We were wondering if there is anyway a pipeline can set it’s own execution label as one of it’s executing parameters?
For example, if we had a unique session key, each pipeline could modify it’s execution label to include the session ID like so:
Thank you!