Forum Discussion
nickshore
4 years agoNew Contributor II
Same request also. Would be helpful to be get the task name.
- j_angelevski4 years agoContributor III
With the pipeline monitoring API, you can get the invoker of the pipeline which in this case is the task that called the pipeline. Please refer to the following documentation how to call the API: Pipeline Monitoring.
Once you execute the API, you should be able to see a field calledinvoker_name
( found in$entity.response_map.invoker_name
)