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

Join mechanism #568

Open
nejbvj opened this issue Jun 17, 2022 · 1 comment
Open

Join mechanism #568

nejbvj opened this issue Jun 17, 2022 · 1 comment

Comments

@nejbvj
Copy link

nejbvj commented Jun 17, 2022

What is your question?
I have tried flogo and found the split path mechanism very useful. I am talking about multiple output from a node which splits the flow into parallel paths. In this case all the paths are executed independently.

I wanted to know if there is any way to do the opposite of split, i.e, join. Basically I want to join multiple independent paths to one path before proceeding. Lets say the leaf node of two parallel paths are Node 3 and Node 4. Now I want to join the output from Node 3 and Node 4 to another Node 5. Let's assume that Node 5 is joined to another Node 6. I am expecting that Node 5 and then Node 6 will be only executed once both Node 3 and Node 4 are executed.

Please tell us about your environment (Operating system, docker version, browser & web ui version, etc):
macOS

Flogo version (CLI & contrib/lib. If unknown, leave empty or state unknown): 0.X.X

@RabiRoshan
Copy link

I have been playing around with flogo for some time now. As far as I know, there is no direct way to do this. However, there might some workaround for implementing this 🤔.

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