Vinicius Brasil
fe2c236601
Add each composite action to FlowDefinition (#6164)
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 21:44:33 -07:00
..
2025-10-20 14:10:19 -07:00
2026-05-26 10:23:33 -07:00
2025-11-29 16:55:24 -05:00
2025-10-20 14:10:19 -07:00
2025-10-20 14:10:19 -07:00
2026-05-26 10:23:33 -07:00
2026-05-26 10:23:33 -07:00
2026-05-26 10:23:33 -07:00
2026-06-09 17:19:25 -04:00
2025-10-20 14:10:19 -07:00
2026-01-23 15:13:25 -05:00
2026-05-26 10:23:33 -07:00
2025-10-20 14:10:19 -07:00
2025-10-20 14:10:19 -07:00
2026-05-26 10:23:33 -07:00
2026-06-14 04:19:48 -03:00
2026-06-04 13:28:31 -05:00
2026-06-14 04:19:48 -03:00
2026-05-26 10:23:33 -07:00
2026-05-26 10:23:33 -07:00
2026-05-26 10:23:33 -07:00
2026-06-15 21:44:33 -07:00
2026-05-26 10:23:33 -07:00
2026-05-26 10:23:33 -07:00
2026-05-26 10:23:33 -07:00
2025-10-20 14:10:19 -07:00
2026-05-26 10:23:33 -07:00