workflow doc overhaul (#2473)

This commit is contained in:
Shuchang Zheng
2025-05-27 05:35:32 -07:00
committed by GitHub
parent c575ad8bc7
commit 41eb77469a
23 changed files with 218 additions and 10 deletions

View File

@@ -4,8 +4,7 @@ subtitle: Workflows -- chaining multiple tasks together
slug: workflows/introduction
---
Workflows represent chaining multiple blocks together. Imagine calling multiple tasks in a row, doing conditional logic, extracting data to a CSV, etc. All of these ideas will be supported within our workflows feature.
Skyvern's workflow consists of a sequence of workflow blocks. A workflow block usually represents a specific task you can perform.
Building blocks supported today:
- NavigationBlock: Skyvern navigates through the websites to take actions.