Ykeremy/downloaded filename prefix (#814)

This commit is contained in:
Kerem Yilmaz 2024-09-11 21:56:38 -07:00 committed by GitHub
parent 512d0c1a88
commit 4a599bbf55
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 64 additions and 21 deletions

View file

@ -111,6 +111,7 @@ class TaskBlockYAML(BlockYAML):
max_steps_per_run: int | None = None
parameter_keys: list[str] | None = None
complete_on_download: bool = False
download_suffix: str | None = None
totp_verification_url: str | None = None
totp_identifier: str | None = None