Notifying another service that a bioinformatics pipeline has completed is a common requirement. This is often done using the onComplete handler or a post-run script, but might make more sense outside the system.
Add an example of sending an API call after a pipeline completes, notifying the status.
Possible examples:
- Dummy POST request (Python?)
- Slack webhook/bot
Notifying another service that a bioinformatics pipeline has completed is a common requirement. This is often done using the
onCompletehandler or a post-run script, but might make more sense outside the system.Add an example of sending an API call after a pipeline completes, notifying the status.
Possible examples: