onyx
onyx copied to clipboard
Allow plugins to be used as intermediate tasks that pass messages downstream
onyx-http
right now has a post-process-fn
option, which makes it possible to do something with response of a service. This allows us to track sent emails (because service sets id for them) etc.
I think making it possible to add another task after output plugin in a job would make this function unnecessary.