mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-05-04 22:50:23 +00:00
Add task and workflow docs (#486)
This commit is contained in:
parent
be86a33c3b
commit
fc99ed09f1
18 changed files with 743 additions and 5 deletions
16
docs/workflows/introduction.mdx
Normal file
16
docs/workflows/introduction.mdx
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
title: Introduction
|
||||
description: 'Workflows -- chaining multiple tasks together'
|
||||
---
|
||||
|
||||
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.
|
||||
|
||||
Building blocks supported today:
|
||||
|
||||
1. TaskBlock: The **magic** block. Skyvern navigates through the websites to take actions and/or extract information.
|
||||
2. ForLoopBlock
|
||||
3. CodeBlock
|
||||
4. TextPromptBlock
|
||||
5. DownloadToS3Block
|
||||
6. UploadToS3Block
|
||||
7. SendEmailBlock
|
||||
Loading…
Add table
Add a link
Reference in a new issue