mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-05-05 15:30:52 +00:00
docs: Add keywords and descriptions for every page, rewrote llms.txt, added another redirect (#5461)
This commit is contained in:
parent
94470d68a7
commit
022ec7b185
96 changed files with 1273 additions and 0 deletions
|
|
@ -1,7 +1,22 @@
|
|||
---
|
||||
title: Workflows
|
||||
subtitle: Create and run multi-step browser automations
|
||||
description: Create, run, update, and manage multi-step workflow automations using the Skyvern Python SDK. Covers run_workflow(), create_workflow(), get_workflows(), update_workflow(), delete_workflow(), and workflow configuration options.
|
||||
slug: sdk-reference/workflows
|
||||
keywords:
|
||||
- run_workflow
|
||||
- create_workflow
|
||||
- get_workflow
|
||||
- update_workflow
|
||||
- delete_workflow
|
||||
- get_workflow_versions
|
||||
- parameter
|
||||
- block
|
||||
- YAML
|
||||
- JSON
|
||||
- template
|
||||
- version
|
||||
- Playwright
|
||||
---
|
||||
|
||||
A workflow chains multiple steps (blocks) into a single automation. Workflows support loops, conditionals, data passing between steps, and code-based re-execution.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue