Files
crewAI/lib/crewai/tests
Vinicius Brasil fea0764647 Add each composite action to FlowDefinition
Lets a definition loop over an array without writing Python. Each
iteration exposes `item` and prior steps `outputs`.

```yaml
do:
  call: each
  in: state.rows
  do:
    - normalize:
        call: tool
        ref: my_tools:NormalizeRowTool
        with: { row: "${ item }" }
    - lead_scoring:
        call: agent
        # ...
```
2026-06-15 12:38:16 -07:00
..
2026-06-14 04:19:48 -03:00
2026-06-14 04:19:48 -03:00
2025-10-20 14:10:19 -07:00
2025-12-04 16:53:19 -05:00
2026-06-14 04:19:48 -03:00
2026-06-14 04:19:48 -03:00
2026-06-14 04:19:48 -03:00
2026-06-14 04:19:48 -03:00
2026-06-14 04:19:48 -03:00
2026-02-13 21:34:37 -03:00
2026-06-14 04:19:48 -03:00
2025-10-20 14:10:19 -07:00
2025-10-20 14:10:19 -07:00
2026-06-14 04:19:48 -03:00
2025-10-20 14:10:19 -07:00