mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-11 07:54:37 +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
|
@ -969,6 +969,7 @@ class WorkflowService:
|
|||
error_code_mapping=block_yaml.error_code_mapping,
|
||||
max_steps_per_run=block_yaml.max_steps_per_run,
|
||||
max_retries=block_yaml.max_retries,
|
||||
complete_on_download=block_yaml.complete_on_download,
|
||||
)
|
||||
elif block_yaml.block_type == BlockType.FOR_LOOP:
|
||||
loop_blocks = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue