sdk-java icon indicating copy to clipboard operation
sdk-java copied to clipboard

Add ResetWorkflowExecution support in Test Server

Open tsurdilo opened this issue 3 years ago • 3 comments

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.

tsurdilo avatar Mar 22 '22 22:03 tsurdilo

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.

Spikhalskiy avatar Mar 22 '22 22:03 Spikhalskiy

Yeah, forgot to mention this is when setUseExternalService is not set to true

tsurdilo avatar Mar 22 '22 22:03 tsurdilo

Is there any update if this is added in Test Server in Apr 23?

parth-kulkarni-db avatar Apr 13 '23 05:04 parth-kulkarni-db