Nokia Certified Associate – AI and Analytics — Question 48
Which of the following timing attributes will halt the entire workflow and require user intervention to proceed?
Answer options
- A. wait-before
- B. wait-after
- C. timeout
- D. pause-before
Correct answer: C
Explanation
The correct answer is C, timeout, as it indicates that the workflow will stop and requires user intervention to address the timeout condition. The other options, such as wait-before and wait-after, simply delay the workflow without halting it, while pause-before may pause execution but does not require user intervention to proceed.