Skip to main content

Interface: IListWorkersRequest

workflowservice.v1.IListWorkersRequest

Properties of a ListWorkersRequest.

Hierarchy

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

$Properties.namespace


nextPageToken

Optional nextPageToken: null | Uint8Array

ListWorkersRequest nextPageToken

Inherited from

$Properties.nextPageToken


pageSize

Optional pageSize: null | number

ListWorkersRequest pageSize

Inherited from

$Properties.pageSize


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

Inherited from

$Properties.query