End Success
Learn about End Success nodes and how they terminate workflows with success status
The End Success node terminates the workflow execution with a success status. It provides a way to explicitly mark a workflow as completed successfully when all required conditions are met or when the desired outcome is achieved.
Workflow Completion
Immediately stops workflow execution with success status
Success Confirmation
Provides explicit success handling for completed operations
Status Reporting
Clearly indicates workflow succeeded for monitoring and logging
Conditional Branching
Can be used in conditional flows to handle success paths
Configuration Options
Success Configuration
The End Success node doesn’t require additional URL or data configuration. It focuses on:
- Immediate Termination: Stops workflow execution instantly
- Success Status: Marks the entire workflow run as successful
- Success Context: Uses the description to provide success reason
- Cleanup: Ensures proper cleanup of resources before termination
Example Description:
Result Schema
Configure the schema of the result to get all the information you need at a glance.
Node Settings
Terminal Node
Behavior:
- No outgoing connections allowed
- Immediately terminates workflow
- Cannot be bypassed or continued
- Final node in this execution path
Success Status
Result:
- Workflow marked as successful
- Execution stops immediately
- Success logged with description
- Triggers success notifications if configured
Use Cases
Authentication Success
Authentication Success
Terminate workflow when login is successful and user session is established.
Data Processing Complete
Data Processing Complete
End workflow when all required data has been processed and validated successfully.
Transaction Completion
Transaction Completion
Stop execution when financial transactions or purchases are completed successfully.
Task Accomplishment
Task Accomplishment
Terminate workflow when all required tasks have been completed and objectives achieved.