I’m working with Kubeflow pipelines. I would like to access the “Run name” from inside the a task component. For example in the below image the run name is “My first XGBoost run” – as seen in the title. I know for example it’s possible to obtain the workflow ID by passing the parameter {{workflow.uid}} as a command line argument.