I have a workspacerunner that calls a very basic workspace.
All this workspace does is call a csv and writes it to a Excel file.
I parametrized the outputdirectory and output filename.
Strange thing is, when i use "Directory(output)" and "Filename (output)" parameters, no parameters appear in the workspacerunner.
When i use "choice or text" parameters for both variables; no parameters appear in the workspacerunner.
But..when i use both, finaly parameters appear in the workspacerunner.
See pic.
But this is ugly :
I want just one set.
Now i have solved this by making 1 set (the "choice or text" ones) private parameters so they don't show in the workspacerunner parameters.
Anyone know how i can tackle this, just on set without need to hide some by making them private?