ga4gh / task-execution-schemas

Apache License 2.0
80 stars 28 forks source link

Proposal: Support for callback_url #121

Open susheel opened 5 years ago

susheel commented 5 years ago

We would like to implement a mechanism to allow Task submitters to specify a callback_url that will be used by TES to POST any change in status to the callback_url.

Requirements:

Related Issue: WES#133

uniqueg commented 4 years ago

One thing to think about is whether the task submitter/client should be required/encouraged to send a secret alongside the callback_url that could then be sent back to the client together with the TesResponse. This might help prevent third parties from messing with task states.

uniqueg commented 1 year ago

PR available: #176