Is it possible to implement recursive flow logic? #9738
Unanswered
gyqls7975-beep
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there, I'm sorry if my English is not perfect.
I'm trying to create a flow in Langflow that follows a recursive structure. I want to check if this kind of logic is supported or if there’s a recommended workaround.
this is what im trying to build:
3.1 If sufficient → generate the answer(jump to setp 4)
3.2 If not sufficient → modify or expand the question
3.2.1 If the question was modified → go back to step 2 and repeat the process recursively. (Max 3 Times)
Is it possible to implement this kind of self-calling / recursive loop inside Langflow?
If not natively supported, is there any recommended workaround or best practice to achieve a similar effect?
should I use the Notify and Listen components instead?
Please, someone help me
Beta Was this translation helpful? Give feedback.
All reactions