End Failure node
The End Failure node is used to terminate the flow with a failure result. If an error or failure occurs during execution, the flow is redirected to this node, and the process is closed with an unsuccessful outcome.
This node is available in: Authentication, Admin, Self Service, API, Library, Consent, Custom, User Defined
The set of available options may depend on the flow category or type in which the node is used.
Authentication/self-service/admin flows
| Flow type | Node name |
|---|---|
| Authentication — Login | Flow - End Failure Login |
| Authentication — Logout | Flow - End Failure Logout |
| Self Service — Registration | Flow - End Failure Registration |
| Self Service — Reset Password | Flow - End Failure Reset Password |
| Self Service — Update Password | Flow - End Failure Update Password |
| Admin | Flow - End Failure Admin |
Node configurations
- Use a Vuetify Form: By default, the End Failure node displays a predefined Vuetify form. Alternatively, you can provide custom HTML code to define the failure page layout and behavior.
The default template includes the {{flow.error.message}} variable to display the error message, along with a Retry button that allows the user to restart the flow.
The default form is fully customizable — you can modify colors, labels, and text, or add new elements using the ADD button. A Preview button is also available.
- Head element: Inject head elements into the rendered page. See Start Node for full details.
Consent flow
Flow - End Failure OAuth Consent node
Node configurations
- Redirect URL: Define the destination URL to which the user is redirected once the node ends.
- Use a Vuetify Form
- Head element
API flows
Flow - End Failure Backend node
Node configurations
-
Body: Define the HTTP response body returned. The value you configure (JSON or plain text) is returned to the client.
-
Status: Define the HTTP status code returned in the response.
-
API Headers: Define custom HTTP headers to include in the response.
-
Cookie Configurations: Include Set-Cookie headers in the response.
Library flows
Flow - Nested Failure node
No node configurations required.
This node terminates the nested flow with a failure outcome and returns control to the parent flow.
Custom/user defined flows
End Failure FrontEnd node
Node configurations
- Use a Vuetify Form
- Head element
End Failure BackEnd node
Node configurations
- Body
- Status
- API Headers
- Cookie Configurations