Documentation Index
Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
Creating an Event-Based Workflow using the Blink Error Event
When a workflow fails, it is possible to execute another workflow to handle the failure. The workflow that handles the failure is an Event-Based Workflow that is triggered by a Blink Error. The purpose of this trigger is to execute a workflow in case another workflow encounters an error. The payload of the error event is the error returned from the step that failed the workflow execution.After finalizing your workflow, proceed by selecting the “Publish and Activate” button in the top-right corner, then return to your workspace.
You will be navigated to the chosen Workflow Overview page.
Under the Run workflow on error section, use the dropdown menu to select a previously created Blink Error Event workflow as the error handler. When an error occurs during execution of the selected workflow, the chosen Blink Error Event workflow will be triggered automatically to handle it.
- Default – Triggers the error-handling workflow configured as the default in your workspace settings.
- Custom – Allows you to select a specific error-handling workflow for the selected workflow, overriding the default error-handling workflow configured in your workspace settings.
The dropdown can be left empty, meaning no error-handling logic will be applied to the selected workflow.