feat: emit run completed socket event
This commit is contained in:
@@ -332,6 +332,8 @@ export class WorkflowInterpreter {
|
||||
}, {})
|
||||
}
|
||||
|
||||
this.socket.emit('run-completed', "success");
|
||||
|
||||
logger.log('debug', `Interpretation finished`);
|
||||
this.clearState();
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user