workflow partial allows

This commit is contained in:
mr
2025-02-05 16:41:16 +01:00
parent a8e2445c10
commit 7201cabb43
4 changed files with 87 additions and 8 deletions

View File

@@ -28,3 +28,11 @@ func (g *GraphItem) GetResource() (tools.DataType, resources.ResourceInterface)
}
return tools.INVALID, nil
}
func (g *GraphItem) Clear() {
g.Data = nil
g.Compute = nil
g.Workflow = nil
g.Processing = nil
g.Storage = nil
}