File tree Expand file tree Collapse file tree
temporal/api/nexusservices/workerservice/v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ option csharp_namespace = "Temporalio.Api.Nexusservices.Workerservice.V1";
1414// See service.yaml for the service definition.
1515// --)
1616
17- // Request payload for the "execute-commands " Nexus operation.
17+ // Request payload for the "executeCommands " Nexus operation.
1818message WorkerCommandsRequest {
1919 repeated WorkerCommand commands = 1 ;
2020
@@ -29,7 +29,7 @@ message WorkerCommandsRequest {
2929 }
3030}
3131
32- // Response payload for the "execute-commands " Nexus operation.
32+ // Response payload for the "executeCommands " Nexus operation.
3333message WorkerCommandsResponse {
3434 repeated WorkerCommandResult results = 1 ;
3535
Original file line number Diff line number Diff line change @@ -13,10 +13,20 @@ services:
1313 Internal Nexus service for server-to-worker communication.
1414 Used by the Temporal server to send commands to workers.
1515 operations :
16- execute-commands :
16+ executeCommands :
1717 description : Executes worker commands sent by the server.
1818 input :
1919 $goRef : " go.temporal.io/api/nexusservices/workerservice/v1.WorkerCommandsRequest"
20+ $javaRef : " io.temporal.api.nexusservices.workerservice.v1.WorkerCommandsRequest"
21+ $pythonRef : " temporalio.api.nexusservices.workerservice.v1.WorkerCommandsRequest"
22+ $typescriptRef : " @temporalio/api/nexusservices/workerservice/v1.WorkerCommandsRequest"
23+ $dotnetRef : " Temporalio.Api.Nexusservices.Workerservice.V1.WorkerCommandsRequest"
24+ $rubyRef : " Temporalio::Api::Nexusservices::Workerservice::V1::WorkerCommandsRequest"
2025 output :
2126 $goRef : " go.temporal.io/api/nexusservices/workerservice/v1.WorkerCommandsResponse"
27+ $javaRef : " io.temporal.api.nexusservices.workerservice.v1.WorkerCommandsResponse"
28+ $pythonRef : " temporalio.api.nexusservices.workerservice.v1.WorkerCommandsResponse"
29+ $typescriptRef : " @temporalio/api/nexusservices/workerservice/v1.WorkerCommandsResponse"
30+ $dotnetRef : " Temporalio.Api.Nexusservices.Workerservice.V1.WorkerCommandsResponse"
31+ $rubyRef : " Temporalio::Api::Nexusservices::Workerservice::V1::WorkerCommandsResponse"
2232
You can’t perform that action at this time.
0 commit comments