Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Starting new flows from waypoints and preserving order #128

Open
gsgoncalves opened this issue Oct 9, 2022 · 1 comment
Open

Starting new flows from waypoints and preserving order #128

gsgoncalves opened this issue Oct 9, 2022 · 1 comment

Comments

@gsgoncalves
Copy link

Hi,

Great project!
I was wondering if I could adapt this framework for my use case.

I need new flows to start at waypoints and add them to the following waypoints so that each flow has a distinct waypoint level.

For example:
Here Banana appears at level 2, passes through the second waypoint, and finishes with the other flows that begin at the start. Great!

flow-1-example

Question 1: Can I add this same functionality for an arbitrary number of flows that may start at any waypoint and continue until the end?
Question 2: Moreover, the new flows such as "Banana" can start at any position, including between the original flows?

I have managed to produce the following 2 outputs, but they are not preserving a waypoint level for each flow, and I cannot make the new flow start between any of the original flows.

flow-2-example

flow-3-example

Code for generating example 1

Code for generating example 2

Code for generating example 3

Does anyone know how to do this, or if it is possible?

Question 3: Is it possible to add free text labels without breaking the flows?

Thank you!

@ricklupton
Copy link
Owner

ricklupton commented Oct 10, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants