...
Any changes to the AMQP Hook configuration require a restart of the API Gateway. More on creating AMQP AMQP Hooks can be found in this tutorialhere.
Webhooks
A Webhook extends the function by an HTTP call. Whenever the predicate
of a Webhook delivers a True
result, an optional HTTP call to a web URL defined in the Webhook configuration is performed. The process flow is interrupted until the Webhook activity is finished. Thus, the Webhook can perform additional processing steps before passing the data back to resume the interrupted main process. If the predicate
of a Webhook delivers a False
result, the HTTP call is skipped.
Any changes to the Webhook configuration require a restart of the Services, that are responsable for the call of the affected functions. More on Webhooks can be found here.
Example System Hook Configuration
...