| 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 | HITL config object. Parallel supports no HITL pauses; setting any requires_* field raises ValueError. See HumanReview Config. |
Workflows
Parallel Steps
Constructor parameters for the workflow Parallel class, which runs steps concurrently.