Skip to content
Snippets Groups Projects

Add new cleanup task

Merged Karel van Klink requested to merge feature/update-cleanup-task into develop
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -5,7 +5,7 @@ or inconsistent when not careful. These methods are related to operations regard
"""
from orchestrator.db import ProcessTable, WorkflowTable, db
from orchestrator.devtools.populator import UUIDstr
from orchestrator.types import UUIDstr
from orchestrator.workflow import ProcessStatus
from sqlalchemy import ScalarResult, or_, select
Loading