Creating a Process

A project can have one or more processes. In this task, you will create the Expense Report process of the ExpenseManagement project.

To create the Expense Report process:

  1. In the Project Navigator, expand the ExpenseManagement project.
  2. Right-click Processes (Processes Icon 
				), then select New > Process (). The Process dialog box appears.
  3. In the Name field, enter Expense Report.
  4. Verify that the Lane Layout option is set as Horizontal.
  5. Select the Advanced tab.
  6. In the Advanced tab page, select the Generate Events for all Activities option. Selecting this enables you, later on, to see every step the process instance (the expense report) traverses.
  7. Choose OK.

    A new window appears for the new process. This is known as an editor. The Design view is shown, as you can see by looking at the tab at the bottom of the editor.

The new process contains a Begin and an End Activity, joined by an unconditional transition. The Begin and End Activities define the entry and exit points for a process.

When you create a new process, these activities, and the unconditional transition that connects them, are created automatically.