Dynamic workflow invocation failing with grpc request getting cancelled

Dynamic Workflow execution failing on temporal server is failing continuously with grpc request getting cancelled

Log Snippet::

Temporal workflow execution failed [workflowJobMetaData: WorkflowJobMetaData(workflowJobRequest=WorkflowJobRequest(workflowRequestId=218, workflowDefinitionName=test_wf_definition_name, version=1, type=workflow, wfSubmitter=null, dataInputPayload={"expenseId":"123","employeeId":"1","managerId":"2","costCenter":"XYZ","category":"Internet Bill","expenseAmount":900,"designation":"level-2"})), Exception: java.util.concurrent.CancellationException: The gRPC request was cancelled\n\tat io.temporal.internal.retryer.GrpcRetryerUtils.createFinalExceptionIfNotRetryable(GrpcRetryerUtils.java:59)\n\tat io.temporal.internal.retryer.GrpcSyncRetryer.retry(GrpcSyncRetryer.java:77)\n\tat io.temporal.internal.retryer.GrpcRetryer.retryWithResult(GrpcRetryer.java:60)\n\tat io.temporal.serviceclient.SystemInfoInterceptor.getServerCapabilitiesWithRetryOrThrow(SystemInfoInterceptor.java:117)\n\tat io.temporal.serviceclient.ChannelManager.lambda$getServerCapabilities$3(ChannelManager.java:346)\n\tat io.temporal.internal.retryer.GrpcRetryer.retryWithResult(GrpcRetryer.java:60)\n\tat io.temporal.serviceclient.ChannelManager.connect(ChannelManager.java:320)\n\tat io.temporal.serviceclient.WorkflowServiceStubsImpl.connect(WorkflowServiceStubsImpl.java:161)\n\tat java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:580)\n\tat io.temporal.internal.WorkflowThreadMarker.lambda$protectFromWorkflowThread$1(WorkflowThreadMarker.java:83)\n\tat jdk.proxy2/jdk.proxy2.$Proxy244.connect(Unknown Source)\n\tat io.temporal.worker.WorkerFactory.start(WorkerFactory.java:213)

From error looks like issue of your client trying to connect to your Temporal server.