Parallel Steps

Constructor parameters for the workflow Parallel class, which runs steps concurrently.

ParameterTypeDefaultDescription
*steps*WorkflowStepsRequiredVariable number of steps to execute in parallel. A leading string argument is treated as the name
nameOptional[str]NoneName of the parallel execution block
descriptionOptional[str]NoneDescription of the parallel execution
human_reviewOptional[HumanReview]NoneHITL config object. Parallel supports no HITL pauses; setting any requires_* field raises ValueError. See HumanReview Config.