mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-14 17:29:40 +00:00
expose workflow failure reason to api (#1200)
This commit is contained in:
parent
af6cca91d4
commit
54f793c797
2 changed files with 2 additions and 0 deletions
|
@ -114,6 +114,7 @@ class WorkflowRunStatusResponse(BaseModel):
|
|||
workflow_id: str
|
||||
workflow_run_id: str
|
||||
status: WorkflowRunStatus
|
||||
failure_reason: str | None = None
|
||||
proxy_location: ProxyLocation | None = None
|
||||
webhook_callback_url: str | None = None
|
||||
totp_verification_url: str | None = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue