input: Create an 'input' object for executing a 'component' in a...

Description Usage Arguments Details Value

Description

Create an input object for executing a component in a pipeline.

Usage

1
input(pipe, outputList)

Arguments

pipe

pipe describing match

outputList

named list of output object lists

Details

When a pipeline is executed, conduit must match moduleOutputs to moduleInputs according to the pipes. This function matches each moduleInput mentioned in a pipe to the correct output.

outputList is a list of output object lists, named for each component in the originating pipeline.

Value

named input list


anhinton/conduit documentation built on May 10, 2019, 11:48 a.m.