Skip to content

Parallel using tools doesn't work #1101

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

You must be logged in to vote

Will address pt 2 first since it's easy: for the "graph rendering looks funny" bit, it's because there are only 2 ways we can infer conditional edge connectivity at "compile" time:

  1. Via type annotations in the function you pass in (not present here since you're using a lambda)
  2. Via a "path map" parameter: either a dictionary (mapping function outputs -> node name) or list (stating the valid outputs. The function outputs must be node names in this case)

Replies: 1 comment 3 replies

Comment options

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

@hinthornw
Comment options

@JanPalasek
Comment options

Answer selected by JanPalasek
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants