complete_on_downloads for task block (#403)

This commit is contained in:
Kerem Yilmaz 2024-06-02 23:24:30 -07:00 committed by GitHub
parent 343937e12c
commit f1d5a3a687
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 118 additions and 30 deletions

View file

@ -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 = [