This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
Multiple flows support #1750
Closed
lordrip
started this conversation in
Show and tell
Replies: 1 comment
-
Closing it as it's already implemented |
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
-
Context
Hi, I'm starting this discussion to show the current status of the multiple flows support, this feature it's still is a work in progress but I think that it might be helpful to document the progress here 😃
How to get the changes
The initial bit of functionality it's added in the following pull request: (#1749), once it's merged it will be available in the nightly environment (or if you like bleeding edge, feel free to download the branch and try it out yourself 🤩).
How to enable the multiple flows support
Got to the 3 dots menu and click on
![image](https://user-images.githubusercontent.com/16512618/236767447-f4180497-8dde-497a-97f9-fd58d65d588d.png)
Settings
Once in the
![image](https://user-images.githubusercontent.com/16512618/236767532-20382daf-5b40-4afa-809f-6a6d026ee7cb.png)
Settings
modal, find at the bottom theEnable experimental support for multiple flows
toggleClick on it to enable it and hit
![image](https://user-images.githubusercontent.com/16512618/236767748-ab69822c-1f27-4d37-9a6e-15727c4c2ea2.png)
Save
Once the configuration has been changed, you'll notice that now there are 2 routes in the canvas. From this point, the previous functionality should work the same as before, except that now we could display 2 routes instead.
![image](https://user-images.githubusercontent.com/16512618/236767995-18410e29-3496-4ab6-a88f-04e11ebbf9f9.png)
Limitations
As mentioned in the pull request (#1749), not all the functionality existing in Single Flow Mode is ported to the Multiple Flows Mode yet. Subsequent pull requests will add more functionality gradually.
Please find below a non-exhaustive list of known limitations that will be ironed out in the upcoming pull requests.
Associated issue: #801
We're open to feedback!
If you would like to share any feedback, please feel free to drop a comment below ✌️
Beta Was this translation helpful? Give feedback.
All reactions