machristie commented on pull request #276:
URL: https://github.com/apache/airavata/pull/276#issuecomment-1007791681


   I've added some validations to the API method
   - user has WRITE access to experiment
   - experiment is EXECUTING
   - there are no currently executing intermediate output fetching processes 
for the given outputNames
   
   I also added a new API method `getIntermediateOutputProcessStatus(AuthzToken 
authzToken, String airavataExperimentId, List<String> outputNames)` which 
returns a ProcessStatus object and indicates the status of a fetching 
intermediate outputs. This will make it easier on clients to figure out when an 
intermediate output fetching process is done.


-- 
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: dev-unsubscr...@airavata.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to