In this article I have shared the steps to add scope action in Oracle Integration.
Knowledge: đź‘€
SCOPE in Integration:
You can manage a group of Integratron Actions with a Scope action. The concept of scope is essential for designing complex integration flows, managing transactions, and controlling error handling.
- Error Handling: Each scope can have its own error handlers. If an error occurs within a specific scope, the associated error handler can be used to catch and handle the error.
- Integration Flow Design : Within an OIC integration, you can organize integration components (such as activities, branches, and error handlers) into different scopes. Each scope represents a distinct section of the integration flow.