mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-15 01:39:41 +00:00
complete_on_downloads for task block (#403)
This commit is contained in:
parent
343937e12c
commit
f1d5a3a687
9 changed files with 118 additions and 30 deletions
|
@ -87,6 +87,7 @@ class TaskBlockYAML(BlockYAML):
|
|||
max_retries: int = 0
|
||||
max_steps_per_run: int | None = None
|
||||
parameter_keys: list[str] | None = None
|
||||
complete_on_download: bool = False
|
||||
|
||||
|
||||
class ForLoopBlockYAML(BlockYAML):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue