workflow scheduler create booking with a booking execution lot id

This commit is contained in:
mr 2025-02-12 14:08:57 +01:00
parent 7d69d65dd2
commit 4833bcb710

View File

@ -123,7 +123,7 @@ func (ws *WorkflowSchedule) Schedules(wfID string, request *tools.APIRequest) (*
} }
exec.StoreDraftDefault() exec.StoreDraftDefault()
// Should DELETE the previous execution2 // Should DELETE the previous execution2
utils.GenericStoreOne(exec, NewAccessor(request)) fmt.Println(utils.GenericStoreOne(exec, NewAccessor(request)))
} }
return ws, wf, executions, nil return ws, wf, executions, nil
} }