Tried to set up a simple while loop that would generate content, ask for my approval, and set the state to end the loop if approved, but it is endlessly looping without asking for my approval.
Anyone else seeing this?
Tried to set up a simple while loop that would generate content, ask for my approval, and set the state to end the loop if approved, but it is endlessly looping without asking for my approval.
Anyone else seeing this?
Thank you for sharing your workflow, super helpful. This is a known bug. Right now, if you place a user-approval node inside a while loop, it won’t actually pause for input and just loops endlessly. The team has confirmed it and is working on a backend fix so workflows can suspend and resume correctly within loops.
For now, move the approval step outside the loop or replace the while loop with a conditional branch that checks a state variable. That should stop it from running forever while we work on a fix!
This issue is still not fixed