Skip to content

Commit 6b58486

Browse files
committed
Rename proto and Nexus service name
1 parent 28ea1dd commit 6b58486

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

temporal/api/worker/v1/worker_nexus_service_commands.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ option csharp_namespace = "Temporalio.Api.Worker.V1";
1717
//
1818
// COMMUNICATION PROTOCOL:
1919
// - Transport: Nexus tasks on task queue
20-
// - Server identifier: "sys-worker-service"
20+
// - Service name: "temporal.api.worker.v1.WorkerService"
2121
// - Task queue: /temporal-sys/worker-commands/{namespace}/{worker_grouping_key}
2222
//
2323
// WORKER COMMANDS CONVENTIONS:
@@ -36,14 +36,14 @@ option csharp_namespace = "Temporalio.Api.Worker.V1";
3636
// --)
3737

3838
// Request payload for the "cancel-activities" Nexus operation.
39-
message CancelActivitiesRequestPayload {
39+
message CancelActivitiesRequest {
4040
// Task tokens identifying the activities to cancel.
4141
// Each token corresponds to a specific activity task that the worker received.
4242
repeated bytes task_tokens = 1;
4343
}
4444

4545
// Response payload for the "cancel-activities" Nexus operation.
46-
message CancelActivitiesResponsePayload {
46+
message CancelActivitiesResponse {
4747
// Empty for now. Can be extended to include cancellation status per activity.
4848
}
4949

0 commit comments

Comments
 (0)