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