Flow entering infinite loop while using wait task #485
Labels
app: runner
Concerns the Runner
priority: high
Indicates a high priority issue
type: bug
Something isn't working
weight: 1
An issue that has a very low development impact
Milestone
I tried this:
Called 2 wait tasks one after the other with the same wait duration.
This happened:
The workflow entered an infinite loop.
I expected this:
After the second wait task, flow should have proceeded normally, without entering infinite loop.
Is there a workaround?
If the wait duration is not the same, then infinite loop can be avoided. For eg, if the first wait task is waiting for 3s, then the second wait task duration should not be 3s.
Anything else?
Test code:
Instance:
Platform(s)
Windows
Community Notes
The text was updated successfully, but these errors were encountered: