File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments