mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-15 17:59:42 +00:00
refactor loopblock value (#1381)
This commit is contained in:
parent
f5691d5742
commit
f028b48892
4 changed files with 87 additions and 26 deletions
|
@ -142,6 +142,7 @@ class ForLoopBlockYAML(BlockYAML):
|
|||
|
||||
loop_over_parameter_key: str
|
||||
loop_blocks: list["BLOCK_YAML_SUBCLASSES"]
|
||||
loop_variable_reference: str | None = None
|
||||
|
||||
|
||||
class CodeBlockYAML(BlockYAML):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue