End Success node terminates workflow with a 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.
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 Success returns an object that matches your Result Schema configured in the platform.
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