mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-10 15:35:51 +00:00
workflow script creation (#3151)
This commit is contained in:
parent
136fa70c48
commit
16596e5c61
4 changed files with 187 additions and 5 deletions
|
@ -129,6 +129,7 @@ def _make_decorator(block: dict[str, Any]) -> cst.Decorator:
|
|||
"file_download": "file_download_block",
|
||||
"send_email": "email_block",
|
||||
"wait": "wait_block",
|
||||
"navigation": "navigation_block",
|
||||
}[bt]
|
||||
|
||||
kwargs = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue