UiPath Advanced RPA Developer (UiARD) — Question 10
A developer completed the following steps:
1. Created a process with the REFramework
2. Published the package on Orchestrator
3. Created a job for it
Once these steps are performed, the job is started from Orchestrator and begins to process transactions. After two processed transactions, the job is stopped from Orchestrator. At which state in the framework will the job Stop Signal be recognized?
Answer options
- A. Process Transaction
- B. Initialization
- C. Get Transaction Data
- D. End Process
Correct answer: C
Explanation
The job's Stop Signal is identified in the 'Get Transaction Data' state because this is where the framework checks for new transactions to process. Once the job is stopped, it will not proceed to the 'Process Transaction' state for any new transactions. The other states, such as 'Initialization' and 'End Process', occur before or after transaction processing, making them inappropriate for recognizing the Stop Signal.