feat: new recording
This commit is contained in:
@@ -93,6 +93,9 @@ export class WorkflowGenerator {
|
|||||||
logger.log('debug', `Saving workflow ${fileName}`);
|
logger.log('debug', `Saving workflow ${fileName}`);
|
||||||
await this.saveNewWorkflow(fileName)
|
await this.saveNewWorkflow(fileName)
|
||||||
});
|
});
|
||||||
|
socket.on('new-recording', () => this.workflowRecord = {
|
||||||
|
workflow: [],
|
||||||
|
} );
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user