mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-15 01:39:41 +00:00
Ykeremy/workflow execution updates (#314)
This commit is contained in:
parent
1953874717
commit
a106452034
4 changed files with 71 additions and 14 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue