mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-14 01:09:43 +00:00
frontend support browser header (#2761)
This commit is contained in:
parent
592ed941ce
commit
1bf270df55
20 changed files with 495 additions and 0 deletions
|
@ -1184,6 +1184,7 @@ class WorkflowService:
|
|||
webhook_callback_url=workflow_run.webhook_callback_url,
|
||||
totp_verification_url=workflow_run.totp_verification_url,
|
||||
totp_identifier=workflow_run.totp_identifier,
|
||||
extra_http_headers=workflow_run.extra_http_headers,
|
||||
queued_at=workflow_run.queued_at,
|
||||
started_at=workflow_run.started_at,
|
||||
finished_at=workflow_run.finished_at,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue