mirror of
https://github.com/onepanelio/onepanel.git
synced 2025-10-27 23:31:27 +08:00
fix: issue with cron workflows not working and updated workflow executions to include the version of the workflow template they ran.
This commit is contained in:
@@ -428,7 +428,7 @@ func (s *WorkflowServer) ListWorkflowTemplateVersions(ctx context.Context, req *
|
||||
return nil, err
|
||||
}
|
||||
|
||||
workflowTemplates := []*api.WorkflowTemplate{}
|
||||
var workflowTemplates []*api.WorkflowTemplate
|
||||
for _, wtv := range workflowTemplateVersions {
|
||||
workflowTemplates = append(workflowTemplates, apiWorkflowTemplate(wtv))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user