pipeline.draw()
does not show user-provided value to variadic input
#8656
Labels
P2
Medium priority, add to the next sprint if no P1 available
Describe the bug
Providing
run
with a value to a variadic input, e.g. a branchJoiner, is not shown bypipeline.draw()
.Additional context
As a result, the
branchJoiner
that should sit at the top of the pipeline is instead shown at the very bottom, making the structure a bit confusing.This is probably intentional for optional inputs but variadic inputs should be handled separately IMHO as they are relevant to the control flow.
To Reproduce
branchJoiner
run({"branchJoiner": { "value": value}})
pipeline.draw()
branchJoiner
node.FAQ Check
System:
The text was updated successfully, but these errors were encountered: