chore: comments

This commit is contained in:
karishmas6
2024-06-07 23:28:15 +05:30
parent e3582da825
commit 2230eb323d

View File

@@ -57,12 +57,18 @@ export class WorkflowGenerator {
this.registerEventHandlers(socket); this.registerEventHandlers(socket);
} }
/**
* The current workflow being recorded.
* @private
*/
private workflowRecord: WorkflowFile = { private workflowRecord: WorkflowFile = {
workflow: [], workflow: [],
}; };
/**
* Metadata of the currently recorded workflow.
* @private
*/
private recordingMeta: MetaData = { private recordingMeta: MetaData = {
name: '', name: '',
create_date: '', create_date: '',