Table of contents
Job function: Error Handler
+The Error Handler is a method executed whenever the job fails
+It’s configured similarly to Related Action
+There is an OOTB handler: _call_webhook, which calls a webhook with configurable information.
+Example of using _call_webhook to call a webhook to Slack:
++<field name="error_handler" eval='{"func_name": "_call_webhook", "kwargs": {"webhook_url": "XXX", "only_if_max_retries_reached":True, "payload": {"text": "Hello World!"}}}' /> +
Job Context
The context of the recordset of the job, or any recordset passed in arguments of a job, is transferred to the job according to an allow-list.
@@ -982,6 +991,7 @@