As we said earlier, ReFramework starts with the Init state, where we initialize the settings and applications. There are three workflows here. All of these files can be found in the Framework folder of the project:
- InitAllSettings: This workflow initializes the config dictionary variable. We will not make any changes to this workflow for this project.
- KillAllProcesses: This workflow is used to close the working processes. We will not make any changes to this either.Â
- InitAllApplications: This is where we open and initialize applications. For this project, we will open the PO application where we will input the POs.Â
Let's initialize the PO application within the InitAllApplications workflow.