mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-13 00:39:40 +00:00
store max_steps_per_task correctly in task block (#394)
This commit is contained in:
parent
37c997e58c
commit
e2259e94cf
1 changed files with 1 additions and 0 deletions
|
@ -967,6 +967,7 @@ class WorkflowService:
|
|||
data_extraction_goal=block_yaml.data_extraction_goal,
|
||||
data_schema=block_yaml.data_schema,
|
||||
error_code_mapping=block_yaml.error_code_mapping,
|
||||
max_steps_per_run=block_yaml.max_steps_per_run,
|
||||
max_retries=block_yaml.max_retries,
|
||||
)
|
||||
elif block_yaml.block_type == BlockType.FOR_LOOP:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue