feat: emit run completed socket event

This commit is contained in:
Rohit
2025-01-24 13:49:31 +05:30
parent 8619435f2d
commit 102c72afa2

View File

@@ -332,6 +332,8 @@ export class WorkflowInterpreter {
}, {})
}
this.socket.emit('run-completed', "success");
logger.log('debug', `Interpretation finished`);
this.clearState();
return result;