-
-
Notifications
You must be signed in to change notification settings - Fork 23.3k
Description
Describe the bug
The prediction end point to resume execution from a stopped checkpoint causes the whole flow to be reran - instead of starting at the human checkpoint. It also executes both the proceed and reject options, when it should have been one or the other.
Flowise Version: 3.0.3
To Reproduce
Start with this flow in Flowise:
Ask a simple question, which stops at the human checkpoint:
Attempts to resume at the checkpoint:
As we can see from the closed out brackets, the whole flow is reran (from start). More importantly, the flow executed both the Yes and No nodes when only one of them should've been executed
Expected behavior
This is the simple flow. The UI works perfectly fine

Flow should be resumed and only the selected path should be executed.
Screenshots
No response
Flow
No response
Use Method
pnpm start
Flowise Version
3.0.3
Operating System
Windows
Browser
Chrome
Additional context
No response