Documentation Index
Fetch the complete documentation index at: https://docs.tracecat.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Error workflows run when another workflow fails with an application error.
Trigger payload
The failed run is passed into the error workflow under${{ TRIGGER }}.
Fields:
${{ TRIGGER.message }}: the top-level failure message.${{ TRIGGER.orig_wf_id }}: the failed workflow ID.${{ TRIGGER.orig_wf_exec_id }}: the failed workflow execution ID.${{ TRIGGER.orig_wf_exec_url }}: the failed workflow execution URL, if available.${{ TRIGGER.orig_wf_title }}: the failed workflow title.${{ TRIGGER.trigger_type }}: the original trigger type.${{ TRIGGER.errors }}: structured action error details, if available.
Configure an error workflow
SetError workflow in the workflow settings panel. Use a workflow ID or alias.
