mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-14 01:09:43 +00:00
complete verify for DownloadFileBlock (#1975)
This commit is contained in:
parent
32ad324af7
commit
fe781836ee
1 changed files with 1 additions and 1 deletions
|
@ -1859,7 +1859,7 @@ class WorkflowService:
|
|||
totp_identifier=block_yaml.totp_identifier,
|
||||
cache_actions=block_yaml.cache_actions,
|
||||
complete_on_download=True,
|
||||
complete_verification=False,
|
||||
complete_verification=True,
|
||||
)
|
||||
elif block_yaml.block_type == BlockType.TaskV2:
|
||||
return TaskV2Block(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue