mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-15 01:39:41 +00:00
add observer task block (#1665)
This commit is contained in:
parent
1b79ef9ca3
commit
185fc330a4
11 changed files with 224 additions and 22 deletions
|
@ -108,6 +108,7 @@ class WorkflowRun(BaseModel):
|
|||
totp_verification_url: str | None = None
|
||||
totp_identifier: str | None = None
|
||||
failure_reason: str | None = None
|
||||
parent_workflow_run_id: str | None = None
|
||||
|
||||
created_at: datetime
|
||||
modified_at: datetime
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue