Circular Transitions #192
Unanswered
MHammad200
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,


My use case is to move back and forth b/w various transitions. For example I want to following transitions
A->B->C->B->C-D , here I want to move between B->C infinite times. Can we do such in django-river?
Currently, I have setup states, workflows and transition-meta.
Any help?
All reactions