mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-11 07:54:37 +00:00
Redesign task view (#407)
This commit is contained in:
parent
05dbea8384
commit
1333e89c12
14 changed files with 647 additions and 180 deletions
|
@ -970,7 +970,6 @@ class WorkflowService:
|
|||
max_steps_per_run=block_yaml.max_steps_per_run,
|
||||
max_retries=block_yaml.max_retries,
|
||||
complete_on_download=block_yaml.complete_on_download,
|
||||
continue_on_failure=block_yaml.continue_on_failure,
|
||||
)
|
||||
elif block_yaml.block_type == BlockType.FOR_LOOP:
|
||||
loop_blocks = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue