How To Retrieve Specific Details For Pipelines in AI Center?
Issue: When pipelines fail, sometimes specific details are needed for in depth troubleshooting.
How to Capture the Specific Pipeline Details
- Review the following Guide for how to capture a HAR trace - How To Generate A HAR File?.
- Open AI Center in a browser
- Go to the Network tab in Dev Tools(F12) in the browser
- Navigate to the Pipelines page
- Click on the specific pipeline that failed
- Save the HAR trace to share with UiPath Product Support.
Reviewing the HAR Trace:
- In the HAR trace, click the pipeline run id call in the Network tab of the Browser Developer Tools
- Open the Response tab in the Browser Developer Tools after clicking the call
- A data list should now be visible in the Response that will contain very specific details about the pipeline configuration and run.
See an example HAR trace below