Replies: 1 comment 1 reply
-
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm trying to implement HITL and I have a few issues with parallel nodes.

Let's assume both parallel nodes need to ask for human input - the time it takes for each node to finish can also vary (lets say Agent 2 takes 5 more minutes than Agent 1).
Is there a way to catch and resume the interrupt for a specific node, without waiting for the other agent to finish?
Before I was using the 'human_node" aproach where every node would have a conditional edge to the human_node, it seems to not work so well with parallel nodes - are there any examples for complex HITL workflows ?
Beta Was this translation helpful? Give feedback.
All reactions