Version 1.12b#

We are pleased to announce the release of the new beta version of the Sherpa RPA platform — 1.12b.

Key changes:

  1. Improved UX for working with blocks — blocks can now be moved from any point, including the center, along with several other changes that enhance usability.

  2. Fixed issues with debugging tools — Debug, Step Into, Step Over, Breakpoint. Debugging now works faster, and you can switch between different debugging modes in any order, including launching a script directly in Step Into or Step Over mode.

  3. Redesigned error and exception handling system, as well as logging.
    A new group of properties "Error Handling and Logging" has been added to each block; these properties will allow fine-tuning of the logging level and what to do in case of an error — ignore it, abort the script, or proceed via the "On Error" connector. This connector is now available in almost all blocks. For those that do not have it (e.g., loops, conditions), there is now an option to specify the exit direction from the block in case of an error (down or right). These settings can be specified at the level of each specific block, at the level of the entire diagram (in its Start block), or at the level of the entire project (in the Start block of the main diagram). For details, see the tooltips for the new properties.