fix(core): Stopping an execution should reject any response promises (#9992)
This commit is contained in:
committed by
GitHub
parent
5e57b0d71e
commit
36b314d031
@@ -86,7 +86,7 @@ export class WaitTracker {
|
||||
}
|
||||
}
|
||||
|
||||
async stopExecution(executionId: string) {
|
||||
stopExecution(executionId: string) {
|
||||
if (!this.waitingExecutions[executionId]) return;
|
||||
|
||||
clearTimeout(this.waitingExecutions[executionId].timer);
|
||||
|
||||
Reference in New Issue
Block a user