-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Milestone
Description
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:
- Task submitter must be able to specify a single
callback_urlas part of the TesRequest - TES will POST the full TesResponse to the
callback_urlon change in status using any (optional) auth headers
Related Issue: WES#133
uniqueg