Files
temporal/proto
Kannan c0d871bc9a Implement CountWorkers API (#9476)
## What
Add `CountWorkers` RPC to count workers matching a query filter without
retrieving full worker details.

## Why
The UI needs to display a worker count in places where listing isn't
necessary. A dedicated count API follows the existing pattern
(`CountWorkflowExecutions`, `CountSchedules`).

## How did you test it?
- [x] new unit tests: count all, count with query filter, count with no
matches, invalid query error

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-06-11 17:44:13 +00:00
..