Skip to content

how to send details from one node to multiple nodes in parallel #583

Answered by hinthornw
arvindkrbhatt asked this question in Q&A
Discussion options

You must be logged in to vote

For given link it shows Node A is connected with Node B and Node C and further both Node B and Node C are connected with Node D. My question is does Node D wait for completion of both Node B and Node C or Node D will be executed if any of Node B or Node C executed successfully.

  • What will happen if any of Node B or Node C prompts error? Will Node D execute?

Does this help? (from the link above)

For a below code base that is implemented in LangChain (using Sequential chain) link how can I implement the same in LangGraph? What would be the best way to handle scenarios where some node is depending on inputs from other nodes?

The state is updated after every step, so by definition, node…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@arvindkrbhatt
Comment options

@arvindkrbhatt
Comment options

@hinthornw
Comment options

Answer selected by hinthornw
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants