Search K
Appearance
Appearance
Starts a separate error-handling workflow when any task in a parent workflow fails.
Use this trigger as the entry point of a dedicated failure-handling workflow. When a task in another workflow encounters an error, the engine routes execution here and injects context about what failed. This allows you to build centralised error responses — such as sending an alert, logging the failure, or rolling back a previous step — without cluttering the main workflow logic. The trigger always runs successfully so that downstream error-handling tasks can proceed.
This trigger has no configurable inputs.
| Name | Description |
|---|---|
| Failed Task ID | The ID of the task that caused the failure. |
| Failed Task Name | The display name of the task that caused the failure. |
| Failure Message | The error message returned by the failed task. |
| Parent Workflow ID | The ID of the workflow that was running when the failure occurred. |
| Parent Workflow Name | The display name of the workflow that was running when the failure occurred. |
| Failure Time | The timestamp at which the failure was detected, formatted as yyyy-MM-dd HH:mm:ss. |