store max_steps_per_task correctly in task block (#394)

This commit is contained in:
Kerem Yilmaz 2024-05-30 11:22:28 -07:00 committed by GitHub
parent 37c997e58c
commit e2259e94cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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