diff --git a/packages/service/core/workflow/dispatch/tools/http468.ts b/packages/service/core/workflow/dispatch/tools/http468.ts index ab7e019e9..6f5a683f0 100644 --- a/packages/service/core/workflow/dispatch/tools/http468.ts +++ b/packages/service/core/workflow/dispatch/tools/http468.ts @@ -237,7 +237,9 @@ export const dispatchHttp468Request = async (props: HttpRequestProps): Promise - item.key !== NodeOutputKeyEnum.error && item.key !== NodeOutputKeyEnum.httpRawResponse + item.id !== NodeOutputKeyEnum.error && + item.id !== NodeOutputKeyEnum.httpRawResponse && + item.id !== NodeOutputKeyEnum.addOutputParam ) .forEach((item) => { const key = item.key.startsWith('$') ? item.key : `$.${item.key}`;