[Backend] Saving Workflows as Templates (#4278)

This commit is contained in:
Marc Kelechava
2025-12-11 18:39:21 -08:00
committed by GitHub
parent 42bdb23118
commit 526287e7ca
8 changed files with 350 additions and 8 deletions

View File

@@ -75,6 +75,7 @@ class Workflow(BaseModel):
workflow_permanent_id: str
version: int
is_saved_task: bool
is_template: bool = False
description: str | None = None
workflow_definition: WorkflowDefinition
proxy_location: ProxyLocationInput = None