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


   I've updated the PR @DImuthuUpe . 
   
   However, I have another question. Would it possible for the process output 
object's value to be updated with a data product URI, similar to what is done 
with experiment output objects in the normal case?  I ask because otherwise 
clients will need to do a bit of guessing to figure out the location of the 
output file, especially when dealing with wildcards.
   
   So the process output for the testing you did look like this:
   ```json
   {
                       "name": "Gaussian-Application-Output",
                       "value": "*.log",
                       "type": 4,
                       "applicationArgument": "",
                       "isRequired": false,
                       "requiredToAddedToCommandLine": false,
                       "dataMovement": true,
                       "location": null,
                       "searchQuery": null,
                       "outputStreaming": false,
                       "storageResourceId": null,
                       "metaData": null
   }
   ```
   
   Where instead could the "value" be a "airavata-dp://..." data product URI, 
where the data product has a replication with the full path to the file?
   


-- 
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