fix(FN-0000): address workflow loop review feedback

This commit is contained in:
gsxdsm
2026-06-08 00:19:50 -07:00
parent a504238d26
commit 75867c4002
8 changed files with 106 additions and 20 deletions

View File

@@ -123,7 +123,7 @@ The **step-inversion** track makes task *steps* themselves workflow-modelable. T
`loop` repeats an inline template subgraph until a configured output condition matches or a budget is exhausted. Config:
```
```ts
{ template: { nodes, edges },
exitWhen: {
type: "output-contains", value: string, nodeId?: string