hzautpy
Results
2
issues of
hzautpy
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
enhancement
``` func (s *workflowServer) Execute(ctx context.Context, wd *wfpb.WorkflowData) (*emptypb.Empty, error) { if defaultFac.protocol != dtmimp.ProtocolGRPC { return nil, status.Errorf(codes.Internal, "workflow server not inited. please call workflow.InitGrpc first") } tb :=...