Exploring source code structure and source files
We now understand from the previous section that generated source code includes a list of core SDK classes. The generated code also includes the source code for each of the declarations in the Explorer perspective and the Workflow perspective. Let's explore the generated source code and how the elements defined in the Explorer perspective and the workflows created in the Workflow perspective are converted to JavaScript code.
The SAP Intelligent RPA uses JavaScript as the language for generated files, and so you will see the files with the .js
extension. You can refer to the Exploring the project structure and organization section of Chapter 10, Creating and Managing Projects, for project folder structure and where the files are stored in the filesystem. We will now relate the generated source files to the declarations in other perspectives.
Relating the generated source code with declarations
We will first look at the...