This commit is contained in:
karishmas6
2024-06-08 00:44:33 +05:30
parent 1046c02084
commit 4e531ed760

View File

@@ -764,7 +764,9 @@ export class WorkflowGenerator {
return workflow; return workflow;
} }
/**
* Returns workflow params from the stored metadata.
*/
public getParams = (): string[]|null => { public getParams = (): string[]|null => {
return this.checkWorkflowForParams(this.workflowRecord); return this.checkWorkflowForParams(this.workflowRecord);
} }