Feature #11555
[API] Webhook callbacks for server-to-server communication
Start date:
Due date:
% Done:
0%
Estimated time:
Story points:
-
Description
For integrations, users have expressed a desire to register a HTTP callback so that when an event happens in Arvados (such as the completion of a workflow) other services can be notified. The advantage of the webhook style API compared to websockets or API polling is that services don't need to dedicate a thread or process to listening for events, they can receive events and process them as normal HTTP requests.
For more reading:
History
#1
Updated by Peter Amstutz over 3 years ago
- Description updated (diff)
#2
Updated by Tom Morris over 3 years ago
- Target version set to Arvados Future Sprints