pipelineResult: Create 'pipelineResult' object

Description Usage Arguments Details Value See Also

Description

Create pipelineResult object

Usage

1
pipelineResult(componentResultList, pipelinePath, pipeline)

Arguments

componentResultList

list of componentResult objects

pipelinePath

file path to pipeline output

pipeline

pipeline object which produced componentResultList

Details

This function is used to construct the objects returned by runPipeline.

The export function can be used to export these objects to a gzipped tarfile. The resulting tarfile can be read loaded into conduit using the importPipeline function

Value

object of class componentResult and pipelineResult containing:

name

module name

file

file path to resulting pipeline XML

component

resulting pipeline object

outputList

list of output objects produced by components

componentResultList

list of componentResult objects

See Also

moduleResult, pipeline, runPipeline, export, importPipeline


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