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);
}
/**
* The current workflow being recorded.
* @private
*/
private workflowRecord: WorkflowFile = {
workflow: [],
};
/**
* Metadata of the currently recorded workflow.
* @private
*/
private recordingMeta: MetaData = {
name: '',
create_date: '',