fix(core): Handle cancellation of waiting executions correctly (#13051)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2025-02-07 12:34:03 +01:00
committed by GitHub
parent be39d0a0f1
commit fc440eb68b
5 changed files with 300 additions and 206 deletions

View File

@@ -530,6 +530,7 @@ export async function executeWebhook(
`Error with Webhook-Response for execution "${executionId}": "${error.message}"`,
{ executionId, workflowId: workflow.id },
);
responseCallback(error, {});
});
}