Forums

Full Version: How to use Failure Analysis?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When we click Failure Analysis Tab in Pipeline , it will list all the component wise failed data with error for each recordĀ .
Pros:
  • In this case you don't have to do some custom coding for that.
  • By Default , the failed data is stored in the Backend Pipeline MongoDB server in the collection named 'failedRecords'.
  • When we click an component it will filter the failed data based on the Pipeline_id and Component_Instance_idĀ  .
Cons :
  • But , in case you are copy pasting the component and deleting the old component , u can't keep track of it .