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`);
|
logger.log('debug', `Interpretation finished`);
|
||||||
this.clearState();
|
this.clearState();
|
||||||
return result;
|
return result;
|
||||||
|
|||||||
Reference in New Issue
Block a user