Description
In case, i set the output path as local machine for file staging and we set output file path as that in GramRSLGenerator, GridFTPOutputHandler is failing and this logic is not right.
if(currentContextHeader.getWorkflowOutputDataHandling() != null)
{ if(currentContextHeader.getWorkflowOutputDataHandling().getApplicationOutputDataHandlingArray().length != 0) app.setOutputDataDirectory(currentContextHeader.getWorkflowOutputDataHandling().getApplicationOutputDataHandlingArray()[0].getOutputDataDirectory()); }