Manage Accelerator Projects
You can install accelerator projects from the Integration Store. You can extend (customize) integrations in the accelerator project and later upgrade an accelerator project to a newer version automatically without losing any extensions you made to the previous version.
Extend an Integration in an Accelerator Project
You can extend (customize) an integration in an accelerator project by adding and configuring an extension group. An extension group enables you to extend your integration by adding invoke connections; stitch, for-each, switch, map, and integration actions; and global variables to the integrations in your accelerator project.
- Learn About Accelerators Available in the Integration Store
- Extend an Integration Before or After an Invoke Connection
- Add a Stitch Action to an Extended Integration
- Add an Ad-Hoc Map Action to an Extended Integration
- Add a For-Each Action to an Extended Integration
- Add a Switch Action to an Extended Integration
- Add an Integration Action to an Extended Integration
- Add an Invoke Connection and Associated Map to an Extended Integration
- Add a Global Variable to an Extended Integration
- Add an Extension Group Before a Stage File Action Configured with a Write File Operation
- Add Connections to an Extended Integration
- Add Lookups and JavaScript Libraries to an Extended Integration
- Merge Extension Group Changes into Updated Accelerator Projects
Learn About Accelerators Available in the Integration Store
The Integration Store provides accelerator projects that you can install and extend in a project. Newer, updated versions of accelerator projects can also become available in the Integration Store for you to re-install, as necessary.
See Find Recipes and Accelerators and Install Recipes and Accelerators in Getting Started with Oracle Integration 3.
Extend an Integration Before or After an Invoke Connection
- Stitch action
- For-each action
- Switch action
- Map action
- Integration action (and associated map) for invoking a child integration
- Invoke connection (and associated map)
- In the navigation pane, click Projects.
- Find the accelerator project to extend. The
Accelerator and Oracle labels
identify these types of projects. You can also use the
Filter
to display a specific project type (all, user-developed, accelerator, extended accelerator, or recipe). For example:
- Click the project name or click
.
- In the Integrations section, find the specific integration to extend.
- Click Actions
, and select Extend. The Extend option is only available in accelerator projects. This option behaves similar to the Edit option in non-accelerator integrations.
The integration is displayed in the canvas.
- Perform one of the following actions before or after an invoke
action.
- Add
at the location where you want to add the extension, then select Extension Group.
or
- Click Actions
inside the invoke action.
- Based on where you want to place the extension, select
Extend before or Extend
after. Both options are available if you have not yet
added an extension to either side of the invoke.
Note:
If Extend before and Extend after are not available for selection and you have not added an extension to either side of the invoke, your administrator has restricted the use of extensions on the invoke connection. You cannot extend restricted invokes.
The extension group is added to the integration.
- Add
- If you want to update the name, click Edit
in Edit extension group.
- Click Integration actions
and drag an invoke or action into the integration or click Add
inside the extension group to add an invoke or action to the integration. For example, if you click Add
, the following menu is displayed.
See the following sections for details:- Add a Stitch Action to an Extended Integration
- Add an Ad-Hoc Map Action to an Extended Integration
- Add a For-Each Action to an Extended Integration
- Add a Switch Action to an Extended Integration
- Add an Integration Action to an Extended Integration
- Add an Invoke Connection and Associated Map to an Extended Integration
Add a Stitch Action to an Extended Integration
- If you select Actions, then Data
stitch:
You can incrementally build a message payload from one or more existing payloads with a stitch action. For example, a data stitch enables you to customize the sales order created in an inbound application. Assume you have a use case in which whenever a sales order is created in an inbound application, your integration must retrieve and push information in a custom object to an outbound application. In the inbound application, the custom object consists of the following attributes.
The Configure stitch panel opens.
- Configure the stitch. This action enables you to customize
the integration with mappings to or from attributes of custom objects.
For this example, a stitch variable is created to process the order
status attribute in the custom object.
See Build Complex Assignment Statements with a Stitch Action.
- When integration design is complete, click
Save.
Assume you later need to further customize the custom objects in the inbound application that triggers your integration. For example, an additional field to handle the Item Number is added to the custom object.
This use case is not about installing a newer version of the accelerator project available from the Integration Store. Rather, this is an informal user update to the custom objects. You can handle this use case by refreshing the endpoints to pick up the new object and editing the data stitch action to process the new object. You must use a new identifier and/or version. You can also set the name, keywords, and description.
- Configure the stitch. This action enables you to customize
the integration with mappings to or from attributes of custom objects.
For this example, a stitch variable is created to process the order
status attribute in the custom object.
- Click Actions
, then select Refresh Endpoints. This action fetches the latest attributes added to the custom object.
- Open the stitch action in the extension group and add the latest
custom attribute mapping to the extension group. For this example, a second
stitch variable is created to process the item number attribute in the custom
object.
Add an Ad-Hoc Map Action to an Extended Integration
- If you select Actions, then
Map:
The Add Map panel opens to show the endpoints available to which to map. Endpoints both inside and outside the extension group are shown.
If there are no endpoints available to which to map, the following message is displayed:No outputs available to map to
- Select the endpoint, and click Create.
The mapper opens.
- Map appropriate source elements to target elements.
A map action is visible in the Extension Group.
Add a For-Each Action to an Extended Integration
- If you select Actions, then For
each:
A for-each action is added to the Extension Group.
- Configure the for-each action. For this example, an
Account element is defined as the repeating action.
- Perform further configuration, as necessary. For this example, a
stitch action is added. For each iteration of the Account
element, a value is updated to the current time.
The extension group design looks as follows:
Add a Switch Action to an Extended Integration
- If you select Actions, then
Switch:
A switch action is added to the Extension Group.
You can add routing expressions in an integration with a switch action.
You can add a stitch action inside the switch action.
- Click
, then select Stitch.
- Configure the stitch action. For example:
- Inside Route 1, click
Actions
, then select Edit.
The Configure route panel opens.
- Configure the switch action. For example:
The extended portion of the integration looks as follows.
- Click
Add an Integration Action to an Extended Integration
- If you select Actions, then
Integration:
The Integration Adapter Wizard is displayed.
- Click through the pages of the wizard to select the child integration to
invoke.
An integration action and associated map action are added to the Extension Group.
Add an Invoke Connection and Associated Map to an Extended Integration
- If you select Invokes, then select an invoke
adapter connection:
The Adapter Endpoint Configuration Wizard is displayed for the selected invoke connection.
- Click through the pages of the wizard and configure the invoke connection.
-
When complete, the configured invoke connection and an associated map action are added to the Extension Group.
- Double-click the map action and map appropriate source elements to target elements.
Add a Global Variable to an Extended Integration
- In the Integrations section, find the specific integration to extend.
- Click Actions
, and select Extend.
The integration is displayed in the canvas.
- In the right pane, click Global Variables
.
There are two types of global variables:- Extended global variables: Variables that you can create to extend the accelerator for your business requirements.
- Default global variables: Variables that are defined by the producer of the extended accelerator. You cannot edit these variables.
- Click
to add your own extended global variable. For this example,
extended_global_variable
is added.
- Add an Extension Group to the integration.
- Add an action in which to use the extended global variable. For this example, a
stitch action is added.
- Configure the stitch action to use the extended global variable.
Note:
If there is a naming conflict with global variables (for example, two global variables have the same name), the entire merge is canceled. This cancellation occurs because a global variable can be used in any extension group. For example, if you create an extended global variable named conflict_gv, and a default global variable of the same name already exists, the merge is canceled, and an error is displayed.
Add an Extension Group Before a Stage File Action Configured with a Write File Operation
- Perform one of the following actions before the stage file
action.
- Add
at the location where you want to add the extension, then select Extension Group.
or
- Click Actions
inside the stage file action and select Extend before.
- Add
- Add the appropriate action (for example, a data stitch
action).
Add Connections to an Extended Integration
- In the navigation pane, click Projects.
- Find the accelerator project to extend.
- In the Connections section, click
Add
.
- Select an adapter and click Create.
- Enter a name. Note that the prefix
BAEXT_
is automatically added to the name in the Identifier field to indicate that this is an extended connection.
- Click Create, then define your connection
properties and security.
Once complete, the extended connection appears in the Connections section, and can be used in integrations.
Add Lookups and JavaScript Libraries to an Extended Integration
- In the navigation pane, click Projects.
- Find the accelerator project to extend.
- In the Lookups section, click
Add
, then click Create.
Note that the prefix
BAEXT_
appears by default in the Name field, An extended lookup name must be prefixed with this value. If you delete theBAEXT_
prefix and attempt to create the lookup, you receive a warning.
- Add a name after the prefix
BAEXT_
. - Enter or select an existing keyword, and an optional description.
- Click Create.
- Design your lookup.
Once complete, the extended lookup appears in the Lookups section, and can be used in integrations.
- In the navigation pane, click Projects.
- Find the accelerator project to extend.
- In the Libraries section, click
Add
.
- Drag a JavaScript library file into the Import panel.
The Name, Identifier, and Version fields are prepopulated with details from the file you imported. Note that the prefix
BAEXT_
is automatically added to the function name in the Identifier field to indicate that this is an extended JavaScript library.
- Click Import.
- Complete design of your JavaScript library.
Once complete, the extended JavaScript library appears in the Libraries section, and can be used in integrations.
Merge Extension Group Changes into Updated Accelerator Projects
Oracle can periodically update and upload newer versions of accelerator projects to the Integration Store for your consumption. You can upgrade an accelerator project to this newer version automatically without making manual changes to the existing installation. During upgrade, you are prompted to automatically merge any customizations you performed in the extension group of the previous version into the newer version of the accelerator project. See Upgrade an Accelerator Project and Merge Extensions.
on an invoke connection also includes options for Extend before or Extend after. This enables you to install the supported accelerator actions before or after the invoke connection.Upgrade an Accelerator Project and Merge Extensions
You can install and then extend (customize) accelerator projects in your instance. Oracle can periodically update and upload newer versions of these accelerator projects to the Integration Store for your consumption. You can upgrade an accelerator project to this newer version automatically without losing any extensions you made to the existing installation.
Understand the Rules for Merging Extensions
Before upgrading an extended accelerator project, it is important to understand the rules for merging extensions.
Rule | Example |
---|---|
When you have multiple extended (customized) versions of an accelerator project installed, and select to install a newer version, the installer checks for extensions in the previously installed highest version. If that version includes extensions, they are automatically merged into the newer version. | You currently have the following accelerator project versions
installed:
|
When you have multiple versions of an accelerator project installed, and select to install a newer version, the installer checks for extensions in the previously installed highest version. If that version does not include extensions, nothing is merged into the newer version. | You currently have the following accelerator project versions
installed:
|
When you have a single version of an accelerator project installed, and select to install a newer version, the installer checks for extensions in the previously installed highest version. If that version includes extensions, they are automatically merged into the newest version. | You currently have the following accelerator project
version installed:
If you install a higher version of the accelerator project (for example, version 2.0.0, 3.0.0, 4.0.0, or higher), the extensions are applied to the newly installed version. |
When you have multiple extended versions of an accelerator project installed, and select to install an older version, the installer does not check for extensions because you are installing a lower version. | You currently have the following accelerator project versions
installed:
|
Automatically Merge Extensions
This section provides an overview of how to upgrade to a newer extended accelerator project and automatically merge your extensions (customizations). This process automatically merges the extensions in all integrations in the project.
Assume you have an accelerator project that includes two integrations on version 1.0.0.
Both integrations include an extension group with a stitch action that you added.
Oracle Automerge1 Integration | Oracle Automerge2 Integration |
---|---|
![]() |
![]() |
Newer versions of this accelerator project are then uploaded to the Integration Store. You want to install a newer version and not lose the extensions you made to your current version (1.0.0).
- On the Oracle Integration Home page, scroll to the Accelerators & Recipes section.
- Find the accelerator project to upgrade. The Get latest label indicates that a new version of the accelerator project is available for installation.
- Click Get latest.
You can also configure and delete installations from this location.
The Install accelerator panel opens and shows the latest accelerator versions to which you can upgrade.
- Select the version to which to upgrade (for this example, v1.0.1 is selected).
- If you want to merge the extensions you added (for this example, the stitch actions you added to both version 1.0.0 integrations), then click Merge latest extensions.
- Click Install.
- Click the link in the Confirmation message that is displayed. This takes you to your project to view installation progress.
- Click Refresh
periodically.
- Note that the latest installed versions (1.0.1) are successfully
merged above the initial integration versions (1.0.0).
- Click the latest integrations (1.0.1) to see that your
customizations have been merged.
- Click Merge report
to view a report about the merge.
- Exit the integration.
- Click Save when prompted.
Manually Merge Extensions
If you do not select the Merge latest extensions check box described in Step 5, your customizations are not applied. However, you still have the opportunity to manually merge your extensions.
- Select the version to install, but do not click Merge
latest extensions.
- Go to the project.
- In the Integrations section, click the newly
installed version. Note that the status label is listed as
Configured, and not Merge
Successful for the two newly-installed integrations.
The Extended accelerator versions dialog prompts you to select to merge your extensions.
- Click Select to merge your extensions. You can also click Skip if you do not want to merge your extensions.
- Repeat these steps for any remaining integrations that include extensions you want to manually merge.