Interface: IListWorkersRequest
workflowservice.v1.IListWorkersRequest
Properties of a ListWorkersRequest.
Implemented by
Properties
namespace
• Optional
namespace: null
| string
ListWorkersRequest namespace
nextPageToken
• Optional
nextPageToken: null
| Uint8Array
ListWorkersRequest nextPageToken
pageSize
• Optional
pageSize: null
| number
ListWorkersRequest pageSize
query
• Optional
query: null
| string
query
in ListWorkers is used to filter workers based on worker status info.
The following worker status attributes are expected are supported as part of the query:
WorkerInstanceKey
WorkerIdentity
HostName
TaskQueue
DeploymentName
BuildId
SdkName
SdkVersion
StartTime
LastHeartbeatTime
Status
Currently metrics are not supported as a part of ListWorkers query.