Activate and Run the Recipe

After you've configured the connections and other resources, you can activate and run the recipe.

  1. Activate the recipe. See Activate a Recipe or Accelerator.
  2. Test the recipe in Oracle Integration.
    1. In the Integrations section of the project workspace, click Actions Actions icon on the integration flow, then select Run.
    2. On the Configure and run page, in the Request section, click Body and enter the payload with the following details:
      Element Value to Migrate Integrations
      artifactType Enter integrations.
      code Enter the integration identifier.
      version Enter the integration version. For example: 01.00.0000

      For example:

      {
        "artifact": [
          {
            "artifactType": "integrations",
            "code": "GETCURRENT",
            "version": "01.00.0000"
          }
      }
    3. Click Run
      The integration flow now automatically migrates the integration artifacts form the source instance to the target instance. The Activity Stream pane appears displaying the status of the integration instance's execution.
    4. In the Response section of the Configure and run page, under the Body tab, you’ll find a HTTP status code as 202 accepted.
  3. Log in to your target instance and check for the migrated integration artifacts.