The Main Process can be used to invoke multiple sequences that were created previously within a project. If we are going to perform an extensive automation/Process, we can create a separate sequence for each of the tasks. We can have multiple sequences within the same process depending upon our requirement. A collection of these sequences is known as a main process and a collection of processes is known as a Project.
For better clarification, please see the example given below-
For the example given above, follow the below steps to create sub processes.
Each process that you create will have a Start-up sequence. The startup sequence is the sequence which gets executed initially when we run a process. By default, the startup sequence will be named as MainSequence and you will be able to easily identify the MainSequence in the Project Explorer panel since the name will be highlighted.