AnyAirlines has an RPA process that is failing in Production.
According to best practices, how should they debug the failure?
Download the Analysis Package: The first step is to download the analysis package from the RPA Manager. This package contains logs and detailed execution data that are crucial for debugging.
Revert to Build Phase: Reverting the RPA process to the Build phase allows developers to make changes and debug the process. The Build phase is where the RPA process is designed and configured.
Import to RPA Builder: Import the analysis package into RPA Builder, which is the tool used to develop and debug RPA processes. This allows for a detailed investigation and identification of the root cause of the failure.
Debugging: Use the detailed logs and execution data within RPA Builder to step through the process, identify issues, and implement fixes. This is the most effective method for diagnosing and resolving issues in RPA processes.
Currently there are no comments in this discussion, be the first to comment!