Commit 2f0ce35
authored
Fix invalid error-handling references in workflow advanced-patterns (#52)
The advanced-patterns.md reference cited onError blocks, maxConcurrency, and automatic retries, none of which exist in Falcon Fusion workflows. This contradicted the authoritative guidance in SKILL.md, which states errors are handled through conditional routing and action-level flags, not onError blocks or retry middleware, and that no built-in retry or exponential backoff exists.
Updated the counter-rationalizations table and red-flags list to reference the real mechanisms: conditional routing on Workflow.Execution.Errors, loop continue_on_partial_execution, and sequential loops for stateful or rate-limited actions. Also replaced the forEach/maxConcurrency phrasing with the actual loop construct.1 parent 3d4a135 commit 2f0ce35
1 file changed
Lines changed: 5 additions & 5 deletions
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
122 | | - | |
| 121 | + | |
| 122 | + | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| |||
0 commit comments