UiPath Automation Developer Professional v1 — Question 41
In the context of a linear process, implemented with REFramework, how many times will the process enter the Get Transaction Data state?
Answer options
- A. 1 time.
- B. 2 times.
- C. The process will not enter the Get Transaction Data state because a linear process is not transactional.
- D. Until there are no more queue items left unprocessed in Orchestrator.
Correct answer: B
Explanation
The correct answer is B because in a linear process, the Get Transaction Data state is typically accessed twice: once for the first transaction and once for the second. Option A is incorrect as it does not account for the second access, C is wrong because a linear process can still enter this state, and D is inaccurate as it implies a continuous loop rather than a defined number of accesses.