workflow scheduler create booking with a booking execution lot id

This commit is contained in:
mr
2025-02-11 12:13:34 +01:00
parent 019b590b4f
commit 7c57cf34a8
4 changed files with 33 additions and 0 deletions

View File

@@ -23,6 +23,10 @@ func (r *WorkflowResource) GetType() string {
return tools.WORKFLOW_RESOURCE.String()
}
func (d *WorkflowResource) ClearEnv() utils.DBObject {
return d
}
func (d *WorkflowResource) Trim() {
/* EMPTY */
}