mirror of
https://github.com/temporalio/temporal.git
synced 2026-08-30 18:41:49 -07:00
## 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>