Actions
Support #7111
closedDataminer is not able return output different than a File type (while SAI let user specify other types)
Start date:
Feb 15, 2017
Due date:
% Done:
100%
Estimated time:
Infrastructure:
Production
Description
I've configured a simple algorithm (2 input strings) for which i want to return a string. The SAI lets me assign a String Type to the Output definition, but Dataminer fails.
Java.lang.RuntimeException: java.io.File cannot be cast to java.lang.String
At first view it looks like a bug, but maybe Dataminer is designed to be limited to File output? If so, user should not be able to change type in the Output definition, it should be always "File".
Thanks in advance
Actions