UiPath Advanced RPA Developer (UiARD) — Question 56

A developer is working on their first project design involving Orchestrator interactions. An email needs to be sent to the process owner at the end of each transaction. The process owner is only expected to change once a year due to role changes within the company. The transaction number is the employee ID and must be included in the email to the process owner.
Based on best practices, how should the process owner email and employee ID be set?

Answer options

Correct answer: C

Explanation

The correct answer is C because storing the Process Owner Email as an Orchestrator Asset allows for easy updates when the role changes, while including the Employee ID as a field in the Queue Item ensures it is associated with the specific transaction. Options A and D are incorrect as they do not efficiently manage the email update, and option B is not suitable since the Employee ID should be tied to the transaction.