> ## 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 Parallel Details • AI Agents Framework

> WorkflowParallelDetails: Details for a parallel step.

# WorkflowParallelDetails

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

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

Details for a parallel step.

## Properties

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

<ResponseField name="parallel" type="List">
  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#L996">
  `praisonai/auto.py` at line 996
</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>
