dispaying te dates in getExecutions

This commit is contained in:
pb 2025-05-21 15:25:02 +02:00
parent 41ebcf150a
commit 0783395121

View File

@ -153,6 +153,9 @@ func (ws *WorkflowSchedule) getExecutions(workflow *workflow.Workflow) ([]*Workf
return workflows_executions, err
}
for _, date := range dates {
fmt.Println("============")
fmt.Println("Date : " + fmt.Sprint(date))
fmt.Println("============")
obj := &WorkflowExecution{
AbstractObject: utils.AbstractObject{
UUID: uuid.New().String(), // set the uuid of the execution