elixir-cloud-aai / proTES

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

Return proTES task ID rather than external task ID #122

Closed uniqueg closed 1 year ago

uniqueg commented 1 year ago

Currently POSTing a task returns the external task ID, i.e., the task ID of the TES service that the task was forwarded to. However, proTES also mints its own internal task ID for each incoming task. It is this ID that should be returned to the client, and which should be used to GET tasks and listed in the GET /tasks response.