fix: child workflow variable default value not init (#6620)

This commit is contained in:
Archer
2026-03-24 09:59:30 +08:00
committed by GitHub
parent 37bbccdc1f
commit e05ae8a3ec
7 changed files with 134 additions and 76 deletions
@@ -0,0 +1,15 @@
---
title: 'V4.14.10(进行中)'
description: 'FastGPT V4.14.10 更新说明'
---
## 🚀 新增内容
## ⚙️ 优化
## 🐛 修复
1. 子工作流的全局变量默认值未生效。
@@ -1,5 +1,18 @@
{
"title": "4.14.x",
"description": "",
"pages": ["4149", "4148", "4147", "4146", "41451", "4145", "4144", "4143", "4142", "4141", "4140"]
"pages": [
"41410",
"4149",
"4148",
"4147",
"4146",
"41451",
"4145",
"4144",
"4143",
"4142",
"4141",
"4140"
]
}
+1
View File
@@ -112,6 +112,7 @@ description: FastGPT 文档目录
- [/docs/self-host/upgrading/4-13/4132](/docs/self-host/upgrading/4-13/4132)
- [/docs/self-host/upgrading/4-14/4140](/docs/self-host/upgrading/4-14/4140)
- [/docs/self-host/upgrading/4-14/4141](/docs/self-host/upgrading/4-14/4141)
- [/docs/self-host/upgrading/4-14/41410](/docs/self-host/upgrading/4-14/41410)
- [/docs/self-host/upgrading/4-14/4142](/docs/self-host/upgrading/4-14/4142)
- [/docs/self-host/upgrading/4-14/4143](/docs/self-host/upgrading/4-14/4143)
- [/docs/self-host/upgrading/4-14/4144](/docs/self-host/upgrading/4-14/4144)