Exam UiARD All QuestionsBrowse all questions from this exam
Question 129

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?

    Correct Answer: C

    The process owner email should be stored as an Orchestrator Asset, as it changes infrequently (once a year) and assets are suitable for storing static or infrequently changing values. The employee ID, which is unique for each transaction and needs to be included in the email, should be part of the Queue Item, as it changes for every transaction.

Discussion
LarcAi_TrainingOption: C

I think the provided answer is correct