UiADPv1 Exam QuestionsBrowse all questions from this exam

UiADPv1 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?

Show Answer
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

1 comment
Sign in to comment
kingkayyOption: B
Apr 16, 2024

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