workflow apis (#326)

Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
This commit is contained in:
Kerem Yilmaz 2024-05-16 10:51:22 -07:00 committed by GitHub
parent 50026f33c2
commit 72d25cd37d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 364 additions and 19 deletions

View file

@ -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