Closed (fixed)
Project:
FlowDrop
Version:
1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Feb 2026 at 16:47 UTC
Updated:
23 Feb 2026 at 21:19 UTC
Jump to comment: Most recent
When a Human-in-the-Loop interrupt occurred during a ForEach loop in the StateGraph orchestrator, the results from previous loop iterations were being lost.
The checkpoint mechanism was not properly preserving accumulated loop results when saving state during an interrupt.
Updated the StateGraph orchestrator to preserve all loop iteration results when a HIL interrupt occurs, ensuring they are available when execution resumes.
Comments
Comment #2
gxleano commentedI have contributed (not only by code, but discussion, presentation, testing or anything related).
Comment #3
d34dman commented