## Parsing Data
In the UI, the **Parsing Data** panel shows how your pipeline is interpreted and prepared:
- **Overall status**
Shows **Completed** or **Failed** for the entire job.
- **Error messages**
If any block fails, its error appears here and the job is marked **Failed**.
The final block in the parsing data is where the error occured.
- **Parsed blocks**
Each block is listed _after_ parsing & evaluation but _before_ execution, with:
- Block type (assign, processor, job)
- Step name
- Resolved variables
- Inputs, parameters, and outputs
- Active overrides
- **Conditional skips**
Blocks with `condition: "False"` are omitted entirely.
Use this panel to trace variable values, verify block order, and quickly spot parsing or configuration issues before reprocessing the job.