# Failed

Pair this action with [Start](https://docs.gradient.works/kb/automation-builder-kit-abk/actions/flow-lifecycle/startflowaction) and use it inside a fault path in a Flow to ensure proper Flow execution error tracing.

## Inputs

| Name              | Required | Type   | Description                                                    |
| ----------------- | -------- | ------ | -------------------------------------------------------------- |
| flowFaultMessage  | Yes      | String | Automatically provided as $Flow\.FaultMessage                  |
| flowInterviewGuid | Yes      | String | Automatically provided as $Flow\.InterviewGuid.                |
| flowApiName       | No       | String | The API name of the flow. Automatically provided if available. |

## Outputs

| Name             | Type   | Description                 |
| ---------------- | ------ | --------------------------- |
| flowFaultMessage | String | The Flow fault path message |
