Skip to content

Commit 4884ef6

Browse files
rkannan82claude
andcommitted
Update include_system_workers comment to avoid impl details
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent fcfccb3 commit 4884ef6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

temporal/api/workflowservice/v1/request_response.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2783,8 +2783,8 @@ message ListWorkersRequest {
27832783
//* Status
27842784
string query = 4;
27852785

2786-
// When true, the response will include system workers (those on internal task queues
2787-
// like temporal-sys-*). By default, system workers are excluded.
2786+
// When true, the response will include system workers that are created implicitly
2787+
// by the server and not by the user. By default, system workers are excluded.
27882788
bool include_system_workers = 5;
27892789
}
27902790

0 commit comments

Comments
 (0)