mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-15 01:39:41 +00:00
is_saved_task parameter for workflows (#526)
This commit is contained in:
parent
c44a3076c0
commit
63adc860ef
8 changed files with 69 additions and 10 deletions
|
@ -44,6 +44,7 @@ class Workflow(BaseModel):
|
|||
title: str
|
||||
workflow_permanent_id: str
|
||||
version: int
|
||||
is_saved_task: bool
|
||||
description: str | None = None
|
||||
workflow_definition: WorkflowDefinition
|
||||
proxy_location: ProxyLocation | None = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue