mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-09 13:56:08 +00:00
WIP - Loop node advanced parameters + complete_if_empty (#1675)
This commit is contained in:
parent
2166ab129b
commit
5e4b86c828
3 changed files with 7 additions and 1 deletions
|
@ -1512,6 +1512,7 @@ class WorkflowService:
|
|||
loop_blocks=loop_blocks,
|
||||
output_parameter=output_parameter,
|
||||
continue_on_failure=block_yaml.continue_on_failure,
|
||||
complete_if_empty=block_yaml.complete_if_empty,
|
||||
)
|
||||
elif block_yaml.block_type == BlockType.CODE:
|
||||
return CodeBlock(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue