File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -290,6 +290,9 @@ async fn client_invoke_workflow_service(
290290 "DescribeDeployment" => {
291291 rpc_call ! ( retry_client, call, describe_deployment)
292292 }
293+ "DescribeWorker" => {
294+ rpc_call ! ( retry_client, call, describe_worker)
295+ }
293296 "DeprecateNamespace" => rpc_call ! ( retry_client, call, deprecate_namespace) ,
294297 "DescribeNamespace" => rpc_call ! ( retry_client, call, describe_namespace) ,
295298 "DescribeSchedule" => rpc_call ! ( retry_client, call, describe_schedule) ,
@@ -450,6 +453,9 @@ async fn client_invoke_workflow_service(
450453 "SetWorkerDeploymentCurrentVersion" => {
451454 rpc_call ! ( retry_client, call, set_worker_deployment_current_version)
452455 }
456+ "SetWorkerDeploymentManager" => {
457+ rpc_call ! ( retry_client, call, set_worker_deployment_manager)
458+ }
453459 "SetWorkerDeploymentRampingVersion" => {
454460 rpc_call ! ( retry_client, call, set_worker_deployment_ramping_version)
455461 }
You can’t perform that action at this time.
0 commit comments