pyiron_workflow.flowcontrollers.forflow module

class pyiron_workflow.flowcontrollers.forflow.ForEach(recipe: RecipeType, label: Annotated[str, BeforeValidator(func=_validate_label, json_schema_input_type=PydanticUndefined)] | None = None, /, **connections: Port | Node | JSONABLE)[source]

Bases: StaticGraph[ForEachRecipe, ForEachData]

evaluate(run: Run[ResultType], config: RunConfig) Run[ResultType][source]