Commit 15c3916
Add option to exclude system workers in ListWorkers API (#777)
## What
Add `bool include_system_workers` field to `ListWorkersRequest` proto.
When true, the response includes system workers that are not created by
the user. By default, system workers are excluded.
## Why
System workers (per-namespace workers for scheduler, batcher, etc.) show
up in ListWorkers results, which is confusing for users who only care
about their own workers.
## How did you test it?
Build
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 2dba58c commit 15c3916
4 files changed
Lines changed: 19 additions & 8 deletions
File tree
- proto
- temporalproto/openapi
- workflowservice/v1
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments