Is it possible to capture the name of the task that executed a pipeline at runtime?
We often send an email in our pipelines have certain errors, and we also have a lot of Tasks that drive the same pipeline(s) but with different params.
So it would be very helpful if when could sen...