A developer automated a Performer process using the Robotic Enterprise (RE) Framework. Which state executes after the Process Transaction state has a result of "Success"?
A developer automated a Performer process using the Robotic Enterprise (RE) Framework. Which state executes after the Process Transaction state has a result of "Success"?
After the Process Transaction state has a result of 'Success', the next state that executes in the Robotic Enterprise (RE) Framework is the Get Transaction Data state. This is because the framework continues to fetch the next transaction to process until there are no more transactions left in the queue. If there are no more transactions, the Get Transaction Data state transitions to the End Process state. However, immediately after a successful transaction, the Get Transaction Data state is executed to check for more transactions.
'Success' transition
get transaction data obviously
What if it was the last transaction available in the queue?
Still goes get transaction data. 1. Bot does not know if it was last transaction yet. 2. Bot goes to queue and sees like 'oh there is no data, let me tell this to uipath studio. 3. Then in get transaction data state, bot goes to End process state with 'No Data' transition.
CORRECT