> ## Documentation Index
> Fetch the complete documentation index at: https://agno-v2-service-account.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Parallel Steps

| Parameter      | Type                    | Default  | Description                                                                                       |
| -------------- | ----------------------- | -------- | ------------------------------------------------------------------------------------------------- |
| `*steps`       | `*WorkflowSteps`        | Required | Variable number of steps to execute in parallel. A leading string argument is treated as the name |
| `name`         | `Optional[str]`         | `None`   | Name of the parallel execution block                                                              |
| `description`  | `Optional[str]`         | `None`   | Description of the parallel execution                                                             |
| `human_review` | `Optional[HumanReview]` | `None`   | All HITL settings in a single config. See [HumanReview Config](/workflows/hitl/human-review).     |
