Replies: 1 comment
-
Issue created as #1348, it sounds like a good idea. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone!
Suppose I want to make kind of infinity loop of my reply until some condition is not met. For example, I'm asking user for a password in the action of my ReplyFlow. I want the same ReplyFlow to continue processing the next reply if password is incorrect.
The best option would be to add "self" reference in ".next()" method of ReplyFlow builder, but it's not possible.
Could you suggest any workaround?
Consider the following example of my request password flow:
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions