Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to get the Distrubition server where a task was execuded by the QMS-API

Hi,

I want to monitor out tasks. Just now i extract the data for the tasks by using the api.

Fist i request the Distribution service.

Then i request all TaskStatus

taskStatusFilter.TaskTypes = new TaskType[] { TaskType.DocumentTask };

TaskStatus[] taskStatusesC = Client.GetTaskStatuses(taskStatusFilter, TaskStatusScope.All);

with this i will get all Information that i need.

But there is the inforamtion missing where the task was executed. Sure the QDS is returned, but our QDS has 2 clustered nodes and i wand to know which of the both was used for this task.

How can i get this information by the api?

Regards

Michael

0 Replies