workflow scheduler create booking with a booking execution lot id
This commit is contained in:
parent
7d69d65dd2
commit
4833bcb710
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user