Exam UiADPv1 All QuestionsBrowse all questions from this exam
Question 90

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?

    Correct Answer: B

    In the REFramework, the status of each Transaction Item in the queue is updated in the 'Get Transaction Data' and 'Process Transaction' states. In the 'Get Transaction Data' state, the status is updated to 'In Progress' when a queue item is retrieved. In the 'Process Transaction' state, the status is updated to either 'Succeeded' or 'Failed' based on the outcome of the processed transaction.

Discussion
kingkayyOption: B

Get Transaction sets the queue item status to In Progress. Then Process Transaction sets it to either succeeded or failed.