Ykeremy/workflow execution updates (#314)

This commit is contained in:
Kerem Yilmaz 2024-05-14 00:35:37 -07:00 committed by GitHub
parent 1953874717
commit a106452034
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 71 additions and 14 deletions

View file

@ -68,6 +68,7 @@ class BlockYAML(BaseModel, abc.ABC):
block_type: BlockType
label: str
output_parameter_key: str | None = None
continue_on_failure: bool = False
class TaskBlockYAML(BlockYAML):