mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(core): Handle cancellation of waiting executions correctly (#13051)
This commit is contained in:
committed by
GitHub
parent
be39d0a0f1
commit
fc440eb68b
@@ -530,6 +530,7 @@ export async function executeWebhook(
|
||||
`Error with Webhook-Response for execution "${executionId}": "${error.message}"`,
|
||||
{ executionId, workflowId: workflow.id },
|
||||
);
|
||||
responseCallback(error, {});
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user