Enhance Command with Send capabilities (dispatch to multiple Nodes with different States) #5064
lambdakris
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I was wondering if there has been any thought around enhancing Command with the ability to dispatch to multiple Nodes with different States, essentially what Send does. I bring it up because I often find myself having to switch between the two and reshuffle my architecture to make use of the characteristics of one or the other. Thinking about it, it honestly seems like dispatching to multiple Nodes is a natural extension of the current Command behavior. It could arguably make the Graph API simpler and more consistent, whereas having to switch from Command to conditional edges and Send almost feels like going counter the principle of least surprise. I'm curious if anyone else has had this experience and/or whether there are any practical considerations in terms of termination etc. that might not be immediately obvious.
Beta Was this translation helpful? Give feedback.
All reactions