| Example | Description |
|---|---|
| Early Stop Basic | Demonstrates early termination with StepOutput(stop=True) across direct steps, Steps containers, and agent/function workflows. |
| Early Stop Condition | Demonstrates stopping an entire workflow from inside a Condition branch. |
| Early Stop Loop | Demonstrates stopping a looped workflow early using a safety-check step. |
| Early Stop Parallel | Demonstrates stopping the workflow from within a step running inside a Parallel block. |
Early Stopping
Runnable workflow examples under: cookbook/04_workflows/06_advanced_concepts/early_stopping.