Is there any way to revert to specified node & flow in BotPress12?
I've developed a complex flow and want to add a revert(goto) button after each message (similar to inlineFeedback). When the button is pressed, it should return to that node and resend the message.
I've looked into the code of Message.tsx and managed to obtain the messageId, store, etc. However, I'm unsure how to jump to a specific node. Is there something like bp.dialog.jumpTo available, and if so, how do I obtain the flow and node values?
Looking forward to any help you can provide. Thanks a bunch!