Tctl commands and GRPC API

Hi All,

Is it possible to implement all tctl functionality via grpc API of temporal like restart , reset etc… ?

Thanks
phani

From restart, you have multiple options, could terminate the previous run and start again, or use
ResetWorkflowExecutionRequest via api.

This should help - api/service.proto at 916abc2834440e204b85d04f61b88f3cad7402e1 · temporalio/api · GitHub