◆ add()
| PipelineBuilder::add | ( | flowElement | ) | 
Add a single flowElement to be executed in series.
- Parameters
 - 
    
- {FlowElement} - flowElement flowElement to add to the Pipeline
  
- Returns
 - {PipelineBuilder} Pipeline builder for easy chaining
 
- Examples
 - pipelines.js.
 
