fix(workflow): "Max submit count reached" error occurred when executing workflow as tool in iteration (#8595)
This commit is contained in:
parent
7f3282ec04
commit
e0a3307563
2 changed files with 8 additions and 3 deletions
|
|
@ -89,6 +89,7 @@ class IterationNode(BaseNode):
|
|||
variable_pool=variable_pool,
|
||||
max_execution_steps=dify_config.WORKFLOW_MAX_EXECUTION_STEPS,
|
||||
max_execution_time=dify_config.WORKFLOW_MAX_EXECUTION_TIME,
|
||||
thread_pool_id=self.thread_pool_id,
|
||||
)
|
||||
|
||||
start_at = datetime.now(timezone.utc).replace(tzinfo=None)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue