mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-09 13:56:08 +00:00
workflow apis (#326)
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
This commit is contained in:
parent
50026f33c2
commit
72d25cd37d
9 changed files with 364 additions and 19 deletions
|
@ -42,8 +42,12 @@ class Workflow(BaseModel):
|
|||
workflow_id: str
|
||||
organization_id: str
|
||||
title: str
|
||||
workflow_permanent_id: str
|
||||
version: int
|
||||
description: str | None = None
|
||||
workflow_definition: WorkflowDefinition
|
||||
proxy_location: ProxyLocation | None = None
|
||||
webhook_callback_url: str | None = None
|
||||
|
||||
created_at: datetime
|
||||
modified_at: datetime
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue