feat: get workflow

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

View File

@@ -303,5 +303,10 @@ export class WorkflowGenerator {
}
};
public getWorkflowFile = () => {
return this.workflowRecord;
};
}