Skip to main content
Route workflow execution to one or more paths based on a selector function.

How It Works

  1. The selector function receives the step context.
  2. It returns a route name (string).
  3. The matching route’s step executes.

Multi-Route Selection

Return a list of route names to execute multiple routes in parallel:

Async Selectors