mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-29 04:00:13 +00:00
fix(sky-8861): block-output download refresh fallback when artifact_ids are missing (#5675)
This commit is contained in:
parent
c2f0581390
commit
2250788de3
73 changed files with 610 additions and 954 deletions
|
|
@ -17,7 +17,7 @@ keywords:
|
|||
|
||||
If you've built a workflow in the Cloud UI and want to trigger it from your codebase, this page shows how. You can run workflows on demand, poll for results, and set up recurring schedules using the Python SDK, TypeScript SDK, or REST API.
|
||||
|
||||
This is for workflows defined in the visual editor. If you're writing your entire automation in code (no workflow editor involved), see [Browser Automation](/developers/browser-automations/overview) instead.
|
||||
This is for workflows defined in the visual editor. If you're writing your entire automation in code (no workflow editor involved), see [Browser Automation](/browser-automations/overview) instead.
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -213,7 +213,7 @@ curl -X POST "https://api.skyvern.com/v1/run/workflows" \
|
|||
```
|
||||
</CodeGroup>
|
||||
|
||||
The webhook payload contains the same data as the polling response. See [Webhooks](/developers/going-to-production/webhooks) for authentication and retry options.
|
||||
The webhook payload contains the same data as the polling response. See [Webhooks](/going-to-production/webhooks) for authentication and retry options.
|
||||
|
||||
### Response fields
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue