Commit a41ea68
fix(table): don't show "Waiting" for autoRun=false workflow groups
A workflow group with autoRun=false never fires from the scheduler —
the cell stays empty until the user clicks Run manually. Treating
empty cells as "Waiting" misleads the user into thinking the group
will auto-fire once deps are filled, which it won't.
Skip autoRun=false groups when computing the per-row waiting labels
so their cells render the empty-dash instead of the Waiting pill.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent b08c7f3 commit a41ea68
1 file changed
Lines changed: 3 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3160 | 3160 | | |
3161 | 3161 | | |
3162 | 3162 | | |
| 3163 | + | |
| 3164 | + | |
| 3165 | + | |
3163 | 3166 | | |
3164 | 3167 | | |
3165 | 3168 | | |
| |||
0 commit comments