mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-15 01:39:41 +00:00
use workflow_run_status in log instead of status (#1782)
This commit is contained in:
parent
5e49685c76
commit
9f915131d4
1 changed files with 1 additions and 1 deletions
|
@ -523,7 +523,7 @@ class WorkflowService:
|
|||
workflow_run_id=workflow_run_id,
|
||||
workflow_id=workflow_run.workflow_id,
|
||||
duration_seconds=duration_seconds,
|
||||
status=WorkflowRunStatus.completed,
|
||||
workflow_run_status=WorkflowRunStatus.completed,
|
||||
organization_id=organization_id,
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue