The End Failure node terminates the workflow execution with a failure status. It provides a way to explicitly mark a workflow as failed when certain conditions are met or when an error state is encountered.

Result Schema

The main configurable setting for this node is the Result Schema. Configure the JSON Schema in the platform and get the result from an API. See the guidance and examples in Output & Status → Result Schema. End Failure returns an object that matches your Result Schema configured in the platform.

Workflow Termination

Immediately stops workflow execution with failure status

Error Handling

Provides explicit failure handling for error conditions

Status Reporting

Clearly indicates workflow failed for monitoring and logging

Conditional Branching

Can be used in conditional flows to handle failure paths