Exploring the Desktop SDK core classes
The SAP Intelligent RPA provides a lot of libraries/classes as part of SDK for handling entities that are defined in the Explorer perspective or the scenarios/workflows that are created in the Workflow perspective. It provides many libraries for handling the context/managing the variables or the libraries for handling different technologies. The source code for the libraries included in the project will be available in the <<project folder>>\bin\lib
folder.
The following screenshot shows the complete list of SDK core classes included in the project source:
This list may vary depending on the libraries included in the project. The libraries/classes included under the Framework node are core SDK classes, whereas the libraries included under CRM Applications are extensions to the SDK. We will explore these libraries in the following sections.
...