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
-
Hi,
![image](https://user-images.githubusercontent.com/56544993/118812978-20e85880-b8c8-11eb-90c3-fb186d2282ce.png)
![image](https://user-images.githubusercontent.com/56544993/118813053-3198ce80-b8c8-11eb-9c2e-290f9ac530ba.png)
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?
Beta Was this translation helpful? Give feedback.
All reactions