elixir-cloud-aai / proWES

Proxy service for injecting middleware into GA4GH WES requests
Apache License 2.0
3 stars 5 forks source link

feat: add endpoints to host STDOUT & STDERR #51

Open uniqueg opened 2 years ago

uniqueg commented 2 years ago

As described in the WES API specification, workflow and task logs are not to be included in the run/task logs directly, but instead they should be hosted at separate locations. While proWES could link to those locations on the WES that actually processes the workflow run, data life cycles across different external WES instances will likely be different, leading to a potentially frustrating user experience.