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
Settings
Once in the
Settings
modal, find at the bottom theEnable experimental support for multiple flows
toggleClick on it to enable it and hit
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.
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