How to make multiple branches execute in parallel with conditional branches #2955
fuyuku
started this conversation in
Discussions
Replies: 1 comment 1 reply
-
Could you please provide an example graph and say more about what you're trying to achieve? Also, will turn this into a discussion since there is no explicit issue |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
output:
Since "c" will never execute, it will always be stuck here
'e' will never be executed
In reality, this is often dynamic, so we can only add them all.
But there is always one between 'b' and 'c' that won't execute, causing this place to wait forever.
Is there a way to change here, delete the one that will never be executed, or any other method?
Beta Was this translation helpful? Give feedback.
All reactions