Programmer's Guide > Interfaces > Composer interface > runPipeline method
  
runPipeline method
Runs the pipeline defined by the CCF using the given map of parameter values.
runPipeline( [pipelineParameters] )
Parameters
PropertyMappipelineParameters
[optional] A map object containing the pipeline parameters. The value of a parameter can only be strings.
Returns
trueboolean. if the composition run succeeded. Otherwise, false.