chore: comments

This commit is contained in:
karishmas6
2024-06-08 00:14:16 +05:30
parent 4f5cb44611
commit 8d287dd5d4

View File

@@ -303,10 +303,13 @@ export class WorkflowGenerator {
}
};
/**
* Returns the currently generated workflow.
* @returns {WorkflowFile}
*/
public getWorkflowFile = () => {
return this.workflowRecord;
};
}