mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 02:51:14 +00:00
fix(core): Make push work for waiting webhooks (#11678)
This commit is contained in:
committed by
GitHub
parent
cbdd535fe0
commit
600479bf36
@@ -495,6 +495,11 @@ function hookFunctionsSave(): IWorkflowExecuteHooks {
|
||||
retryOf: this.retryOf,
|
||||
});
|
||||
|
||||
// When going into the waiting state, store the pushRef in the execution-data
|
||||
if (fullRunData.waitTill && isManualMode) {
|
||||
fullExecutionData.data.pushRef = this.pushRef;
|
||||
}
|
||||
|
||||
await updateExistingExecution({
|
||||
executionId: this.executionId,
|
||||
workflowId: this.workflowData.id,
|
||||
|
||||
Reference in New Issue
Block a user