mirror of
https://github.com/onepanelio/onepanel.git
synced 2025-10-05 13:46:51 +08:00
refactor workflow stats
This commit is contained in:
@@ -106,7 +106,7 @@ func (s *WorkflowServer) CronStartWorkflowExecutionStatistic(ctx context.Context
|
||||
return &empty.Empty{}, err
|
||||
}
|
||||
|
||||
err = client.CronStartWorkflowExecutionStatisticInsert(req.Namespace, req.Name, req.WorkflowTemplateId)
|
||||
err = client.CronStartWorkflowExecutionStatisticInsert(req.Namespace, req.Name, req.Statistics.WorkflowTemplateId)
|
||||
if err != nil {
|
||||
return &empty.Empty{}, err
|
||||
}
|
||||
|
Reference in New Issue
Block a user