feat: get workflow

This commit is contained in:
karishmas6
2024-06-08 00:13:54 +05:30
parent 5f4cbe1e93
commit 4f5cb44611

View File

@@ -304,4 +304,9 @@ export class WorkflowGenerator {
}; };
public getWorkflowFile = () => {
return this.workflowRecord;
};
} }