Skip to content

Commit f7297b0

Browse files
rkannan82claude
andcommitted
Align worker_control_task_queue comment with public API proto
Match the comment style from temporalio/api#711. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 242b97e commit f7297b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

proto/internal/temporal/server/api/persistence/v1/executions.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,8 @@ message ActivityInfo {
656656

657657
int64 start_version = 50;
658658

659-
// The task queue on which the server will send control tasks to the worker running this activity.
659+
// A dedicated per-worker Nexus task queue on which the server sends control
660+
// tasks (e.g. activity cancellation) to this specific worker instance.
660661
string worker_control_task_queue = 51;
661662
}
662663

0 commit comments

Comments
 (0)