mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-09 22:06:19 +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
|
@ -779,6 +779,7 @@ class WorkflowService:
|
|||
workflow_id=workflow.workflow_permanent_id,
|
||||
workflow_run_id=workflow_run_id,
|
||||
status=workflow_run.status,
|
||||
failure_reason=workflow_run.failure_reason,
|
||||
proxy_location=workflow_run.proxy_location,
|
||||
webhook_callback_url=workflow_run.webhook_callback_url,
|
||||
totp_verification_url=workflow_run.totp_verification_url,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue