Forum Discussion
Yes, there is no way to externally set the pipeline label for the top-level pipeline invocation. The label is intended to be controlled by the pipeline developer. If the pipeline invoker can set it directly, then the pipeline developer can no longer control it.
If the requirement is to be able to search for particular pipeline run in the dashboard, it is possible to search using captured pipeline paremeters. That will allow the user to find the desired run through the dashboard. The invoker can pass any unique parameter values as required to the top-level invocation.
Actually it’s not a requirement, just a though of labeling the execution that was executed via triggered task in the dashboard, something like this
currently all execution are labelled as Main 😄
- alex_panganiban4 years agoContributor
I was hoping this feature would’ve been created by now. I have a triggered task that invokes a pipeline that can be used for processing multiple employer partners, depending on the parm value that was passed into the task. It would be truly helpful if the dashboard could show which employer partner the top-level pipeline was invoked for.