Hi,
I am trying to execute a workflow from the command line. I am able to change a String parameter, but when trying to change an xlong parameter I don’t know how to do this:
int, IntCell don’t seem to cause any exception but seem to internally produce an error that results in resetting the parameter. When trying “Long” or “long” I get an IllegalArgumentException unknown option type ‘Long’.
It is the FileReader node I am trying use with the parameter MaxNumOfRows…
Does anyone have any suggestions on what test next?
Thanks,
Bernd