What’s the difference between task and intent with respect to metricType ?
Also, for a particular task, how to get the success and failure tasks?
I tried out the following filter [taskName = “xyz” and metricType = “successtasks” or metricType = “failedtasks”],
but for all the tasks, the failedtasks count is coming out the same.
Is it a problem with how the filter is constructed?