foreach container arg to get the path treatment too!

This commit is contained in:
lda
2026-05-21 14:31:52 +07:00 Verified
parent 3be1593276
commit 23ffddf9b3
8 changed files with 54 additions and 8 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ def build_demo_workflow() -> Workflow:
{
"id": "summarize_each",
"type": "foreach",
"over": "state.documents",
"over": {"root": "state", "parts": ["documents"]},
"as": "document",
"mode": "serial",
"on_item_error": "fail",