Merging Conditional Flows? #5778
Replies: 1 comment
-
Hey there, @mstachowiak! I'm here to help you out with any bugs, questions, or contributions you have in mind. Let's tackle this together! The Regarding the As a workaround, you might consider implementing a custom solution or using external logic to manage the conditional flow and merging process. This could involve creating separate flows and chaining them together, although you mentioned wanting to avoid this approach. Unfortunately, without a built-in feature to handle this use case, external logic might be necessary. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
Beta Was this translation helpful? Give feedback.
-
I'm curious if it's possible to setup a forked flow that can go down one of two paths, and then later run the output of either flow through a single, unified output path?
The
Merge Text
andMerge Data
components appear to wait for all connected input components before producing output. If a flow is conditionally forked, only one of the input paths will complete and the merge component will never generate an output, it will just wait indefinitely.I have also looked into the
Notify
andListen
components. Those components not only appear buggy, but theListen
component appears to need connected inputs, which kinda defeats the purpose of the whole concept.Any thoughts or suggestions? I could accomplish this by making a separate flow and chaining them together, but I'd like to avoid that if possible. This seems like a common use case in a flow - fork off and then run through standard logic later, without having to duplicate it.
Beta Was this translation helpful? Give feedback.
All reactions