Process Flow - Pipeline validation
Start Pipeline Script
Parse Pipeline Syntax
Check for Syntax Errors?
Yes→Report Errors & Stop
No
Validate Pipeline Steps
Check for Step Errors?
Yes→Report Errors & Stop
No
Pipeline Validated Successfully
Ready to Run Pipeline
The pipeline script is parsed and checked for syntax errors first. If none, each pipeline step is validated. Errors stop the process with reports; otherwise, the pipeline is ready to run.