mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-14 09:19:40 +00:00
max task steps for task v2 (#1877)
This commit is contained in:
parent
618070840f
commit
d31e4bf268
15 changed files with 90 additions and 40 deletions
|
@ -1855,6 +1855,7 @@ class WorkflowService:
|
|||
totp_verification_url=block_yaml.totp_verification_url,
|
||||
totp_identifier=block_yaml.totp_identifier,
|
||||
max_iterations=block_yaml.max_iterations,
|
||||
max_steps=block_yaml.max_steps,
|
||||
output_parameter=output_parameter,
|
||||
)
|
||||
elif block_yaml.block_type == BlockType.GOTO_URL:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue