Skip to content

Commit fcfccb3

Browse files
rkannan82claude
andcommitted
Add include_system_workers field to ListWorkersRequest
Allows callers to opt in to seeing system workers (on temporal-sys-* task queues) in ListWorkers responses. By default they are excluded. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c6aa19b commit fcfccb3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

temporal/api/workflowservice/v1/request_response.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2782,6 +2782,10 @@ message ListWorkersRequest {
27822782
//* StartTime
27832783
//* Status
27842784
string query = 4;
2785+
2786+
// When true, the response will include system workers (those on internal task queues
2787+
// like temporal-sys-*). By default, system workers are excluded.
2788+
bool include_system_workers = 5;
27852789
}
27862790

27872791
message ListWorkersResponse {

0 commit comments

Comments
 (0)