Summary
In this chapter, we generated the source code and learned about the source code structure. We also learned that every declaration in the Explorer perspective is included in the Declarations
source file. All the variables defined in the Context panel are declared in the Entities
script file. A source file will be generated for each of the workflows created in the Workflow perspective. We also learned about the methods included in the generated source files for a workflow.
We will learn more about the SDK libraries provided by SAP Intelligent RPA and how they are used in the source code in the next chapter.