Merge pull request #1508 from Runfusion/feature/workflow-loop-nodes

Add bounded workflow loop nodes
This commit is contained in:
gsxdsm
2026-06-08 00:33:25 -07:00
committed by GitHub
17 changed files with 1389 additions and 58 deletions

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": minor
---
Add first-class workflow loop nodes with bounded template repetition, exit conditions, editor support, and plugin SDK type exports.