Interface: ICountWorkersRequest
workflowservice.v1.ICountWorkersRequest
Properties of a CountWorkersRequest.
Hierarchy
-
↳
ICountWorkersRequest
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
query
• Optional query: null | string
Query to filter workers before counting. Supported filter fields are the same as in ListWorkersRequest.