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

# Workflows

> Workflow examples covering steps, loops, parallel execution, routing, advanced controls, and CEL.

| Example                                                                     | Description                                                                                                                |
| --------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- |
| [Basic Workflows](/examples/workflows/basic-workflows/overview)             | Workflow examples for function executors, step sequences, nested steps, files, and session metrics.                        |
| [Conditional Execution](/examples/workflows/conditional-execution/overview) | Condition and loop workflow examples for branching on input, state, and previous-step output.                              |
| [Loop Execution](/examples/workflows/loop-execution/overview)               | Loop workflows for iterative processing, parallel branches, and accumulated outputs.                                       |
| [Parallel Execution](/examples/workflows/parallel-execution/overview)       | Parallel workflows for concurrent agents, teams, conditions, and synthesis steps.                                          |
| [Conditional Branching](/examples/workflows/conditional-branching/overview) | Router and conditional workflow examples for dynamic branch selection.                                                     |
| [Advanced Concepts](/examples/workflows/advanced-concepts/overview)         | Advanced workflow examples for run control, state, history, nesting, guardrails, structured I/O, and background execution. |
| [Cel Expressions](/examples/workflows/cel-expressions/overview)             | Use CEL expressions in workflow conditions, loops, and routers.                                                            |
