machristie commented on pull request #276: URL: https://github.com/apache/airavata/pull/276#issuecomment-1005753766
@DImuthuUpe I think I've figure it out. Gaussian-Application-Output has type URI_COLLECTION (which might be a misconfiguration, but we'll leave that aside for now). So when the output objects are saved, AiravataTask is calling saveExperimentOutputCollection https://github.com/apache/airavata/blob/AIRAVATA-3549/modules/airavata-helix/helix-spectator/src/main/java/org/apache/airavata/helix/impl/task/AiravataTask.java#L306-L329. I think this method also needs to be updated like the way saveExperimentOutput was updated to save outputs to either the experiment or process. -- 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