4.8.12 test (#2994)

* perf: run loop code

* doc

* fix: mulity loop node will error; loop node variables cannot inherit

* back save tip position

* fix: child workflow runtime

* stream connection
This commit is contained in:
Archer
2024-10-25 23:13:53 +08:00
committed by shilin66
parent c6d053e050
commit 9b7dd9a0c7
12 changed files with 134 additions and 92 deletions

View File

@@ -39,4 +39,6 @@ STORE_LOG_LEVEL=warn
# 安全配置
# 工作流最大运行次数,避免极端的死循环情况
WORKFLOW_MAX_RUN_TIMES=500
WORKFLOW_MAX_RUN_TIMES=500
# 循环最大运行次数,避免极端的死循环情况
WORKFLOW_MAX_LOOP_TIMES=50