Uipath Tutorial | Dispatcher in Uipath

Опубликовано: 03 Декабрь 2022
на канале: Reboot the work - UiPath
818
11

Dispatcher is the process that prepares the initial data and pushes it to the following subprocesses to process it.

Performer sub process retrieves the transaction items from the Orchestrator Queue and processes them one by one by taking into account the business and application exceptions

Task Name: Calculate Client Security Hash
Task Description:

1.1) Open the ACME System Web Application.
1.2) Log in to System. Required input data: email and password.
1.3) Access the Dashboard - the central location, where the user can pick a specific menu item.
1.4) Access the Work Items listing to view all the available tasks to be performed (Output data: Work Items).
1.5) For each activity of the WI5 type, perform the following steps:
1.5.A) Open the Details page of the selected activity to retrieve the Client Information Details.
1.5.B) Open the SHA1 Online webpage and provide the following input: [ClientID]-
[ClientName]-[ClientCountry]. Replace all the variables with the corresponding values. Use dashes between items,
as shown above.
1.5.C) Retrieve the Client Security Hash value from the webpage.
1.5.D) Go back to Work Item Details and open Update Work Item.
1.5.E) Set the status to “Completed”. Add a comment with the obtained [SecurityHash].
1.6) Continue with the next WI5 Activity.

[Note: Below GitHub Link will you to access the Workflow file/Process Files which is shown in our session. If you are not sure how to download & use it then, Kindly check the "GitHub" Playlist ]
GitHub Link - https://github.com/Reboot-your-work/D...

Happy Learning !!