Include parameter file in workspace.prm

I have a clover ETL project.
I want to define a parameter file with all parameters and their values defined may be inside the project or outside on file system. Have an include directive in workspace.prm file, that would import the parameter file to the workspace at runtime. And access the parameters in my graph components.
How do i do this?

Hi varkashy,

from Designer, you can define in “'Outline” window, “Parameters” node. From context menu select “Parameters”->“New parameters file”

In graph XML it looks like:

<Property fileURL="test.prm" id="GraphParameter11"/>