UiPath AI Specialist v1 — Question 169
In the UiPath Communications Mining Dispatcher Framework, how can you ensure that the process remains active and continuously checks for new communications to be added to the stream?
Answer options
- A. Set the PollWaitTime to a high value in the Config.xlsx file.
- B. Set RetryNumberFetchStream to 0 in the Config.xlsx file.
- C. Set DoNotStop to True in the Config.xlsx file.
- D. Set RunContinuously to True in the Config.xlsx file.
Correct answer: D
Explanation
The correct answer is D because setting RunContinuously to True allows the process to remain active and check for new communications without interruption. Options A, B, and C do not facilitate continuous monitoring; rather, they either delay the polling interval or stop the process altogether.