mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 18:41:14 +00:00
feat(core): Implement lifecycle hooks to support streaming responses (no-changelog) (#16391)
This commit is contained in:
@@ -234,6 +234,9 @@ async function startExecution(
|
||||
// This one already contains changes to talk to parent process
|
||||
// and get executionID from `activeExecutions` running on main process
|
||||
additionalDataIntegrated.executeWorkflow = additionalData.executeWorkflow;
|
||||
if (additionalData.httpResponse) {
|
||||
additionalDataIntegrated.httpResponse = additionalData.httpResponse;
|
||||
}
|
||||
|
||||
let subworkflowTimeout = additionalData.executionTimeoutTimestamp;
|
||||
const workflowSettings = workflowData.settings;
|
||||
|
||||
Reference in New Issue
Block a user