What is the correct way of handling inputs of composite solids? I want to use the inputs multiple times inside the composite solid. The example shown works fine if i comment out the “added = add(one, two)” line. How can I use the inputs more than one time correctly?
I will add a picture to show how the pipeline will be build from the sample code in dagit.
The examples in the docs and in the github repo do not seem to encounter this specific problem.