Mapreduce Send
API doesn't work with path_map
of add_conditional_edges
#3240
Unanswered
Neet-Nestor
asked this question in
Q&A
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 noticed that if I defined a
path_map
inadd_conditional_edges
call and returnsSend
objects in the router function, I must specify the original node names inSend
instead of the the path name alias defined in thepath_map
.I do figure out that according to the doc of
Send
, it should accept node names only, so I guess it's expected. However, is this an intentional design? Could we support the path names too (as this seems intuitive and consistent for a conditional edge with a path map).Example code:
Beta Was this translation helpful? Give feedback.
All reactions