You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this simple graph, only "world" is logged – my expectation is that "hello" and "world" are logged instead:
I could not find details in the spec on what happens when the same output flow socket is connected to multiple input flow sockets. I did find that there's a flow/sequence node but would not expect that to be necessary. My understanding is that the one value output can also be connected to multiple value inputs. cc @lexaknyazev, I might have missed a place where that is defined?
Thank you for the clarification!
Could you point me at the part of the spec where this is stated? I wasn't able to find it.
hybridherbst
changed the title
Bug: only the last connected flow node is executed instead of all connected flow nodes
Bug: More than one input flow socket can be connected to the same output flow socket
Aug 26, 2024
In this simple graph, only "world" is logged – my expectation is that "hello" and "world" are logged instead:
I could not find details in the spec on what happens when the same output flow socket is connected to multiple input flow sockets. I did find that there's a
flow/sequence
node but would not expect that to be necessary. My understanding is that the one value output can also be connected to multiple value inputs. cc @lexaknyazev, I might have missed a place where that is defined?The text was updated successfully, but these errors were encountered: