Oracle Field Service Cloud Service 2023 Implementation Essentials — Question 10
You are implementing a synchronous Oracle Integration Cloud (OIC) integration flow that processes file records within a While loop action. At the end of each loop, you want to delay processing of the next record for a certain period of time.
Which is a valid consideration when using the Wait action?
Answer options
- A. The Wait action cannot be used in a synchronous flow.
- B. The Wait action can only be positioned as the last action in the loop.
- C. The minimum wait time cannot be less than five seconds when configuring a Wait action in any integration flow.
- D. The maximum wait time cannot exceed two minutes when configuring a Wait action in a synchronous flow.
Correct answer: A
Explanation
The correct answer is A because the Wait action is not compatible with synchronous flows, meaning it cannot be employed in this context. Option B is incorrect as the Wait action can appear in different positions, not just at the end. Options C and D are also incorrect as they provide restrictions that do not apply to the Wait action in a synchronous integration flow.