> ## Documentation Index
> Fetch the complete documentation index at: https://agno-v2-studio-tools-doc.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Loop

> Runnable workflow examples under: cookbook/04_workflows/07_cel_expressions/loop.

| Example                                                                                   | Description                                                            |
| ----------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- |
| [CEL Compound Exit](/examples/workflows/cel-expressions/loop/cel-compound-exit)           | Combines all\_success and current\_iteration to stop when both.        |
| [CEL Content Keyword](/examples/workflows/cel-expressions/loop/cel-content-keyword)       | Uses last\_step\_content.contains() to detect a keyword in the output. |
| [CEL Iteration Limit](/examples/workflows/cel-expressions/loop/cel-iteration-limit)       | Uses current\_iteration to stop after a specific number.               |
| [CEL Step Outputs Check](/examples/workflows/cel-expressions/loop/cel-step-outputs-check) | Uses step\_outputs map to access a specific step by name and.          |
