UiPath Automation Developer Professional v1 — Question 97
A developer designed a process in the REFramework using Orchestrator queues. In which state(s) will be the status updated for each Transaction Item in the queue?
Answer options
- A. Process Transaction only.
- B. Get Transaction Data and Process Transaction.
- C. Initialization and Process Transaction.
- D. Initialization and Get Transaction Data.
Correct answer: B
Explanation
The correct answer is B because the status of each Transaction Item is updated during both the Get Transaction Data and Process Transaction stages. The other options are incorrect as they either miss one of the key stages where the status is updated or include stages that do not contribute to the status update.