Success Node
The Success node marks the flow execution as successful.
Description
The Success node is a terminal node that marks the flow execution as successful. It's typically used at the end of successful execution paths to clearly indicate completion.
Execution Inputs
- In (execution): The execution flow enters through this pin
Variable Inputs
None
Execution Outputs
None (terminal node)
Variable Outputs
None
Special Notes
- This is a terminal node - execution stops here
- Use this to clearly mark successful completion paths
- Often paired with Failed node for error handling
- The flow execution is marked as successful when this node is reached
Example Usage
Place at the end of successful execution paths. For example, after all processing completes successfully, route execution to a Success node to mark the flow as complete.
Flow Download Example
Placeholder for flow download example
Additional Pictures
Placeholder for additional node images and examples