@@ -265,7 +265,7 @@ message PollWorkflowTaskQueueRequest {
265265
266266 // The task queue on which the server will send control tasks to this worker.
267267 // Example: Cancel activity, update config, etc.
268- string nexus_task_queue = 9 ;
268+ string worker_control_task_queue = 9 ;
269269
270270 // Deprecated. Use deployment_options instead.
271271 // Each worker process should provide an ID unique to the specific set of code it is running
@@ -392,7 +392,7 @@ message RespondWorkflowTaskCompletedRequest {
392392
393393 // The task queue on which the server will send control tasks to this worker.
394394 // Example: Cancel activity, update config, etc.
395- string nexus_task_queue = 19 ;
395+ string worker_control_task_queue = 19 ;
396396
397397 // SDK capability details.
398398 message Capabilities {
@@ -460,7 +460,7 @@ message PollActivityTaskQueueRequest {
460460
461461 // The task queue on which the server will send control tasks to this worker.
462462 // Example: Cancel activity, update config, etc.
463- string nexus_task_queue = 9 ;
463+ string worker_control_task_queue = 9 ;
464464
465465 temporal.api.taskqueue.v1.TaskQueueMetadata task_queue_metadata = 4 ;
466466 // Information about this worker's build identifier and if it is choosing to use the versioning
0 commit comments