Hi Chathuri,

How do we define correctly the stdout and stderr of the experiment as outputs ?

Thanks,
Emre


Abhishek Kapoor wrote:

Hey Chathuri,
In the  experimen, I defined output as
List<OutputDataObjectType> exOut = new ArrayList<OutputDataObjectType>();
            OutputDataObjectType output = new OutputDataObjectType();
            output.setName("Json_Output");
            output.setType(DataType.STRING);
output.setValue(""); // I also tried to set some value here also tried to remove this but all in vain
            exOut.add(output);

I tried to use getExperimentOutputs(String airavataExperimentId) to get result but the result that I got is
[OutputDataObjectType(name:Json_Output, value:, type:STRING)]
but module.stdout file in tmp/airavataExperimentId have correct expected output

Reply via email to