complete verify for DownloadFileBlock (#1975)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user