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

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.