| Example | Description |
|---|---|
| CEL Additional Data Route | Uses additional_data.route to let the caller specify which step. |
| CEL Previous Step Route | Uses previous_step_outputs map to access the classifier step by name,. |
| CEL Session State Route | Uses session_state.preferred_handler to persist routing preferences. |
| CEL Ternary | Uses a CEL ternary to pick between two steps based on whether. |
| CEL Using Step Choices | Uses step_choices[0], step_choices[1], etc. to reference steps by their. |
Router
Runnable workflow examples under: cookbook/04_workflows/07_cel_expressions/router.