Chapter 20: Managing Environment Variables
We created the SAPInvoicePosting
workflow, which orchestrates multiple workflows in the Vendor Invoice Posting
project, in Chapter 15, Controlling Workflows and Scenarios. We also created workflows in Chapter 19, SDK Extension Libraries, to receive and process the details of the invoice by email as an Excel attachment. In that chapter, we also learned about creating and updating the context variables to process them by the other workflows. We learned about generating the code and building the projects in Chapter 17, Generating Code. We are almost ready to test the Vendor Invoice Posting
project. One step remaining is to prepare the properties in the environment in which the automation solution is to run.
In this chapter, we will learn about environment variables, which are properties that can be used by automation solutions while running, in the following sections:
- Creating environment variables
- Reading environment variables...