Exam UiARD All QuestionsBrowse all questions from this 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?

    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
Engineer24Option: B

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.

IngvarnOption: B

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

Alex_RPAOption: B

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

bhaskar5a5Option: B

Ans : B

Rag_123Option: B

Selected Answer is B

OnlineOption: B

ShouldStop is in Get Transaction Data