MEA DispatchTask - ProcessDocumentation 310523 101029
MEA DispatchTask - ProcessDocumentation 310523 101029
1. Project Details
The Project will be developed with UiPath Re-Framework and has separate workflows based on the requirements
● Main Workflow
● Login Module
● Search_Task
● Assigned_Task
● Dispatch_Task
● LogOut_Module
Main Workflow
The Main Workflow contains the State Machine flows with various states with the required condition in the transitions in
which all the workflows are to be invoked
▪ Initialization
▪ Process Transaction
▪ End Process
Login_Module(Library)
This workflow contains the activities of processing the login into the Web portal.
Search-Task
This workflow contains the activities of processing of Read the csv file and Search Task inside the portal to find out the task is found or not
and Task is Assigned or not
⮚ If the Task Id number is available, then find out the task is assigned for the task Id
Assigned_task
This workflow contains the activities of processing the assign the task for not assigned task id number .
Dispatch_Task
This workflow contains the activities to dispatch the assign task to the team unit member.
LogOut_Module
This This workflow contains the activities to dispatch the assign task to the team unit member.
2. Library
A library in UiPath is a collection of activities that can be reused in other automation projects. Libraries are saved as .nupkg files
and can be installed as dependencies from the Package Manager.Libraries can be added as dependencies to automation processes.
In this project we have created the library for Login Module and Logout Module. For the purpose of reuse the Login and Logout
steps often in the project and for using in other projects.
3. Flow Diagram
4. The process can be started from
❖ UiPath
5. Exception Handling
The types of exceptions identifiable in the automation process can be classified according to the table below.
Business Previously encountered situation. A possible scenario is defined, and A situation never encountered before. It can be caused by external
clear actions and workarounds are provided for each case. factors.
Exception # Exception Details The step where the exception is Parameters Action to be taken
encountered
1 Lack of any/No Input files First Step Data row count=0 Stop the process
Exception # Exception Details The step where the exception is Parameters Action to be taken
encountered
Selector Previously encountered situation - action plan or workaround A situation never encountered before or may happen independently
available. of the applications used in the process.
CSV File Previously encountered situation - action plan or workaround This Will occurs based on the file availability and hyperlink.
available.
Error # Error Details The step where the error is Parameters Action to be taken
encountered
1 RPC Server unavailable Excel Steps - Kill the Process and Add a delay time.
3 Application unresponsive / page not Any step No response / blank page Retry 2 times. Close application and run
loading the sequence again
Error # Error Name The step where the error is Parameters Action to be taken
encountered
1 Authentication Failed or User is Blocked Login Steps Service unreachable/ Send Email
Authentication failed appear in Website
7. Application Details
The table includes a comprehensive list of all the Variables and argument inside the workflow.
Initialization State :
14 DtOutput DataTable Argument IN/OUT This variable is used for Build the
table for store the output value
InitAllSettings :
Process Workflow:
S.No Variable Name Data Type Variable/Argument ArgumentDirection Comments
Search Task :
Assigned task
DisPatch_task