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

# Workflow Route Details • AI Agents Framework

> WorkflowRouteDetails: Details for a route step.

# WorkflowRouteDetails

> Defined in the [**auto**](../modules/auto) module.

<Badge color="purple">AI Agents Framework</Badge>

Details for a route step.

## Properties

<ResponseField name="name" type="str">
  No description available.
</ResponseField>

<ResponseField name="route" type="Dict">
  No description available.
</ResponseField>

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai/praisonai/auto.py#L991">
  `praisonai/auto.py` at line 991
</Card>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="AgentFlow Concept" icon="diagram-project" href="/docs/concepts/agentflow" />

  <Card title="Workflow Patterns" icon="shuffle" href="/docs/features/workflow-patterns" />

  <Card title="Routing" icon="route" href="/docs/features/routing" />

  <Card title="Workflows Feature" icon="diagram-project" href="/docs/features/workflows" />

  <Card title="YAML Workflows" icon="file-code" href="/docs/features/yaml-workflows" />
</CardGroup>
