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.

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

Configuration Options

Failure Configuration

The End Failure node doesn’t require additional URL or data configuration. It focuses on:

  • Immediate Termination: Stops workflow execution instantly
  • Failure Status: Marks the entire workflow run as failed
  • Error Context: Uses the description to provide failure reason
  • Cleanup: Ensures proper cleanup of resources before termination

Example Description:

Login failed after maximum retry attempts

Node Settings

Terminal Node

Behavior:

  • No outgoing connections allowed
  • Immediately terminates workflow
  • Cannot be bypassed or continued
  • Final node in this execution path

Failure Status

Result:

  • Workflow marked as failed
  • Execution stops immediately
  • Error logged with description
  • Triggers failure notifications if configured

Use Cases