validatePipe: Validate a pipe

Description Usage Arguments Details Value

Description

Validates a single pipe against a pipeline's components.

Usage

1
validatePipe(pipe, componentList)

Arguments

pipe

pipe object

componentList

pipeline components

Details

A pipe is valid if its startComponent, startOutput, endComponent and endInput can all be matched by name to elements in the componentList. The function should return a warning for each invalid element.

Value

Logical value, TRUE if valid


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