mirror of
https://github.com/onepanelio/onepanel.git
synced 2025-10-05 13:46:51 +08:00
Changed name to uid for CloneWorkflowExecution.
- Added supporting changes
This commit is contained in:

committed by
rushtehrani

parent
c1ce0ad17b
commit
b41c2ea848
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user