Changed name to uid for CloneWorkflowExecution.

- Added supporting changes
This commit is contained in:
Aleksandr Melnikov
2020-05-13 12:13:40 -07:00
committed by rushtehrani
parent c1ce0ad17b
commit b41c2ea848
2 changed files with 5 additions and 6 deletions

View File

@@ -96,7 +96,7 @@ func (s *WorkflowServer) CloneWorkflowExecution(ctx context.Context, req *api.Cl
return nil, err
}
wf, err := client.CloneWorkflowExecution(req.Namespace, req.Name)
wf, err := client.CloneWorkflowExecution(req.Namespace, req.Uid)
if err != nil {
return nil, err
}