feat: get worflow params from stored metadata

This commit is contained in:
karishmas6
2024-06-08 00:44:22 +05:30
parent 9ca5398602
commit 1046c02084

View File

@@ -764,5 +764,10 @@ export class WorkflowGenerator {
return workflow;
}
public getParams = (): string[]|null => {
return this.checkWorkflowForParams(this.workflowRecord);
}
}