In this activity you will add both automatic and interactive
activities in the most expected path (also called the
happy path) of the ExpenseManagement project.
Adding the Check Company Policy Activity
In this task you will add an automatic activity which will perform a simple check on the expense report based on a simple rule.
Adding the Review Report Activity
In this task you will add the Review Report activity, an interactive activity that will be used by the Supervisor role.
Adding the Confirm Receipts Activity
In this task you will add the Confirm Receipts activity, an interactive activity which will be used by the Treasurer role.
Adding the Process Expense Activity
The last activity in the happy path is the Process Expense activity. This activity is where the process would perform whatever actions were required to fund or reinburse the expense reported.
Running the Process as an Employee
You cannot yet input data into the process, but you can now run the process and see how the Expense Report instance flows through the happy path.
Running the Process as Supervisor and Treasurer
In this task you will continue to see what the process looks like to users. In this case, you will follow the process instance with the Supervisor and then the Treasurer roles.
Activity 2 Summary
You have started to build the process, which now has all the activities in the most expected path, as well as all of the roles you will define.