I am creating a schedule for the workflow in a testing environment, but I encountered the following error: “CreateSchedule is unimplemented.”
Testing is essential, but I cannot create an external server.
Is there any way to overcome this?
For example, using testcontainers.
Caused by: io.grpc.StatusRuntimeException: UNIMPLEMENTED: Method temporal.api.workflowservice.v1.WorkflowService/CreateSchedule is unimplemented
at io.grpc.Status.asRuntimeException(Status.java:539) ~[grpc-api-1.54.1.jar:1.54.1]
at io.grpc.stub.ClientCalls$UnaryStreamToFuture.onClose(ClientCalls.java:544) ~[grpc-stub-1.54.1.jar:1.54.1]
at io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39) ~[grpc-api-1.54.1.jar:1.54.1]