Skip to content

Commit 8e19b60

Browse files
add new workflow service rpc calls
1 parent a7fefda commit 8e19b60

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/core-bridge/src/client.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)