Interface: IListWorkersResponse
workflowservice.v1.IListWorkersResponse
Properties of a ListWorkersResponse.
Implemented by
Properties
nextPageToken
• Optional nextPageToken: null | Uint8Array
Next page token
workers
• Optional workers: null | IWorkerListInfo[]
Limited worker information.
workersInfo
• Optional workersInfo: null | IWorkerInfo[]
Deprecated: Use workers instead. This field returns full WorkerInfo which includes expensive runtime metrics. We will stop populating this field in the future.