Skip to content

Commit 1f9c8d3

Browse files
authored
fix: child app run error (#5876)
1 parent edf06a0 commit 1f9c8d3

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

document/content/docs/upgrading/4-14/4141.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ description: 'FastGPT V4.14.1 更新说明'
1616

1717
1. Debug 模式下,交互节点无法正常使用。
1818
2. 富文本编辑器 tab 空格未对齐。
19+
3. 嵌套运行 Agent 时候,跳过节点队列未初始化,导致无法正常运行。

document/data/doc-last-modified.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"document/content/docs/introduction/development/custom-models/ollama.mdx": "2025-08-05T23:20:39+08:00",
2020
"document/content/docs/introduction/development/custom-models/xinference.mdx": "2025-08-05T23:20:39+08:00",
2121
"document/content/docs/introduction/development/design/dataset.mdx": "2025-07-23T21:35:03+08:00",
22-
"document/content/docs/introduction/development/design/design_plugin.mdx": "2025-11-04T16:58:12+08:00",
22+
"document/content/docs/introduction/development/design/design_plugin.mdx": "2025-11-06T14:47:55+08:00",
2323
"document/content/docs/introduction/development/docker.mdx": "2025-11-05T14:16:14+08:00",
2424
"document/content/docs/introduction/development/faq.mdx": "2025-08-12T22:22:18+08:00",
2525
"document/content/docs/introduction/development/intro.mdx": "2025-09-29T11:34:11+08:00",
@@ -84,7 +84,7 @@
8484
"document/content/docs/introduction/guide/knowledge_base/websync.mdx": "2025-08-05T23:20:39+08:00",
8585
"document/content/docs/introduction/guide/knowledge_base/yuque_dataset.mdx": "2025-09-17T22:29:56+08:00",
8686
"document/content/docs/introduction/guide/plugins/bing_search_plugin.mdx": "2025-07-23T21:35:03+08:00",
87-
"document/content/docs/introduction/guide/plugins/dev_system_tool.mdx": "2025-11-04T16:58:12+08:00",
87+
"document/content/docs/introduction/guide/plugins/dev_system_tool.mdx": "2025-11-06T14:47:55+08:00",
8888
"document/content/docs/introduction/guide/plugins/doc2x_plugin_guide.mdx": "2025-07-23T21:35:03+08:00",
8989
"document/content/docs/introduction/guide/plugins/google_search_plugin_guide.mdx": "2025-07-23T21:35:03+08:00",
9090
"document/content/docs/introduction/guide/plugins/searxng_plugin_guide.mdx": "2025-07-23T21:35:03+08:00",
@@ -101,7 +101,7 @@
101101
"document/content/docs/protocol/terms.en.mdx": "2025-08-03T22:37:45+08:00",
102102
"document/content/docs/protocol/terms.mdx": "2025-08-03T22:37:45+08:00",
103103
"document/content/docs/toc.en.mdx": "2025-08-04T13:42:36+08:00",
104-
"document/content/docs/toc.mdx": "2025-11-05T21:56:32+08:00",
104+
"document/content/docs/toc.mdx": "2025-11-06T14:47:55+08:00",
105105
"document/content/docs/upgrading/4-10/4100.mdx": "2025-08-02T19:38:37+08:00",
106106
"document/content/docs/upgrading/4-10/4101.mdx": "2025-09-08T20:07:20+08:00",
107107
"document/content/docs/upgrading/4-11/4110.mdx": "2025-08-05T23:20:39+08:00",
@@ -114,8 +114,8 @@
114114
"document/content/docs/upgrading/4-13/4130.mdx": "2025-11-04T15:06:39+08:00",
115115
"document/content/docs/upgrading/4-13/4131.mdx": "2025-09-30T15:47:06+08:00",
116116
"document/content/docs/upgrading/4-13/4132.mdx": "2025-10-21T11:46:53+08:00",
117-
"document/content/docs/upgrading/4-14/4140.mdx": "2025-11-05T14:16:14+08:00",
118-
"document/content/docs/upgrading/4-14/4141.mdx": "2025-11-06T13:25:49+08:00",
117+
"document/content/docs/upgrading/4-14/4140.mdx": "2025-11-06T15:43:00+08:00",
118+
"document/content/docs/upgrading/4-14/4141.mdx": "2025-11-06T15:43:00+08:00",
119119
"document/content/docs/upgrading/4-8/40.mdx": "2025-08-02T19:38:37+08:00",
120120
"document/content/docs/upgrading/4-8/41.mdx": "2025-08-02T19:38:37+08:00",
121121
"document/content/docs/upgrading/4-8/42.mdx": "2025-08-02T19:38:37+08:00",
@@ -197,4 +197,4 @@
197197
"document/content/docs/use-cases/external-integration/openapi.mdx": "2025-09-29T11:34:11+08:00",
198198
"document/content/docs/use-cases/external-integration/wecom.mdx": "2025-09-16T14:22:28+08:00",
199199
"document/content/docs/use-cases/index.mdx": "2025-07-24T14:23:04+08:00"
200-
}
200+
}

packages/global/core/workflow/template/system/http468.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ export const HttpNode468: FlowNodeTemplateType = {
3636
selectValueTypeList: Object.values(WorkflowIOValueTypeEnum),
3737
showDescription: false,
3838
showDefaultValue: true
39-
}
40-
// deprecated: true
39+
},
40+
deprecated: false
4141
},
4242
{
4343
key: NodeInputKeyEnum.httpMethod,

packages/service/core/workflow/dispatch/index.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ export async function dispatchWorkFlow({
162162
histories,
163163
timezone,
164164
externalProvider,
165-
defaultSkipNodeQueue: data.lastInteractive?.skipNodeQueue || data.defaultSkipNodeQueue,
166165
variables: defaultVariables,
167166
workflowDispatchDeep: 0,
168167
usageId: newUsageId,
@@ -192,7 +191,6 @@ export const runWorkflow = async (data: RunWorkflowProps): Promise<DispatchFlowR
192191
res,
193192
runtimeNodes = [],
194193
runtimeEdges = [],
195-
defaultSkipNodeQueue,
196194
histories = [],
197195
variables = {},
198196
externalProvider,
@@ -791,6 +789,7 @@ export const runWorkflow = async (data: RunWorkflowProps): Promise<DispatchFlowR
791789
node,
792790
runtimeEdges
793791
});
792+
794793
const nodeRunResult = await (() => {
795794
if (status === 'run') {
796795
// All source edges status to waiting
@@ -972,7 +971,7 @@ export const runWorkflow = async (data: RunWorkflowProps): Promise<DispatchFlowR
972971
const workflowQueue = await new Promise<WorkflowQueue>((resolve) => {
973972
const workflowQueue = new WorkflowQueue({
974973
resolve,
975-
defaultSkipNodeQueue
974+
defaultSkipNodeQueue: data.lastInteractive?.skipNodeQueue || data.defaultSkipNodeQueue
976975
});
977976

978977
entryNodes.forEach((node) => {

0 commit comments

Comments
 (0)