A developer needs to create a repetitive process in the REFramework. Following the best practices, which action(s) should be performed to defend against potential robot crashes such as "out of memory"?
A.
Build a script that compares current CPU usage values to a threshold and clears data as needed.
B.
After every transaction, clear the transaction data, close the applications, and re-open the applications.
C.
Add a "Clear Collection" activity at the beginning of the Process.xaml workflow.
D.
All "Invoke Workflow File" activities from the Main.xaml file should be marked with the Isolated option.
Answer =
D
https://docs.uipath.com/activities/other/latest/workflow/invoke-workflow-file#:~:text=Options-,Isolated%20%2D%20If%20this%20check%20box%20is%20selected%2C%20the%20invoked%20workflow%20runs%20in%20a%20separate%20Windows%20process.%20This%20helps%20with%20isolating%20a%20faulty%20workflow%20from%20the%20main%20workflow.,-Log
https://docs.uipath.com/activities/other/latest/workflow/invoke-workflow-file#:~:text=using%20a%20dictionary.-,Isolated%20%2D%20If%20this%20check%20box%20is%20selected%2C%20the%20invoked%20workflow%20runs%20in%20a%20separate%20Windows%20process.%20This%20helps%20with%20isolating%20a%20faulty%20workflow%20from%20the%20main%20workflow.,-WorkflowFileName%20%2D%20The%20file
The answer is D.
Confirmed in this doc: https://docs.uipath.com/activities/other/latest/workflow/invoke-workflow-file
upvoted 1 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
BenAndBen
4 months, 1 week agomilesvvv
7 months, 2 weeks agoBrandon00777
9 months ago