UiARD Exam QuestionsBrowse all questions from this exam

UiARD Exam - Question 91


A developer created a process with the Robotic Enterprise (RE) Framework, uploaded the package on the Orchestrator, and created a job for it. Once these steps are performed, the job is started from the Orchestrator and begins to process transactions. After two processed transactions, the job is stopped from Orchestrator.

At which point in the workflow will this job stop?

Show Answer
Correct Answer: B

In the Robotic Enterprise (RE) Framework, the stop command is propagated and detected in the Get Transaction Data state. When the job is stopped from the Orchestrator, it will continue processing until it reaches the next Get Transaction Data state. At this state, the stop command is detected, and the execution transitions to the End Process state.

Discussion

6 comments
Sign in to comment
Engineer24Option: B
Apr 21, 2024

The logic would be that after the successful execution of the second transaction, it goes to set transaction status in Success, then returns to Get Transaction data to process a third transaction, but an error occurs and then it stops in Get Transaction Data, an error occurs and go to End Process.

OnlineOption: B
Apr 5, 2024

ShouldStop is in Get Transaction Data

Rag_123
Jun 20, 2024

Selected Answer is B

bhaskar5a5
Sep 6, 2024

Ans : B

Alex_RPAOption: B
Nov 1, 2024

la señal s everifica siempre en el estado de get transaction

IngvarnOption: B
Nov 28, 2024

B. Next time the Get Transaction Data state is executed, the stop command is detected and the execution transitions to the End Process state.