# Error Trigger

image-20250513192811512

Globally capture exceptions or errors thrown during the workflow execution. As shown in the figure below, when the error trigger catches an exception during the workflow execution, it can initiate a new exception handling branch to continue the process. Here, the business can independently respond to the captured exception information, such as sending alerts, etc.

image-20250513195338162

# Input

# Output

The output information will indicate which node in the workflow, at what time, and what kind of error occurred.

image-20250513195439010
[
  {
    "CreateAt": "2025-05-13T19:53:20.390535+08:00",
    "Error": "{\"Name\":\"test\",\"Content\":\"throw error\"}",
    "ErrorAppInstId": "v3g1sjx7pk",
    "ErrorAppName": "Throw Exception",
    "ExecutionUid": "313004680261140480",
    "WorkflowId": 18,
    "WorkflowName": "Error handler"
  }
]
lastUpdated: 6/12/2025, 7:57:02 PM