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

@ -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):