Oracle Field Service Cloud Service 2020 Implementation Essentials — Question 31
Your design of an asynchronous OIC integration flow includes the requirement for additional processing logic that is conditionally based on the results returned to the integration instance from earlier external service invocations. You have decided to leverage the Switch action to facilitate this implementation.
Which is a valid consideration concerning the configuration and capabilities of the Switch action? (Choose the best answer.)
Answer options
- A. Any data objects returned within a branch of a Switch action will only be visible within the implicit scope of that branch and not visible in the main flow of the integration outside of the Switch action.
- B. XPath version 2.0 functions can be used to create more complex conditional expressions for a branch.
- C. You may need to create conditional expressions for each branch with greater complexity because nested Switch actions are not supported.
- D. All branches within the Switch actions must have a conditional expression defined.
Correct answer: B
Explanation
The correct answer is B because XPath version 2.0 functions allow for creating more sophisticated conditional expressions, enhancing the flexibility of Switch actions. Option A is incorrect as it accurately describes the scope limitation but does not pertain specifically to the configuration of the Switch action. Option C is misleading as nested Switch actions are indeed supported, allowing for more straightforward conditional logic without unnecessary complexity. Option D is incorrect because not every branch must have a conditional expression defined; some branches can simply be executed without conditions.