sdk-java
sdk-java copied to clipboard
Add ResetWorkflowExecution support in Test Server
Currently when you try to use ResetWorkflowExecution with the client from TestWorkflowEnvironment with in-memory Test Server you get:
io.grpc.StatusRuntimeException: UNIMPLEMENTED: Method temporal.api.workflowservice.v1.WorkflowService/ResetWorkflowExecution is unimplemented
Would be nice to add support for it in the future. Thanks.
You can use dockerized temporal for tests that have to cover reset of the workflow. We may consider implementing some simplified version of a reset in the test server in the future.
Yeah, forgot to mention this is when setUseExternalService is not set to true
Is there any update if this is added in Test Server in Apr 23?