feat(KB-312): add changeset for workflow step bug fix

This commit is contained in:
gsxdsm
2026-03-31 13:21:08 -07:00
parent 433a2fefef
commit a9e47f8708

View File

@@ -0,0 +1,5 @@
---
"@dustinbyrne/kb": patch
---
Fix workflow step results persistence and column movement. Tasks now properly persist workflow step results to the task's `workflowStepResults` field, move to "in-review" even when workflow steps fail (so users can see and retry), and clear workflow step results when a task is retried.