max task steps for task v2 (#1877)

This commit is contained in:
Shuchang Zheng 2025-03-04 01:07:07 -05:00 committed by GitHub
parent 618070840f
commit d31e4bf268
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 90 additions and 40 deletions

View file

@ -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: