INCF / ProvenanceLibrary

Other
9 stars 8 forks source link

Output becoming Input #12

Closed steffejr closed 12 years ago

steffejr commented 12 years ago

How do we specify the output from Process1 to be the Input to Process2?

steffejr commented 12 years ago

I figured it out. You need to use the "addInput" function to add an output created using "newProcessOuput" as an input to another process.