| Example | Description |
|---|---|
| Condition Basic | Demonstrates conditional step execution using a fact-check gate in a linear workflow. |
| Condition With Else | Demonstrates Condition(..., else_steps=[...]) for routing between technical and general support branches. |
| Condition With List | Demonstrates condition branches that execute a list of multiple steps, including parallel conditional blocks. |
| Condition With Parallel | Demonstrates multiple conditional branches executed in parallel before final synthesis steps. |