A developer is building an automation for a rental car company. The company defined the steps as:
1. Get emails from the company-wide Reservations Microsoft Outlook Inbox account
2. Extract data from the current email and add it to the queue
3. Login to the rental car company's desktop application
4. Navigate to the Rental Requests section
5. For each Queue Item:
a. Navigate to the Reservations section from the Rental Requests section b. Add the booking details into the Reservations section c. Close the current reservation
6. Log out and close the company's application
The developer decides to use the Dispatcher/Performer model for the automation. Which steps will be included in the Dispatcher process?