I created a Workbench reading a set of DGN Files, set with a publisehd parameter. The parameter was created by right-clicking on the input field for the DGN files. For some reason, it has no type, and I can't pick another one. So far, so good.
I try to run this Workbench within a WorkspaceRunner, where I concatenate the filepaths, separated by a comma:
D:\\MyDocuments\\National_Map\\Data\\LIM\\lim.dgn,D:\\MyDocuments\\National_Map\\Data\\LIM\\extra_dgn\\5_industrie.dgn
The WorkspaceRunner returns following error:
IGDS Reader could not open file D:\\MyDocuments\\National_Map\\Data\\LIM\\lim.dgn,D:\\MyDocuments\\National_Map\\Data\\LIM\\extra_dgn\\5_industrie.dgn for input Program Terminating Translation FAILED.
However, when I copy-paste the string with the paths to the respective Workbench, it runs smoothly. So, the paths are correct, but I have the impression that the comma is not applied as separator when it is received from the WorkspaceRunner.
Any ideas what I've missed here? Is there another way to pass multiple files to a Workbench? What type of Published Parameter should I set up?
best regards,
Jelle