Skip to main content

Interface: ICountWorkersRequest

workflowservice.v1.ICountWorkersRequest

Properties of a CountWorkersRequest.

Hierarchy

Properties

includeSystemWorkers

Optional includeSystemWorkers: null | boolean

When true, the count 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

CountWorkersRequest namespace

Inherited from

$Properties.namespace


query

Optional query: null | string

Query to filter workers before counting. Supported filter fields are the same as in ListWorkersRequest.

Inherited from

$Properties.query