How can I prevent users from going backwards on a BPF?
Note: I do not want to terminate the flow as there are stages that follow, for example a BPF made of [A] [B] [C], if a user is at stage [B] I would like to prevent them from returning to stage [A].
Any help would be much appreciated.