mirror of
https://github.com/onepanelio/onepanel.git
synced 2025-10-05 13:46:51 +08:00
feat: added retry last action support for workspaces and new failure states
This commit is contained in:
@@ -178,6 +178,9 @@ func (s *WorkflowServer) GetWorkflowExecution(ctx context.Context, req *api.GetW
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
if wf == nil {
|
||||
return nil, util.NewUserError(codes.NotFound, "Workflow not found")
|
||||
}
|
||||
|
||||
wf.Namespace = req.Namespace
|
||||
|
||||
|
Reference in New Issue
Block a user