InterviewSolution
Saved Bookmarks
| 1. |
As a best practice, how should workflows use a local desktop application |
|
Answer» As a best PRACTICE, the workflow make use of local desktop APPLICATION by checking if the corresponding PROCESS is running and if not, opening the application by using the open application activity. UiPath’s recorder facilitates you to stimulate the actions you have adopted during the time of screen recording. In sample workflow, the recording BEGINS by specifying the app location. |
|