| Example | Description |
|---|---|
| CEL Additional Data Route | Uses additional_data.route to let the caller specify which step. |
| CEL Previous Step Route | Use previous_step_outputs to read a named classifier result and route to the matching handler. |
| CEL Session State Route | Uses session_state.preferred_handler to persist routing preferences. |
| CEL Ternary | Use a CEL ternary expression to choose between two steps based on the input content. |
| CEL Using Step Choices | Use step_choices indexes to reference route targets without hardcoding step names. |
Router
Runnable workflow examples under: cookbook/04_workflows/07_cel_expressions/router.