A tool which extracts all the exceptions implemented in a Blue Prism robot.
Extract the project and run the executable in the /bin directory. See deployment for notes on how to deploy the project on a live system.
Blue Prism release files should be in place to get favouorable results.
The parser works ONLY with BPRELEASE files.
- Open Command propmt in windows.
- Go to the directory where the executable is residing.
- Provide an argument to the executable between qutoes which is equivalent to the FULL path of the BPRELEASE file.
- Command Line Invocation:
$> <Executable File> <BPRELEASE File Full Path>
- Two files will be generated; one for objects and one for processes which will list the details for all exceptions in the robot.
- [.NET]
- [C#]
- Asad Zia
This project is licensed under the MIT License - see the LICENSE.md file for details