no workflow

This commit is contained in:
mr 2024-07-23 14:38:47 +02:00
parent 0b410b8580
commit 8fb3e35142

View File

@ -28,7 +28,6 @@ func (w *AbstractWorkflow) isDCLink(link graph.GraphLink) bool {
type WorkflowResource struct {
resources.AbstractResource
AbstractWorkflow
WorkflowID string `bson:"workflow_id,omitempty" json:"workflow_id,omitempty"`
}