DImuthuUpe opened a new pull request #276:
URL: https://github.com/apache/airavata/pull/276


   This PR will enable the feature of fetching output files form an already 
running experiment into the gateway storage
   
   Sample client code
   
   `List<String> outputNames = new ArrayList<>();
   outputNames.add("Gaussian-Application-Output");
   apiClient.fetchIntermediateOutputs(token,"exp-id", 
           outputNames, 
           "PROCESS_98a8c45c-998c-4998-91e4-18ce915ed13e");`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to