feat: get worflow params from stored metadata
This commit is contained in:
@@ -764,5 +764,10 @@ export class WorkflowGenerator {
|
|||||||
return workflow;
|
return workflow;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
public getParams = (): string[]|null => {
|
||||||
|
return this.checkWorkflowForParams(this.workflowRecord);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user