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?
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?
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.
Get Transaction sets the queue item status to In Progress. Then Process Transaction sets it to either succeeded or failed.