Nokia Certified Associate – AI and Analytics — Question 13
Which of the following is NOT a valid flow control attribute?
Answer options
- A. on-failure
- B. on-complete
- C. on-success
- D. on-error
Correct answer: D
Explanation
The correct answer is D, as 'on-error' is not recognized as a standard flow control attribute. The other options, 'on-failure', 'on-complete', and 'on-success', are valid attributes used to manage the flow of processes based on different outcomes.