dispaying te dates in getExecutions
This commit is contained in:
parent
41ebcf150a
commit
0783395121
@ -153,6 +153,9 @@ func (ws *WorkflowSchedule) getExecutions(workflow *workflow.Workflow) ([]*Workf
|
|||||||
return workflows_executions, err
|
return workflows_executions, err
|
||||||
}
|
}
|
||||||
for _, date := range dates {
|
for _, date := range dates {
|
||||||
|
fmt.Println("============")
|
||||||
|
fmt.Println("Date : " + fmt.Sprint(date))
|
||||||
|
fmt.Println("============")
|
||||||
obj := &WorkflowExecution{
|
obj := &WorkflowExecution{
|
||||||
AbstractObject: utils.AbstractObject{
|
AbstractObject: utils.AbstractObject{
|
||||||
UUID: uuid.New().String(), // set the uuid of the execution
|
UUID: uuid.New().String(), // set the uuid of the execution
|
||||||
|
Loading…
Reference in New Issue
Block a user