machristie commented on pull request #276:
URL: https://github.com/apache/airavata/pull/276#issuecomment-1005746880
Yeah you're right @DImuthuUpe , it should be setting a data product URI. It
doesn't seem to be and I can't figure out why. I'm looking at your test run
yesterday, experiment id
`Clone_of_Clone_of_Clone_of_Clone_of_Clone_of_Gauss_5052a8ec-0b1f-4829-ae33-af81f35e1d32`.
It has two processes the job submission one
`PROCESS_59024a0d-4066-41b5-953a-caa2c8a59fc9` and the intermediate output
fetching one `PROCESS_7ff674cb-d9ba-4805-be06-4bf6f5dfbef6`. In the latter,
there is just the one process output, for `Gaussian-Application-Output` and
it's value is `*.log`.
```
...
"processOutputs": [
{
"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
}
],
...
```
For reference, I'm seeing this through the django.seagrid.org REST API:
https://django.seagrid.org/api/experiments/Clone_of_Clone_of_Clone_of_Clone_of_Clone_of_Gauss_5052a8ec-0b1f-4829-ae33-af81f35e1d32/
--
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]