Commit ca80438
Set SuppressWrites flag unconditionally per execution
Reset() does not clear the Variables dictionary, so setting SuppressWritesKey
only when suppressWrites was true could leave a stale 'true' on a reused
WorkflowTree instance, silently suppressing a later real workflow's Update.
Assign the flag on every Execute so behavior depends only on the current call.
Co-Authored-By: Claude <noreply@anthropic.com> via Conducktor <conducktor@contextand.com>1 parent d581bb7 commit ca80438
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
0 commit comments