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
@@ -277,7 +277,7 @@ Runs a child body over items.
```json
{
"foreach": {
"over": "state.items",
"over": {"root": "state", "parts": ["items"]},
"as": "item",
"mode": "serial",
"on_item_error": "fail"