Interface: IListWorkersRequest
workflowservice.v1.IListWorkersRequest
Properties of a ListWorkersRequest.
Hierarchy
-
↳
IListWorkersRequest
Properties
includeSystemWorkers
• Optional includeSystemWorkers: null | boolean
When true, the response will include system workers that are created implicitly by the server and not by the user. By default, system workers are excluded.
Inherited from
$Properties.includeSystemWorkers
namespace
• Optional namespace: null | string
ListWorkersRequest namespace
Inherited from
nextPageToken
• Optional nextPageToken: null | Uint8Array
ListWorkersRequest nextPageToken
Inherited from
pageSize
• Optional pageSize: null | number
ListWorkersRequest pageSize
Inherited from
query
• Optional query: null | string
query in ListWorkers is used to filter workers based on worker attributes.
Supported attributes:
WorkerInstanceKey
WorkerIdentity
HostName
TaskQueue
DeploymentName
BuildId
SdkName
SdkVersion
StartTime
Status