Merge branch 'dev' into feature-ai

This commit is contained in:
shamoon
2025-10-27 21:10:54 -07:00
8 changed files with 158 additions and 32 deletions

View File

@@ -1548,7 +1548,7 @@ class Workflow(models.Model):
return f"Workflow: {self.name}"
class WorkflowRun(models.Model):
class WorkflowRun(SoftDeleteModel):
workflow = models.ForeignKey(
Workflow,
on_delete=models.CASCADE,