To use a process, there has to be a way of creating a process instance that will flow through it. One way to do this is with a global creation activity.
A global creation activity creates a process instance which will then start flowing from the Begin activity. It is called a global activity because it does not run from within an instance. Rather, it is executed outside of, and independent from, any existing instances.
In the Expense Report process, we use just one global creation activity, which we name Create Expense Report.
To add the Create Expense Report global creation activity:
After completing this task, your process design diagram should look like this: